8 lines
128 B
Makefile
8 lines
128 B
Makefile
_:
|
|
@just --list
|
|
|
|
|
|
build:
|
|
zig build-lib src/main.zig -target wasm32-freestanding-musl -dynamic -O ReleaseSmall --export=add
|
|
|