Commit 26cd3ce 1 parent b916a1c commit 26cd3ce Copy full SHA for 26cd3ce
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ 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 ([ 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 ] .
27
29
28
30
1 . The compiled Wasm output currently targets JavaScript environments
29
31
(such as browsers), and thus currently doesn't support execution in standard
@@ -81,12 +83,10 @@ by following the temporary steps outlined here:
81
83
1 . Serve the output: ` dart pub global run dhttpd ` ([ docs] [ dhttpd ] )
82
84
83
85
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] [ ] .
85
86
86
87
[ WasmGC ] : https://developer.chrome.com/blog/wasmgc/
87
88
[ Flutter ] : {{site.flutter}}/wasm
88
89
[ `package:web` ] : {{site.pub-pkg}}/web
89
90
[ ` dart:js_interop ` ] : {{site.dart.api}}/{{site.dart.sdk.channel}}/dart-js_interop
90
91
[ 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
You can’t perform that action at this time.
0 commit comments