Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 640 Bytes

viridian-wasm

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

Building

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.