#WasmPageAllocator

1 messages · Page 1 of 1 (latest)

solid edge
#

Was WasmPageAllocator removed? I can't seem to find it in source or mention of its removal. I only see the new general purpose WasmAllocator which calls memory.grow directly.

WasmPageAllocator solved the very important allocator orchestration problem that typically decommitting memory to kernel would solve. With out a WasmPageAllocator, other allocators can never give up there pages or share pages.