pub const have_ipc = switch (builtin.os.tag)
pub const have_ipc = switch (builtin.os.tag) { .wasi, .freestanding => false, else => true, }