- cd hello-wasm
- wasm-pack build --target web
- serve
- click on simple frontend
- cd hello-wasm
- wasm-pack build --target bundler
- cd npm-frontend
- npm run start
- cd wasm-game-of-life
- wasm-pack build
- cd frontend
- npm run start
- cd hello-world
- cargo build --target wasm32-wasi
- wasmtime ./target/wasm32-wasi/debug/hello-world.wasm