mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 23:10:34 -04:00
216 B
216 B
zig testing ground
https://dev.to/sleibrock/webassembly-with-zig-part-1-4onm
# (re)compile add.zig
zig build-lib add.zig -target wasm32-freestanding -dynamic -rdynamic
# run server
npx http-server -o