• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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