A simple paint application implemented with Rust and WebAssembly.
https://neilbryson.github.io/wasm-paint/
- Rust
- Cargo
- wasm-pack
- yarn
# Compile Rust code
sh build.sh
# Install JavaScript dependencies
yarn
yarn start
A development server will start at http://localhost:3000.