summaryrefslogtreecommitdiff
path: root/test/wasi/README.md
blob: ccb02d095ef939ebb2111c17f0da6ea114ab2d2d (plain)
1
2
3
4
5
6
7
8
# 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:
```console
$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot
```