mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
7 lines
300 B
Batchfile
7 lines
300 B
Batchfile
@ECHO OFF
|
|
REM Example: "runw.bat test_images/xmen.png"
|
|
REM Example: "runw.bat /bik/bik1.png"
|
|
|
|
REM wasmtime --dir=. --dir=.. --dir=..\test_files --dir=d:/dev/test_images::/test_images --dir=d:/dev/test_images/bik::/bik basisu_st.wasm %*
|
|
wasmtime --dir=. --dir=.. --dir=..\test_files basisu_st.wasm %*
|