mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
3 lines
121 B
Bash
3 lines
121 B
Bash
#!/usr/bin/env bash
|
|
wasmtime run --dir=. --dir=../test_files --wasm threads=yes --wasi threads=yes ./basisu_mt.wasm "$@"
|