Skip to content

Commit f8eaf00

Browse files
committed
Beginning porting Emscripten's emmalloc to wasi-libc.
emmalloc.c is derived from Emscripten at this path here: https://github.com/emscripten-core/emscripten/blob/main/system/lib/emmalloc.c
1 parent 21d93b9 commit f8eaf00

2 files changed

Lines changed: 1430 additions & 0 deletions

File tree

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Portions of this software are derived from third-party works covered by
77
their own licenses:
88

99
dlmalloc/ - CC0; see the notice in malloc.c for details
10+
emmalloc/ - MIT; see the notice in emmalloc.c for details
1011
libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details
1112
libc-top-half/musl/ - MIT; see the COPYRIGHT file for details
1213

0 commit comments

Comments
 (0)