Commit a7a0ed6 1 parent 04ac9f1 commit a7a0ed6 Copy full SHA for a7a0ed6
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ WebAssembly support for Dart web is available on the Dart
23
23
The current version of Dart compilation to WebAssembly has a number of
24
24
restrictions:
25
25
26
- 1 . It targets WebAssembly with Garbage Collection (aka * WasmGC* ), so...
26
+ 1 . It targets WebAssembly with Garbage Collection ([ WasmGC] [ ] ), so...
27
27
28
28
1 . The compiled Wasm output currently targets JavaScript environments
29
29
(such as browsers), and thus currently doesn't support execution in standard
@@ -82,6 +82,7 @@ by following the temporary steps outlined here:
82
82
83
83
You can also check out this small example [ here] ( https://github.com/mit-mit/sandbox ) .
84
84
85
+ [ WasmGC ] : https://developer.chrome.com/blog/wasmgc/
85
86
[ Flutter ] : {{site.flutter}}/wasm
86
87
[ `package:web` ] : {{site.pub-pkg}}/web
87
88
[ ` dart:js_interop ` ] : {{site.dart.api}}/{{site.dart.sdk.channel}}/dart-js_interop
You can’t perform that action at this time.
0 commit comments