mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 15:25:23 +00:00
* Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc It includes a port of emscripten's allocator that performs performs much better than the old one. Most importantly, it includes the prerequisites to later add support for POSIX threads.
17 lines
831 B
Plaintext
17 lines
831 B
Plaintext
wasi-libc as a whole is multi-licensed under the
|
|
Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, and
|
|
the MIT License. See the LICENSE-APACHE-LLVM, LICENSE-APACHE and LICENSE-MIT
|
|
files, respectively, for details.
|
|
|
|
Portions of this software are derived from third-party works covered by
|
|
their own licenses:
|
|
|
|
dlmalloc/ - CC0; see the notice in malloc.c for details
|
|
emmalloc/ - MIT; see the notice in emmalloc.c for details
|
|
libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details
|
|
libc-top-half/musl/ - MIT; see the COPYRIGHT file for details
|
|
|
|
wasi-libc's changes to these files are multi-licensed under the
|
|
Apache License v2.0 with LLVM Exceptions, the Apache License v2.0,
|
|
the MIT License, and the original licenses of the third-party works.
|