An experiment written in Zig for the WASM-4 fantasy console.
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.
- Documentation: Learn more about WASM-4.
- GitHub: Submit an issue or PR. Contributions are welcome!