Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 872 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 872 Bytes

My WASM-4 Game

A game written in Zig for the WASM-4 runtime.

Building

Build-time dependencies:

zig build [steps] [options]

Steps:
  watch                        Auto-rebuild when files change and refresh browser tab
  release                      Build for release and bundle for distribution
  run                          Build and run

Options:
  -Dhotswap=[bool]             Used with `watch`. Hot-swap the binary without resetting runtime memory

Links