Files

11 lines
111 B
Makefile

_:
@just --list
build_wasm:
deno task wasmbuild
run *ARGS:
deno run --allow-read main.js {{ ARGS }}