mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 00:23:52 +00:00
adding new files
This commit is contained in:
BIN
bin/basisu_mt.wasm
Normal file
BIN
bin/basisu_mt.wasm
Normal file
Binary file not shown.
BIN
bin/basisu_st.wasm
Normal file
BIN
bin/basisu_st.wasm
Normal file
Binary file not shown.
9
bin/clean.sh
Normal file
9
bin/clean.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rm -f *.exr
|
||||
rm -f *.png
|
||||
rm -f *.dds
|
||||
rm -f *.astc
|
||||
rm -f *.ktx
|
||||
rm -f *.tga
|
||||
|
||||
BIN
bin/example_capi_mt.wasm
Normal file
BIN
bin/example_capi_mt.wasm
Normal file
Binary file not shown.
BIN
bin/example_capi_st.wasm
Normal file
BIN
bin/example_capi_st.wasm
Normal file
Binary file not shown.
BIN
bin/example_mt.wasm
Normal file
BIN
bin/example_mt.wasm
Normal file
Binary file not shown.
BIN
bin/example_st.wasm
Normal file
BIN
bin/example_st.wasm
Normal file
Binary file not shown.
BIN
bin/example_transcoding_mt.wasm
Normal file
BIN
bin/example_transcoding_mt.wasm
Normal file
Binary file not shown.
BIN
bin/example_transcoding_st.wasm
Normal file
BIN
bin/example_transcoding_st.wasm
Normal file
Binary file not shown.
5
bin/runw.bat
Normal file
5
bin/runw.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@ECHO OFF
|
||||
REM Example: "runw.bat test_images/xmen.png"
|
||||
REM Example: "runw.bat /bik/bik1.png"
|
||||
|
||||
wasmtime --dir=. --dir=.. --dir=..\test_files --dir=d:/dev/test_images::/test_images --dir=d:/dev/test_images/bik::/bik basisu_st.wasm %*
|
||||
2
bin/runw.sh
Normal file
2
bin/runw.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/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 ./basisu_st.wasm "$@"
|
||||
5
bin/runwt.bat
Normal file
5
bin/runwt.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@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 %*
|
||||
2
bin/runwt.sh
Normal file
2
bin/runwt.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/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 "$@"
|
||||
2
bin/test_wasm.bat
Normal file
2
bin/test_wasm.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
wasmtime --dir=. --dir=.. --dir=..\test_files basisu.wasm -test
|
||||
|
||||
Reference in New Issue
Block a user