File: runw.bat

package info (click to toggle)
basis-universal 2.0.2-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 216,436 kB
  • sloc: cpp: 163,224; ansic: 51,368; python: 2,824; javascript: 2,637; lisp: 1,026; sh: 161; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
@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 %*