zig-help
Zig compiler crash
master
Standard Library
Compiler
New User
0.15.2 MacOS undefined symbols
run function at comptime automatically?
What does this error mean?
master
Answered
Exclude initialize() from wasi-wasm build ?
how to read from stdin on 0.16.x
Standard Library
master
Answered
Help with variadics
Quick question: Will pointer capture be better here or not and why?
Answered
`undefined`ing memory on a structure that was const?
Need help with a little code review
0.16.x
Standard Library
New User
0.13.x
Debug info for a zig callback given to a C library
Answered
problems trying to understand new zig io interface
master
Answered
0.15.x posix size mismatch
Standard Library
master
Compiler
Answered
How to build test executable with build.zig b.addTest without running it?
Difference between importing using fetch?
Answered
Can pointers to pointers change when reference changes?
Answered
Need an advice on multithreading for custom ring-like doubly linked list
master
want to return slices that I don't allocate
Answered
How do i make field_offset comptime known here?
Answered
[solved] Unpacking `.tar.xz` file from Zig code
Answered
How to know if a file is older than X amount of time
0.14.x
Standard Library
master
How to type a u32 struct with u8 op_code and u24 payload in 0.16?
Answered
Best way to exit
Answered
[solved] Parsing Zig's index.json from Zig
0.14.x
Standard Library
master
Answered
[solved] Loop through a list, and error at end only if every iteration errored
0.14.x
Standard Library
master
Answered
How do you work with operator overloading or custom functions in Zig
New User
Answered
Struggles with comptime and conditional compilation
`std.Io.Reader.Hashed` help
[solved] Simple ArrayList shuffle: How?
0.14.x
Standard Library
master
Answered
[solved] Minisign from Zig
Standard Library
master
Answered
floating point math with integers
New User
Answered
Failing to parse .zon
Error return change in latest 0.16/master
load wav file in zig using raylib
Build System
New User
Answered
will the compiler attempt to pack a struct with multiple bools?
Answered
What Is Causing This Error With (Program) Options?
Build System
Answered
C interop: Buffers
New User
Answered
Basic struct question - error: no field or member function named 'getInput' in 'game.Game'
Answered
Confusing API design choices
Standard Library
New User
Answered
Correct way to declaratively define an interface
New User
init: std.process.Init usage in main or functions
Answered
std.Io.Reader basic questions
Standard Library
master
New User
best way to convert slice of u8 to a [:0]u8 null terminated string?
Answered
Want my own hash function
Answered
Confusing result when linking a library dynamically.
Build System
New User
Answered
WASM memory reads & writes in Zig
New User
Answered
Error subsets in return type?
Answered
Zig 0.16 io async examples
Answered
Build fails when pulling a Git repository from Codeberg, but using Git `clone` manually works fine
Build System
New User
Answered
Best way to write and read wav file from scratch