1# WASI Tests
23Compile 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/sysroot8```
9