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
We're just waiting for a 0.2 release of wasm-pack right now for this issue. In https://github.com/rust-lang-nursery/rust-wasm/pull/151 we changed a path reference from ./node_modules/@MYSCOPE/wasm-add/wasm_add.js to @MYSCOPE/wasm-add/wasm_add.js. As was noted in #151 after ashleygwilliams/wasm-pack#94 is closed we can shorten this further to @MYSCOPE/wasm-add which is more idiomatic for JS.
Mentoring instructions:
In src/wasm-pack/run-the-code.md change the import statement of index.js to the above statement.
Test that the changes work as part of the tutorial with the new syntax
The text was updated successfully, but these errors were encountered:
Link to old issue
This issue was opened by @mgattozzi
We're just waiting for a 0.2 release of wasm-pack right now for this issue. In https://github.com/rust-lang-nursery/rust-wasm/pull/151 we changed a path reference from
./node_modules/@MYSCOPE/wasm-add/wasm_add.js
to@MYSCOPE/wasm-add/wasm_add.js
. As was noted in #151 after ashleygwilliams/wasm-pack#94 is closed we can shorten this further to @MYSCOPE/wasm-add which is more idiomatic for JS.Mentoring instructions:
src/wasm-pack/run-the-code.md
change the import statement of index.js to the above statement.The text was updated successfully, but these errors were encountered: