zig-help
segmentation fault
Answered
Cast single-item pointer to a slice
Answered
raylib in zeeg
unrecognized extension .exe in -femit-bin
Answered
Error building for wasm - 0.12.0
Answered
change type for variable assigned for indexing in for loop
Answered
Casting problems (interoping with c)
0.13.x
Reader on allocated []u8
Answered
How do I make zig output a cmpxchg16b?
how to get build.zig to re-run a step each time
Answered
Is there anything bad about this pattern?
Answered
Does zig have a drop in "as" replacement for mingw?
Compiler
Answered
How to get if two instances of the same `union(enum)` are of the same type
Answered
Are literal values read as little endian or big endian
Standard Library
0.11.x
ldd undefined symbol trying to use zig-wayland.
0.11.x
Answered
Enum catch all
0.11.x
Switch @import
0.11.x
Answered
Best option for ArrayList with runtime sized object?
build.zig - run custom code on build step?
0.13.x
Compile assembly and store in array
0.11.x
New User
Using blink to hot-reload zig code
Code crashes on switch when there's no break in the switch case
Make module available to all other modules
Answered
New User
0.13.x
add a wasm-freestanding build output to build.zig
Flatten an array
Why does std use TitleCase for error values?
Standard Library
Answered
left bit shift - error : expected type 'u6', found 'usize'
0.11.x
New User
previous zig master build list?
Compiler
Answered
0.13.x
arg cmp str
New User
accessing documentation
Help with raylib and zig
Answered
zig build --system-paths arg not searching passed paths
0.13.x
memory leak when using allocated keys on StringArrayHashMap
Standard Library
0.11.x
New User
Answered
Getting pg.zig and Zap to work on master
0.13.x
Propagating C library- and include paths
Answered
library has different struct definition than main program?
Create comptime functions that take type params and anonymous functions?
Zig fetch not doing anything
New User
0.13.x
extern function with different name
force cast isize to usize
Calling trigonometric intrinsics on vectors produces scalar code
LLVM reports a broken module
Compiler
0.13.x
Is there a way to enable the x86-64 (non-llvm) backend yet?
Answered
How to iterate over 2D ArrayList
0.11.x
Migrating to 0.12 error
Answered
Code files
New User
Answered
sending an allocator down as ?*anyopaque to a callback
Compare a string at runtime.
New User
Implementing `emscripten`'s `EM_ASM` into zig
Answered
How you do function pointer passing in zig?