zig/libc
Andrew Kelley 01a4897da5
improve the libc of wasm32-freestanding target
* introduce wasm32-freestanding-musl .h files to fix
   conflicts with stddef.h and errno.h
 * fix an issue with zig build system regarding installation of
   webassembly libraries
 * add implementations to zig's libc:
   - strcmp
   - strncmp
   - strerror
   - strlen

See #514
2019-05-29 20:32:27 -04:00
..
dummy multi-arch glibc headers 2019-03-07 12:16:10 -05:00
glibc Merge remote-tracking branch 'origin/master' into llvm8 2019-03-10 13:48:06 -04:00
include improve the libc of wasm32-freestanding target 2019-05-29 20:32:27 -04:00
musl ability to build musl from source 2019-03-12 17:32:32 -04:00
process_headers.zig add musl headers 2019-03-12 10:30:12 -04:00