diff options
author | Ayke van Laethem <[email protected]> | 2020-01-12 20:31:30 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2020-01-23 16:40:09 +0100 |
commit | e2aa3789c303a01c65ebabd668df7a7e65ccacde (patch) | |
tree | 533e56186ae3fb643fc147755fe340d529590137 /lib | |
parent | c61657d22d15e11532d466f530d4734e6ff39331 (diff) | |
download | tinygo-e2aa3789c303a01c65ebabd668df7a7e65ccacde.tar.gz tinygo-e2aa3789c303a01c65ebabd668df7a7e65ccacde.zip |
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.
Diffstat (limited to 'lib')
m--------- | lib/wasi-libc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/wasi-libc b/lib/wasi-libc new file mode 160000 +Subproject a280fead2ae71b9a230d3b48c1f95867431888e |