Files
basis_universal/bin/runwt.sh
2026-01-22 18:28:40 -05:00

3 lines
121 B
Bash

#!/usr/bin/env bash
wasmtime run --dir=. --dir=../test_files --wasm threads=yes --wasi threads=yes ./basisu_mt.wasm "$@"