Add dart2native to sdk README

Closes #39604
https://github.com/dart-lang/sdk/pull/39604

GitOrigin-RevId: d49b6213a5e883006a53d953c5c204a96fc44217
Change-Id: I3dd50387ae62d1463840f840d84e68a8977d352e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/126860
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Syd Lambert 2020-01-20 09:32:58 +00:00 committed by Michael Thomsen
parent 407cd2bf3b
commit bb7109436c

View file

@ -7,6 +7,7 @@ Here's a brief guide to what's in here:
bin/ Binaries/scripts to compile, run, and manage Dart applications.
dart Dart virtual machine
dart2js Dart-to-JavaScript compiler
dart2native Dart-to-native AOT compiler
dartanalyzer Dart static analyzer
dartdoc Dart documentation generator
pub Pub, the Dart package manager