Viridian from the game VVVVVV on the WASM-4 fantasy console!
It is written in raw WebAsssembly Text and compiles down to merely 842 bytes.
2022-04-27.11-58-01.mp4
To build, you need wat2wasm
and optionally wasm-opt
.
Build the game by running:
make build
Then run it with:
w4 run viridian.wasm
For more info about setting up WASM-4, see the quickstart guide.