danprince/zig-wasm-life
Zig + WebAssembly implementation of Life
Conway's Game of Life implemented with Zig and WebAssembly.
Mostly built to serve as a reference project. Contains examples of sharing memory, printing with format strings, and two way function calls.
Run zig build
to compile a new life.wasm
.