mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-20 01:59:33 +00:00
6 lines
270 B
Batchfile
6 lines
270 B
Batchfile
@ECHO OFF
|
|
REM Example: "runw.bat test_images/xmen.png"
|
|
REM Example: "runw.bat /bik/bik1.png"
|
|
|
|
wasmtime --wasm threads=yes --wasi threads=yes --dir=. --dir=.. --dir=..\test_files --dir=d:/dev/test_images::/test_images --dir=d:/dev/test_images/bik::/bik basisu_mt.wasm %*
|