Skip to content
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

Use the wasm by default in release builds #8395

Open
kenzieschmoll opened this issue Oct 2, 2024 · 0 comments
Open

Use the wasm by default in release builds #8395

kenzieschmoll opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
dart2wasm P2 important to work on, but not at the top of the work list.

Comments

@kenzieschmoll
Copy link
Member

Right now, DevTools is build using the --wasm flag, which uses dual compile to support both the JS + CanvasKit configuration and Wasm + skwasm configuration. Users will get the JS build by default, but they can opt-in to using wasm by enabling a DevTools setting.

After gathering early feedback and addressing any major issues uncovered from the experimental rollout, we should enable wasm by default and remove the experimental setting.

The goal is to complete this before the Q1 2025 stable release.

@kenzieschmoll kenzieschmoll added P2 important to work on, but not at the top of the work list. dart2wasm labels Oct 2, 2024
@kenzieschmoll kenzieschmoll self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart2wasm P2 important to work on, but not at the top of the work list.
Projects
None yet
Development

No branches or pull requests

1 participant