-
Notifications
You must be signed in to change notification settings - Fork 30.2k
[web:tool] update --web-renderer option to account for html deprecation, and wasm support #148383
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.e: web_skwasmSkwasm rendering backend for webSkwasm rendering backend for webplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
Document Link
https://docs.flutter.dev/platform-integration/web/wasm
What problem are you solving?
The command flutter build web --web-renderer auto can automatically select between html and canvaskit based on the environment. With the new Flutter version 3.22.0, Flutter Web now supports WASM. If I want the compiled web to adapt to the environment and automatically select between html, canvaskit, and wasm, can I also use the --web-renderer auto command?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.e: web_skwasmSkwasm rendering backend for webSkwasm rendering backend for webplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team