https://hitosu.github.io/wasm-tutorial/index.html
npm run start
Navigate to http://localhost:8080
npm run build
npm test
- Building
wasm
module fromrust
sources usingwasm-pack
- Exchanging data between rust code and javascript code via shared memory
- Testing rust modules