summarylogtreecommitdiffstats
path: root/wasi-libc.install
diff options
context:
space:
mode:
authorZheng Luo2021-02-28 00:15:50 -0500
committerZheng Luo2021-02-28 00:17:06 -0500
commit70dcbf376d0eb7afabcf9bc6d24efba0c1ad5724 (patch)
treeb4470da9cae6a5f0fe6c4e1371ede57c971dec8a /wasi-libc.install
downloadaur-70dcbf376d0eb7afabcf9bc6d24efba0c1ad5724.tar.gz
initial commit
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"
+}