Skip to content

Commit bbdbd07

Browse files
parloughCommit Queue
authored and
Commit Queue
committed
Update README.dart-sdk for inclusion of AOT snapshots
Updates the `snapshots/` description now that some Dart tools are included as AOT snapshots. Also updates the `utils/` description to be more generic since wasm-opt is bundled as well. TEST=ci Change-Id: If2611e9ae139ede772061ee62644e91d9b051555 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/332180 Reviewed-by: Michael Thomsen <[email protected]> Auto-Submit: Parker Lougheed <[email protected]> Reviewed-by: Siva Annamalai <[email protected]> Commit-Queue: Michael Thomsen <[email protected]>
1 parent 40777c0 commit bbdbd07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.dart-sdk

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Here's a brief guide to what's in here:
77
bin/ Binaries/scripts to compile, run, and manage Dart apps.
88
dart Command line Dart tool
99
dartaotruntime Minimal Dart runtime for running AOT modules
10-
resources/ resource files for dartdoc and devtools
11-
snapshots/ app-jit snapshots of various tools
12-
utils/ tool for generating AOT snapshots
10+
resources/ Resource files for dartdoc and devtools
11+
snapshots/ AppAOT and AppJIT snapshots of various tools
12+
utils/ Tools used by Dart compilers
1313

1414
include/ header files that define the Dart embedding API for use by
1515
- C/C++ applications that embed the Dart Virtual machine

0 commit comments

Comments
 (0)