_:
  @just --list

build_wasm:
   deno task wasmbuild

run *ARGS:
  deno run --allow-read main.js {{ ARGS }}


