Playing around with some WASM and Rust.
Based off this article by @anderspitman.
This repo uses npx!
rustup default nightly
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
npm i
npm i -g http-server # this makes life easy
mkdir build && npm run build
npm start # runs on port 8080