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 webyarn add link:./rust/<project>/pkg.