mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-30 15:08:16 +00:00
3 lines
215 B
Bash
3 lines
215 B
Bash
#!/usr/bin/env bash
|
|
wasmtime run --dir=. --dir=../test_files --dir=/mnt/d/dev/test_images::/test_images --dir=/mnt/d/dev/test_images/bik::/test_images/bik --wasm threads=yes --wasi threads=yes ./basisu_mt.wasm "$@"
|