Files
zig/lib
Carter Snook 6069f908e9 std: always allow spawning processes when an env map is explicitly provided (#25092)
In a library, the two `builtin.link_libc` and `builtin.output_mode ==
.Exe` checks could both be false. Thus, you would get a compile error
even if you specified an `env_map` at runtime. This change turns the
compile error into a runtime panic and updates the documentation to
reflect the runtime requirement.
2025-09-24 03:50:16 +02:00
..
2025-04-04 06:08:09 +02:00
2025-08-11 11:30:51 -07:00