wasm: include wasi-libc

This allows CGo code to call some libc functions. Additionally, by
putting memset/memmove/memcpy in an archive they're not included anymore
when not necessary, reducing code size for small programs.
This commit is contained in:
Ayke van Laethem
2020-01-12 20:31:30 +01:00
committed by Ron Evans
parent c61657d22d
commit e2aa3789c3
7 changed files with 67 additions and 33 deletions
+3
View File
@@ -14,3 +14,6 @@
path = lib/compiler-rt
url = https://github.com/llvm-mirror/compiler-rt.git
branch = release_80
[submodule "lib/wasi-libc"]
path = lib/wasi-libc
url = https://github.com/CraneStation/wasi-libc