aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/wasi/emmalloc
AgeCommit message (Collapse)Author
2025-01-29Update wasi-libc to d03829489904d38c624f6de9983190f1e5e7c9c5Frank Denis
2023-01-12wasi-libc: use __heap_end if available (#14273)Frank Denis
The symbol was introduced in LLD 15.0.7, as a way to know how much memory can be allocated: https://github.com/llvm/llvm-project/commit/1095870e8ceddc5371f446f4e7c3473f89a461cd https://github.com/WebAssembly/wasi-libc/pull/377
2022-11-28Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc (#13626)Frank Denis
* 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.