summarylogtreecommitdiffstats
path: root/wasi-libc.install
diff options
context:
space:
mode:
Diffstat (limited to 'wasi-libc.install')
-rw-r--r--wasi-libc.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/wasi-libc.install b/wasi-libc.install
new file mode 100644
index 000000000000..cec97aa58532
--- /dev/null
+++ b/wasi-libc.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "Use this lib with clang --target=wasm32-unknown-wasi --sysroot /opt/wasi-libc"
+}