Windows โ
Validated via zig build-lib --target <t> -fno-emit-bin plus the native test suite on x86_64-windows:
x86-windowsโ compiles clean.x86_64-windowsโ compiles clean; fullzig build testgreen.aarch64-windowsโ compiles clean.
No usize-to-u64 assumptions, no POSIX-only calls on any path. Examples run as .exe via zig build run-<name>.
Related: Feature Matrix.
