lib/std/heap.zig | 315 ++------------------------------ lib/std/heap/PageAllocator.zig | 110 +++++++++++ lib/std/heap/WasmPageAllocator.zig | 193 +++++++++++++++++++ 3 files changed, 315 insertions(+), 303 deletions(-)