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

Migrate to package:web package to support WASM #498

Open
a-h-mzd opened this issue Mar 27, 2024 · 2 comments
Open

Migrate to package:web package to support WASM #498

a-h-mzd opened this issue Mar 27, 2024 · 2 comments

Comments

@a-h-mzd
Copy link

a-h-mzd commented Mar 27, 2024

The short version:

Migrate usage of dart:html to package:web
Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop
This will fix compiling to WASM engine instead of just JavaScript on the web.

Full migration guide: https://dart.dev/interop/js-interop/package-web

@fisforfaheem
Copy link

Yes kindly

@a-h-mzd
Copy link
Author

a-h-mzd commented May 10, 2024

@ponnamkarthik I created a PR to address this issue. #507

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants