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 #150

Open
IchordeDionysos opened this issue Feb 17, 2024 · 2 comments
Open

Migrate to package:web package to support WASM #150

IchordeDionysos opened this issue Feb 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@IchordeDionysos
Copy link

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 also compiling to WASM engine instead of just JavaScript on web.

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

@IchordeDionysos IchordeDionysos added the enhancement New feature or request label Feb 17, 2024
@The-RootCause
Copy link

The-RootCause commented Feb 29, 2024

Any updates on this issues ? it's breaking wasm compilation.
Thank you

@a-h-mzd
Copy link

a-h-mzd commented Mar 27, 2024

Any updates/ETA on this?

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

No branches or pull requests

3 participants