zig-help
Decl not found. Why?
How to add `struct` declarations at compile-time
New User
Is it possible to specify the alignment of the ptr returned from embedFile?
Debugging applications on -O ReleaseSafe
Comptime generated arrays?
stage1 vs no-stage1 error message
Compiler
New User
How to tell WHY zig insists a struct must be comptime?
runtime flow with enum
Does Valgrind not work generally or is this a me problem?
-fno-builtin for zig
how to get a pointer to the last item of an arraylist
how to get tag name of enum by the value?
Building master branch on M1 LLVM 15 issue
Compiler
How to get cli args?
Standard Library
LibExeObjStep don't keep included dir when linked as library?
Compiler
What is the --watch feature?
Compiler
Download specific Zig dev version
error the following build command failed with exit code 11
Use pkg-config to include headers?
New User
How to access assets outside of src path
Writing i32s to byte array - idiomatic zig?
Pretty code
Development environment recommendations
New User
DLL not found error
converting C signature to zig structs
Compilation errors when including header files from Microsoft
Polymorphism over const-pointer-or-value
New User
nested while
How to switch between 2 generic functions at runtime
Standard Library
New User
Openxr C import failed
Zig build wasm
Check if alignment is explicitly specified
Compiler
Standard Library
Permissive TUI library
Invoke C function from Zig
New User
Zig - Failed to translate
New User
stdlib strstr equivalent?
Standard Library
Code review - Idiomatic zig way to overload functions?
How to cast tagged union to extern union
Question about `std.fs.cwd()`
Best size & type for Vector
cross-platform way to remove write access to a `std.fs.Dir`
Problems building master with zig-bootstrap
Reading and Writing unicode
Is there anything that generates x86's `pause` instruction?
Dirname comptime
Threads and Async
error expected type '[]type', found '[9]type' error
New User
Compiler
Pattern to free arrayList.toOwnedSlice
Standard Library
New User
Reading an i64 from `anyopaque*`
Zig expected type error when using comptime
New User