Skip to content

hello world, rebuilding unclear #84

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

Closed
aep opened this issue Aug 30, 2018 · 1 comment
Closed

hello world, rebuilding unclear #84

aep opened this issue Aug 30, 2018 · 1 comment

Comments

@aep
Copy link

aep commented Aug 30, 2018

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

wasm-pack init --mode no-install 

but that is non obvious

How could we improve it?

mention wasm-pack init --mode no-install

@rahul-thakoor
Copy link

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...

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

No branches or pull requests

2 participants