aboutsummaryrefslogtreecommitdiff
path: root/test/wasi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasi/README.md')
-rw-r--r--test/wasi/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/wasi/README.md b/test/wasi/README.md
new file mode 100644
index 0000000000..ccb02d095e
--- /dev/null
+++ b/test/wasi/README.md
@@ -0,0 +1,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
+```