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
Exercises says "rebuild the .wasm binary,", but no text before that explains how you actually do that. The only command that was mentioned before is wasm-pack init,
Hey there. I was just completing the hello-world tutorial. A note in the book stating that one can use wasm-pack init --mode no-install(or wasm-pack build --mode no-install eventually since init is DEPRECATED) to skip installing wasm-bindgen would be helpful...
Where in the docs did you come across this?
https://rustwasm.github.io/book/game-of-life/hello-world.html
Describe what about it does not make sense
Exercises says "rebuild the .wasm binary,", but no text before that explains how you actually do that. The only command that was mentioned before is wasm-pack init,
Why does it not make sense?
according to rustwasm/wasm-pack#185 the correct command is
but that is non obvious
How could we improve it?
mention wasm-pack init --mode no-install
The text was updated successfully, but these errors were encountered: