Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
c/ | 12-May-2024 | - | 576 | 445 | ||
wasm/ | 12-May-2024 | - | ||||
Makefile | D | 12-May-2024 | 246 | 13 | 9 | |
README.md | D | 12-May-2024 | 287 | 10 | 7 | |
test-return-on-exit.js | D | 12-May-2024 | 1.1 KiB | 32 | 25 | |
test-wasi-initialize-validation.js | D | 12-May-2024 | 4 KiB | 155 | 129 | |
test-wasi-not-started.js | D | 12-May-2024 | 1 KiB | 39 | 33 | |
test-wasi-options-validation.js | D | 12-May-2024 | 2 KiB | 48 | 26 | |
test-wasi-start-validation.js | D | 12-May-2024 | 3.9 KiB | 152 | 126 | |
test-wasi-stdio.js | D | 12-May-2024 | 1.3 KiB | 34 | 28 | |
test-wasi-symlinks.js | D | 12-May-2024 | 2.9 KiB | 84 | 73 | |
test-wasi-worker-terminate.js | D | 12-May-2024 | 1.8 KiB | 44 | 37 | |
test-wasi.js | D | 12-May-2024 | 3 KiB | 102 | 84 | |
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 7```console 8$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot 9``` 10