Playing with the Wasm by Example concepts.
Notes
- Rust projects located under repo root
rust/...
- WASM compiled using
wasm-bind --target web
- Packages are installed using
yarn add link:./rust/<project>/pkg
.
Playing with the Wasm by Example concepts.
rust/...
wasm-bind --target web
yarn add link:./rust/<project>/pkg
.