Skip to content

Commit 6f4d84f

Browse files
askeksaCommit Queue
authored and
Commit Queue
committed
[dart2wasm] Clarify run instructions
Change-Id: I693a1adf3c028656864014f7c41bad481bb8b106 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/271881 Reviewed-by: Michael Thomsen <[email protected]> Commit-Queue: Aske Simon Christensen <[email protected]>
1 parent bf3e520 commit 6f4d84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/dart2wasm/dart2wasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Running dart2wasm
22

3-
You don't need to build the Dart SDK to run dart2wasm, as long as you have a Dart SDK installed.
3+
You don't need to build the Dart SDK to run dart2wasm, as long as you have a Dart SDK installed and have the [Dart SDK repository checked out](https://github.com/dart-lang/sdk/wiki/Building#getting-the-source).
44

5-
To compile a Dart file to Wasm, run:
5+
To compile a Dart file to Wasm, in a checkout of the Dart SDK repository, run:
66

77
`dart --enable-asserts pkg/dart2wasm/bin/dart2wasm.dart` *options* *infile*`.dart` *outfile*`.wasm`
88

0 commit comments

Comments
 (0)