This PR updates the hello world section to better reflect the current tooling and templates. It includes changing various files and their descriptions and including information about generating the project using wasm-pack instead of cargo-generate (which is used by wasm-pack new anyway)
Summary
Fixes #214 Fixes #187
This PR updates the hello world section to better reflect the current tooling and templates. It includes changing various files and their descriptions and including information about generating the project using
wasm-pack
instead ofcargo-generate
(which is used bywasm-pack new
anyway)