Custom malloc/free
#26834
Replies: 1 comment
|
I guess forking dlmalloc should do it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am interested in implementing my own malloc()/free(), looking at the docs this is possible.
From the emscripten compiler settings page:
Is there an example of this? I am already using WebAssembly.Memory, I guess I would manage this entire area myself. An example would come in handy.
All reactions