Hacker News new | ask | show | jobs
by aatd86 1037 days ago
I see. In my experience, the wasm target is very allocation-sensitive.

I've had to implement a few free-lists myself and went for allocation hunt.

Perhaps it's a memory leak somewhere.

If you have some code example, maybe I can have a look.