-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update "Support for WebAssembly (Wasm)" page #11367
base: main
Are you sure you want to change the base?
Conversation
Visit the preview URL for this PR (updated for commit 1fe03ed): https://flutter-docs-prod--pr11367-issue-11319-webassembly-a1292l4d.web.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, otherwise lgtm.
### Run or build your app | ||
|
||
To run the app with Wasm for development or testing, | ||
use the `--wasm` flag with the `flutter run command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use the `--wasm` flag with the `flutter run command. | |
use the `--wasm` flag with the `flutter run` command. |
``` | ||
|
||
## Known limitations | ||
Alternatively, you can use differences in number representations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As re-written, how is this a limitation? Can you make it more clear?
[Chromium and V8][] released stable support for WasmGC in Chromium 119. | ||
Note that Chrome on iOS uses WebKit, which doesn't yet [support WasmGC][]. | ||
Firefox announced stable support for WasmGC in Firefox 120, | ||
but currently doesn't work due to a [known limitation](#known-limitations). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not clear what the limitation is.
Resolves #11319
cc: @kevmoo