Y
Hacker News
new
|
ask
|
show
|
jobs
by
flohofwoe
270 days ago
Yes, but Emscripten comes with a minimal allocator that's good enough for most C code (e.g. code with low alloc/free frequency) and only adds minimal size overhead:
https://github.com/emscripten-core/emscripten/blob/main/syst...