Solutions in rust, build to web assembly and running in your favorite browser.
- Install rust (using rustup, wasm-pack seem to require it) and node.js.
- Install wasm-pack following the instructions here: https://rustwasm.github.io/wasm-pack/installer/
- Run
$ yarn watch
to develop on the gatsby-part and build using$ yarn test
and$ yarn wasm
for the rust part.