Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
c/ | 12-May-2024 | - | 558 | 431 | ||
wasm/ | 12-May-2024 | - | ||||
Makefile | D | 12-May-2024 | 246 | 13 | 9 | |
README.md | D | 12-May-2024 | 286 | 9 | 7 | |
test-return-on-exit.js | D | 12-May-2024 | 1.2 KiB | 33 | 25 | |
test-wasi-initialize-validation.js | D | 12-May-2024 | 5.2 KiB | 196 | 159 | |
test-wasi-not-started.js | D | 12-May-2024 | 1.1 KiB | 41 | 35 | |
test-wasi-options-validation.js | D | 12-May-2024 | 2.1 KiB | 50 | 26 | |
test-wasi-require-flag.js | D | 12-May-2024 | 273 | 10 | 6 | |
test-wasi-start-validation.js | D | 12-May-2024 | 5.1 KiB | 196 | 159 | |
test-wasi-stdio.js | D | 12-May-2024 | 1.3 KiB | 35 | 28 | |
test-wasi-symlinks.js | D | 12-May-2024 | 3 KiB | 87 | 76 | |
test-wasi-worker-terminate.js | D | 12-May-2024 | 1.8 KiB | 45 | 37 | |
test-wasi.js | D | 12-May-2024 | 3 KiB | 104 | 86 | |
testcfg.py | D | 12-May-2024 | 195 | 7 | 5 | |
wasi.status | D | 12-May-2024 | 245 | 8 | 5 |
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```console 7$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot 8``` 9