zig
zig copied to clipboard
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
### Zig Version 0.10.1 ### Steps to Reproduce and Observed Behavior `` is seemingly missing in the zig provided libc includes for macos while it is present on Linux. Simple...
Previously Compilation#update didn't delete bin_file on compilation errors.
### Zig Version 0.11.0-dev.1862+e7f128c20 ### Steps to Reproduce and Observed Behavior Install above version of zig, and [follow the exact steps in the WebAssembly documentation](https://ziglang.org/documentation/master/#Freestanding). You will get: ``` $...
Closes #14834
This is a follow-up issue from #4550. `std.zig.CrossTarget` has the ability to represent CPU features, as well as `std.Target`. Curently, "parsing" a target triple also wants to know the CPU...
### Zig Version 0.11.0-dev.1898+36d47dd19 ### Steps to Reproduce and Observed Behavior This test case is incorrect: https://github.com/ziglang/zig/blob/36d47dd1991f0ccd7a9673075624f09500cc415e/test/link/wasm/bss/build.zig The global variable has value `undefined`: https://github.com/ziglang/zig/blob/36d47dd1991f0ccd7a9673075624f09500cc415e/test/link/wasm/bss/lib.zig#L1 So it should not go into...
I probably missed a lot of places, but I tried to stick to code that kind of made sense to me. Initially spotted this in mem.eql and the performance difference...
The "authority" section of a URL is allowed to be empty. In particular if the URL scheme is "file://", the authority section is expected to be empty. This is a...
### Zig Version 0.11.0-dev.1884+2641feb9b ### Steps to Reproduce and Observed Behavior Hi, A little out of my depths. First time trying to compile and run zig. I feel like I...