the homepage for HalfPixelStudios written in rust with the yew framework (cuz why not).
following the instructions on the yew docs. First install the web assembly target:
$ rustup target add wasm32-unknown-unknown
Next install trunk:
$ cargo install trunk