Name Date Size

..25-Oct-20244 KiB

c/H25-Oct-20244 KiB

MakefileH A D25-Oct-2024246

README.mdH A D25-Oct-2024287

test-return-on-exit.jsH A D25-Oct-20241.1 KiB

test-wasi-initialize-validation.jsH A D25-Oct-20244 KiB

test-wasi-not-started.jsH A D25-Oct-20241 KiB

test-wasi-options-validation.jsH A D25-Oct-20242 KiB

test-wasi-start-validation.jsH A D25-Oct-20243.9 KiB

test-wasi-stdio.jsH A D25-Oct-20241.3 KiB

test-wasi-symlinks.jsH A D25-Oct-20242.9 KiB

test-wasi-worker-terminate.jsH A D25-Oct-20241.8 KiB

test-wasi.jsH A D25-Oct-20243 KiB

testcfg.pyH A D25-Oct-2024195

wasi.statusH A D25-Oct-2024245

wasm/H25-Oct-20244 KiB

README.md

1# WASI Tests
2
3Compile with clang and `wasm32-wasi` target. The clang version used must be
4built with wasi-libc. You can specify the location for clang and the sysroot
5if needed when running make:
6
7```console
8$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot
9```
10