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 to support WASM #1480

Closed
IchordeDionysos opened this issue Apr 6, 2024 · 4 comments
Closed

Migrate to package:web to support WASM #1480

IchordeDionysos opened this issue Apr 6, 2024 · 4 comments
Labels
feature-candidate This issue might result in a feature to be implemented suggestion 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 suggestion New feature or request label Apr 6, 2024
@amrgetment
Copy link
Contributor

My PR to support WASM

#1481

Copy link

This issue is stale because it has been open for 7 days with no activity.

@github-actions github-actions bot added the stale label Apr 16, 2024
@IchordeDionysos
Copy link
Author

Still relevant

@navaronbracke navaronbracke added feature-candidate This issue might result in a feature to be implemented and removed stale labels Apr 16, 2024
@navaronbracke
Copy link
Collaborator

This will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-candidate This issue might result in a feature to be implemented suggestion New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants