wasmer run desttinghim/punch-em-up
Punch'em Up
A tiny beat'em up for the WASM-4 fantasy console.
Building
Build the cart by running:
zig build -Drelease-small opt
Then run it with:
w4 run zig-out/lib/cart.wasm
For more info about setting up WASM-4, see the quickstart guide.