Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 674 Bytes

acb2022-peter

WASM-4 logo

An experiment written in Zig for the WASM-4 fantasy console.

Building

Build the cart by running:

zig build -Drelease-small=true

Then run it with:

w4 run zig-out/lib/cart.wasm

Or run a watcher:

w4 watch

For more info about setting up WASM-4, see the quickstart guide.

Links

  • Documentation: Learn more about WASM-4.
  • GitHub: Submit an issue or PR. Contributions are welcome!