/wasm-paint

A simple paint application implemented with Rust and WebAssembly.

Primary LanguageRustMIT LicenseMIT

wasm-paint

A simple paint application implemented with Rust and WebAssembly.

https://neilbryson.github.io/wasm-paint/

Requirements

  • Rust
  • Cargo
  • wasm-pack
  • yarn

Set up

# Compile Rust code
sh build.sh

# Install JavaScript dependencies
yarn

Running the application

yarn start

A development server will start at http://localhost:3000.