-
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 wasm page for beta and new docs #10249
Conversation
Visit the preview URL for this PR (updated for commit 13d17d3): https://flutter-docs-prod--pr10249-wasm-update-1wumv5nf.web.app |
@kevmoo I set "last updated" to today (March 7), but I switched to the beta channel and followed the steps the page describes in this section and didn't see the "Experimental options" section at the end of the So I'm guessing today is not actually the day; should I change "Last updated" to tomorrow? |
@MaryaBelanger – as of RIGHT NOW beta has not landed. Hoping it's soon. |
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.
one thing to delete. then we need to deal with the {{}}
bits
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.
One nit then awesome!
Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
src/platform-integration/web/wasm.md
Outdated
@@ -3,45 +3,53 @@ title: Support for WebAssembly (Wasm) | |||
description: >- | |||
Current status of Flutter's experimental support for WebAssembly (Wasm). | |||
short-title: Wasm | |||
last-update: November 21, 2023 | |||
last-update: March 8, 2024 |
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.
Just tagging this line as requires update.
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.
Thanks for updating this @MaryaBelanger!
A few suggestions to consider:
Co-authored-by: Parker Lougheed <parlough@gmail.com>
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 tweaks.
Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
can we land this...like...now? 😄 |
Fixes flutter#10159 --------- Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com> Co-authored-by: Parker Lougheed <parlough@gmail.com> Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Fixes flutter#10159 --------- Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com> Co-authored-by: Parker Lougheed <parlough@gmail.com> Co-authored-by: Shams Zakhour (ignore Sfshaza) <44418985+sfshaza2@users.noreply.github.com>
Fixes #10159 --- staged page
Updated the page to:
Things that are NOT in this update (correct me if I'm wrong?):
Dual compile
--wasm
output goes tobuild/web
notbuild/web_wasm
is:wasm-ready
tag on pub.dev