pub const CPU_COUNT = switch (native_os)
pub const CPU_COUNT = switch (native_os) { .linux => linux.CPU_COUNT, .emscripten => emscripten.CPU_COUNT, else => void, }