mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
I moved part of the compiler that checks environment variables to the standard library, so it doesn't have access to `build_options.only_c` anymore, which means some environment variable checks are leaking into the zig1.wasm build of zig. This logic still makes it return "no environment variables found" though. |
||
|---|---|---|
| .. | ||
| config.h.in | ||
| config.zig.in | ||
| FuncGen.h | ||
| InputStream.h | ||
| panic.h | ||
| wasi.c | ||
| wasm.h | ||
| wasm2c.c | ||
| zig.h | ||
| zig1.wasm | ||