logoalt Hacker News

flohofwoeyesterday at 7:10 PM0 repliesview on HN

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...