You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully compiling and running the wasm2js example in Chrome, theres an error message in the console, instead of the log from rust.
In this comment@alexcrichton says it should not work with --target web but in #1750 adds this flag to the build step. Maybe thats what causes the issue and should be changed again?
Describe the Bug
After successfully compiling and running the wasm2js example in Chrome, theres an error message in the console, instead of the log from rust.
In this comment @alexcrichton says it should not work with
--target web
but in #1750 adds this flag to the build step. Maybe thats what causes the issue and should be changed again?Related to #2428 #1743 #1750
Also, the View compiled example online link in the wasm2js readme is not working.
Steps to Reproduce
Expected Behavior
to log "Hello, World!" in the console
Actual Behavior
throws an error
Additional Context
rustc 1.47.0
wasm-pack 0.9.1
The text was updated successfully, but these errors were encountered: