# Mara 2: Tamamo's Fury The sequel to [Mara: Sh0rk of Justice](https://withinstudios.itch.io/mara-sh0rk-justice), written to target [wasm4](https://wasm4.org). ## Building Build the cart by running: ```shell zig build -Drelease-small=true ``` Then run it with: ```shell w4 run zig-out/lib/cart.wasm ``` For more info about setting up WASM-4, see the [quickstart guide](https://wasm4.org/docs/getting-started/setup?code-lang=zig#quickstart). ## Releasing the game ```shell ./release.sh ``` ## Links - [Documentation](https://wasm4.org/docs): Learn more about WASM-4.