adding new files

This commit is contained in:
Richard Geldreich
2026-01-19 01:57:04 -05:00
parent 21c71a32e2
commit 2d096d935e
14 changed files with 25 additions and 0 deletions

BIN
bin/basisu_mt.wasm Normal file

Binary file not shown.

BIN
bin/basisu_st.wasm Normal file

Binary file not shown.

9
bin/clean.sh Normal file
View 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

Binary file not shown.

BIN
bin/example_capi_st.wasm Normal file

Binary file not shown.

BIN
bin/example_mt.wasm Normal file

Binary file not shown.

BIN
bin/example_st.wasm Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

5
bin/runw.bat Normal file
View 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
View 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
View 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
View 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
View File

@@ -0,0 +1,2 @@
wasmtime --dir=. --dir=.. --dir=..\test_files basisu.wasm -test