/rust-in-peace

rust-in-peace - Rust + Wasm + JS \m/

Primary LanguageRustMIT LicenseMIT

##My first day with Rust (_in_peace 666)!

Image

Hit The Demo

New to Rust? stuff to install:

Here for WebAssembly?

  • Install: wasm-pack (building, testing, and publishing Rust-generated WebAssembly).

How to build this project?

Build rust first:

  • wasm-pack build

Then build the web app:

  • npm i
  • npm run serve