zig-help
Trying to output AIR using build-obj
master
Compiler
Answered
Directory walking fails on linux but not on mac?
Why isn't BufferReader().readAlloc() working on WASM (EMSCRIPTEN)?
packed struct question
Answered
Why does GitHub think some zig repos are c?
check C headers at runtime
Using Matter With Zig
Build System
0.14.x
Answered
Properly use @cImport in a multifile project
alternative to errdefer
0.14.x
Answered
Can't wrap builtin usage with zig version check
Answered
Can you import non-standard modules in build.zig? Or - what is this code doing?
is there a way to cast non const value const?
Answered
Why @sizeOf(tag) field in unions must be equal to alignment?
Optimize worker pool
New User
Answered
Replace libc
Build System
trying to call LAPACKE from zig keeps segfaulting
Answered
How do you import modules into the build.zig itself?
reduce repetition in converting bytes to struct
how to use addNamedWriteFiles?
Ideas for a modular program
New User
Std Debug Print not working as expected
0.14.x
Standard Library
Answered
build.zig memory allocation
Build System
zig master, no module named 'root' available in within module 'std'
master
Local Variable seems to change value after ArrayList reallocates (has no reference)
0.14.x
Answered
using zig build in a C++ project
Build System
Are non exhaustive enums with the same tag type guaranteed to have the same layout?
master
Answered
How to cast u32 to [*]c_uint
New User
Answered
How do I read a Byte or return null?
Standard Library
New User
Answered
How does std.Options work?
Optimization issue
master
Compiler
Can you pass variables from build.zig into a comptime variable in zig code?
Comparing []const u8 and [:0]const u8
ZLS struggling on initializers
0.14.x
Help with parsing JSON
0.14.x
Standard Library
format string fails to recognize my args as strings
Build System
0.14.x
Standard Library
Answered
Failing to link libraries
Build System
Compiler
Answered
How do you deal with package struct conflicts?
instantiate union(enum)
0.14.x
New User
Answered
dynamic? comptime array
master
New User
stbi_image.h doesnt compile
Build System
0.14.x
Compiler
Answered
Best way to deinit elements in a list?
Dereferencing anonymous structs on the stack is valid?
Answered
Inverse of @compileError
What differs between demo build.zig and my build.zig
Answered
using zig with C as the toolchain
Build System
0.14.x
Answered
How to build mingw gnu .a file in zig 0.14.1
Why is this a contant?
0.14.x
Answered
Are zig files considered structs?
Why сompiler do not raise error when generics recursion is used?
Compiler
shift behaviour clarification