zig-help
WASM: wasm-ld: undefined symbol: __stack_chk_guard
Strange error: "error: root struct of file 'c' has no member named 'fd_t'"
error: "epoxy/gl.h" file not found
How can I make ZLS aware of include directories?
Answered
What is the build.zig equivalent of "-rdynamic"?
How do I make Zig link with asan?
Is it possible to have an anytype in a struct?
New User
Answered
zig one shot script
`zig build test` no output
Answered
New User
0.13.x
Adding multiple Zig sources to be compiled into objects in build.zig?
Answered
How to free Exec result?
Answered
Questions about modules and dependencies
What is the right way to store arbitrary number of `std.ArrayList(?)` in another `std.ArrayList()`?
Can I see the source code of the @XXXX functions?
Answered
Miscompilation catch with GDB and QEMU
Answered
[META] I love this forum thing where I can ask questions, but how do I review old questions?
Example of using the cimgui library directly in Zig
Is there a Compile time allocator
Answered
more idiomatic way of rewriting optional-using code?
does popping an element out of an arraylist require it to be freed?
lib.linkLibCpp(); leads to "fatal error: 'bits/syscall.h' file not found" on MacOS
What are modules? And how do i create them?
How can I reproduce this effect from Templates in other languages?
Answered
ZLS and Eglot
Answered
Debugging comptime failures
How to run a cmd using build.zig
how to c-translate multiple files at once
math.h not found error while using zig translate-c
Is `std.mem.copy` supposed to work on wasm?
0.10.x
Standard Library
New User
Nesting a generic struct
Answered
Linking to `.dylib` - how to do it properly?
Why is it that std.meta.eql() does not follow pointers?
Raylib import giving strange error
What's the feature/option that enables @errorReturnTrace not to be null?
Answered
Is there an idiomatic way to initialize some indices of an array, and default the rest?
Parse a json object into a struct with unknown sub object
Is there tooling for generating the hash build.zig.zon expects?
Alternatives to "Comptime Drilling" for Large Sections of Conditional Code
Any configuration about the `zig fmt` for vim user?
New User
Using std.os.linux.poll
Standard Library
New User
Building ZLS on FreeBSD - "error: TlsInitializationFailed"
how to get a property of a struct that's a property of a struct
New User
Convert int to string
How to generate C output from build.zig?
Mix Zig and C code in an existing project without changing the build configuration
Allocate values
multi-dimensional slice with runtime known lenght
Runtime string eql
How does @TypeOf(.EnumLiteral) works
Answered
[solved] 0.11 How to add a library into a build.zig file?
Compiler
New User
Answered