fridaymore
fridaymore
Would it be possible to have a module default to using `shared_malloc` / `shared_free` when making `malloc` / `free` calls without rewriting the code? Example use case: Module A sets...
> Do you mean in the runtime's module malloc implementation, when failed to allocate memory from the private heap, runtime continue to allocate memory from the shared heap? Sorry, let...
Thank you for the suggestion. Do you have an estimate for when this feature will be available in the main branch?