const have_mmap = switch (native_os)
const have_mmap = switch (native_os) { .wasi, .windows => false, else => true, }