mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 08:13:07 +00:00
* 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