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

Add Wasm support #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Wasm support #107

wants to merge 1 commit into from

Conversation

h1376h
Copy link

@h1376h h1376h commented Aug 10, 2024

Since dart:html is not supported when compiling to Wasm, the correct alternative now is to use dart.library.js_interop to differentiate between native and web

Since dart:html is not supported when compiling to Wasm, the correct alternative now is to use dart.library.js_interop to differentiate between native and web
@h1376h
Copy link
Author

h1376h commented Aug 12, 2024

This PR fixes #105

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

Successfully merging this pull request may close these issues.

1 participant