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