cd $WASM_GOL`
wasm-pack init- This creates a directory called
${WASM_GOL}/pkg, with the correct JavaScript bits needed to interact with a Rust WASM application - The JavaScript bits will need to be regenerated via
wasm-pack initevery time you make changes to the Rust code
- This creates a directory called
- Create the web app from a template
cd $WASM_GOLnpm init wasm-app www