-
### Zig Version
0.14.0-dev.1298+d9e8671d9
### Steps to Reproduce and Observed Behavior
Minimal test repo code
```zig
const std = @import("std");
const Node = extern struct {
id: u32…
-
It would be really nice if zig exposed `zig windres` in addition to `zig cc`. This was previously mentioned in https://github.com/ziglang/zig/issues/7917#issuecomment-808087114
For context, I have…
Akuli updated
2 weeks ago
-
-
[_Zig_](https://ziglang.org) is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
**Documentation**: https://ziglang.org/documentation/0.8.0…
-
Some programs have issues when running on kernels with larger pagesizes.
### jemalloc
One common case is programs (especially rust programs) that use jemalloc. this was fixed in #48194 for the j…
-
TODO:
- Add minimal sample of using Zig library from C#.
BOCKED BY:
- https://github.com/ziglang/zig/issues/6753; need to emit the C header to generate C# bindings.
-
Running `bazel test` on `cc_test` targets that do not specify `linkstatic = 1` seems to be broken since v2.1.0. The last working version was v2.0.0.
Minimal reproduction case: https://github.com/Fa…
-
### Busybox
**build-system** with C ABI
```bash
docker run --rm -v $(pwd):/app -w /app kassany/ziglang:0.11.0 build
warning: Encountered error: FileNotFound, falling back to default ABI and d…
-
https://github.com/ziglang/zig/blob/8eaaa905f709db623432a95fd9d4e4dfecdb7eae/src/main.zig#L1072-L1076
Follow-up to #7166
-
### Provide environment information
```bash
N/A
```
### To Reproduce
N/A
### Describe the Bug
Since `0.10.1`, Zig releases have been cryptographically signed using https://jedisct1.github.io/min…