-
Notifications
You must be signed in to change notification settings - Fork 42
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 #374
Add Wasm support #374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't run anything, but here's some thoughts from a visual inspection
@@ -10,7 +10,7 @@ jobs: | |||
build: | |||
strategy: | |||
matrix: | |||
os: [macOS-latest, windows-latest] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little uncomfortable turning this off but I'm also not clear anymore what this was originally doing, since there's very little windows-specific code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's temporary for this PR to pass the checks. There is PR open to re-enable it #375
Fixes #362
jsWasmMain/Test
sourceSet and pointed bothjs
andwasm
to depend on thatwasm-browser
sample app (check screenshot below)Sample browser console screenshot