zig-help
cImport not finding include header
Answered
Bizarre build.zig error
Answered
Extern memory wasm
Answered
Unexpected behaviour of program (windows), problems in getting input
New User
Answered
Alignment of buffer loaded with @embedFile
Answered
Input/Output in zig
New User
Answered
How can I get Emscripten stack traces?
Answered
Can i have a pointer to slice of fixed size from an array?
Answered
`anytype` or which reader type in function signature
Answered
How do I read a slice of [4]u8 into a u32 without it becoming little endian?
Answered
Sending pointers from Zig -> JS via WASM
New User
Answered
Best way to traverse subslices
Debugging runaway memory growth
master
New User
Answered
Enforce Options For Certain Build Commands?
Build System
struct equivalence?
Answered
What is this error?
Answered
Call to 0x0 with the Zig 0.15.2 Linker when using OpenAL
What is std.Build.Step.WriteFile?
Answered
How to read a file in zig?
New User
Answered
Dynamically link to libc while linking statically to another lib
Answered
unexpected errno: 9
Build System
Answered
Why does the writer() method on a file take a buffer now?
Answered
How to match SDL c callback function
"building" arguments for a function chosen at comptime
New User
Creating a custom allocator
Answered
Runtime crash `Illegal instruction` when using `-Doptimize=ReleaseSafe`
Compiler
Cast to cimport HWND (of Windows.h) from *anyopaque
Answered
Emitting assembly from C code with build.zig
Bugged symbol resolution. The compiler inline the wrong immediate, reference the wrong linker symbol
newline not printing newline
Answered
Run single test that uses function from other zig file
Build System
New User
Answered
Compiler Exits Unexpectedly, No indication to why
Answered
Include reference of owner at creation
Answered
bug in x86 backend?
Answered
Reserving Virtual Memory in the std lib
Standard Library
Answered
Custom CSPRNG for std.Io
Standard Library
master
What is the proper way to incorporate build time dependencies so they aren't fetched downstream?
Answered
Optionals and Slices in packed objects
Narrow `union` tag in `inline switch` branch
master
Answered
enumArray init from completed enumArray
Why a struct can't reference itself inside main?
master
New User
why is this struct comptime only
New User
Answered
Build struct functions and members from enum fields
Answered
merging tuple elements?
master
Answered
Is there a way to format the panic message
Answered
Get path to file (even when non existent)
can I use zig if I have a headache
master
how do you set the subsystem in 14.1 to prevent console from opening?
Build System
0.14.x
Standard Library
Answered
Print StringHashMap key
Standard Library
New User
Answered
Emerging Idiom? Passing an options struct instead of individual parameters.
Standard Library
Compiler