Skip to content

Commit 26cd3ce

Browse files
committed
incorporate review
1 parent b916a1c commit 26cd3ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/web/wasm.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ WebAssembly support for Dart web is available on the Dart
2323
The current version of Dart compilation to WebAssembly has a number of
2424
restrictions:
2525

26-
1. It targets WebAssembly with Garbage Collection ([WasmGC][]), so...
26+
1. It targets WebAssembly with Garbage Collection ([WasmGC][]),
27+
so not all browsers are currently supported.
28+
The current list of browsers is available in the [Flutter documentation][Flutter].
2729

2830
1. The compiled Wasm output currently targets JavaScript environments
2931
(such as browsers), and thus currently doesn't support execution in standard
@@ -81,12 +83,10 @@ by following the temporary steps outlined here:
8183
1. Serve the output: `dart pub global run dhttpd` ([docs][dhttpd])
8284

8385
You can also try out this small example [here](https://github.com/mit-mit/sandbox).
84-
To learn more about Wasm compilation in Dart, check out the [README][].
8586

8687
[WasmGC]: https://developer.chrome.com/blog/wasmgc/
8788
[Flutter]: {{site.flutter}}/wasm
8889
[`package:web`]: {{site.pub-pkg}}/web
8990
[`dart:js_interop`]: {{site.dart.api}}/{{site.dart.sdk.channel}}/dart-js_interop
9091
[migrated]: /interop/js-interop/package-web/
91-
[dhttpd]: {{site.pub-pkg}}/dhttpd
92-
[README]: {{site.repo.dart.sdk}}/blob/main/pkg/dart2wasm/README.md
92+
[dhttpd]: {{site.pub-pkg}}/dhttpd

0 commit comments

Comments
 (0)