You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dart2wasm/dart2wasm.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## Running dart2wasm
2
2
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).
4
4
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:
0 commit comments