const vtable = switch (builtin.cpu.arch)
const vtable = switch (builtin.cpu.arch) { .wasm32, .wasm64 => std.heap.WasmAllocator.vtable, else => if (builtin.single_threaded) std.heap.BrkAllocator.vtable else std.heap.SmpAllocator.vtable, }