tree: db118f22e2b565563d2976a210cd1a9f3aae7302 [path history] [tgz]
  1. c/
  2. wasm/
  3. Makefile
  4. README.md
  5. test-return-on-exit.js
  6. test-wasi-options-validation.js
  7. test-wasi-require-flag.js
  8. test-wasi-start-validation.js
  9. test-wasi-symlinks.js
  10. test-wasi.js
  11. testcfg.py
  12. wasi.status
test/wasi/README.md

WASI Tests

Compile with clang and wasm32-wasi target. The clang version used must be built with wasi-libc. You can specify the location for clang and the sysroot if needed when running make:

$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot