Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 482 Bytes

Zig WebAssembly Exercises

Requirements:

  • Python 3.*
  • Zig 0.13.0

Run:

Change directory to any exercise's root directory and run:

zig build run

Exercises:

zig-wasm-1 (Hello world!)

image

zig-wasm-2 (Snake game)

image