zig-help
How to translate macros?
How do I make a library that you can fetch and use in a project?
Answered
build dependency order not working?
Answered
BufferedWriter.writeAll() doesn't write anything
0.14.x
New User
Compiling libc bits with zig cc
Subsets of Enums?
0.14.x
Answered
can I define EMMALLOC_VERBOSE when linking libc in wasm32-wasi target?
Answered
How to include a CMake library?
Can't parse zon from slice on freestanding
Answered
[ZLS Nightly][Master] ZLS can't find header info
master
Answered
Printing utf8 to console?
String formatting with numbers
Answered
What happens when you export an array?
Answered
Threading
New User
CLI parsing comptime struct with assigned type
0.14.x
New User
defer in inline function
Answered
how to catch memory corruption only in wasm target
Answered
Is having 2 separate threads, 1 to read stdout, 1 to write stdin, to a child process a good idea?
how to apply patch to a dependency?
Answered
recommended way of separating user errors (ex: config parse error) from application error (ex:logic)
New User
How to configure `build.zig` for unit testing? 'zig build test' only works for `main.zig`
master
Answered
error: no field named 'put' in struct 'array_hash_map.ArrayHashMapWithAllocator
0.14.x
Test is failing for base 64 url safe no padding
0.14.x
New User
Answered
How to learn and understand the build system
Build System
0.14.x
New User
Is it possible to have a function pointer that returns an error?
How to force an anytype callback function to return anyerror?
Embed directory as a struct
Answered
Assign Multiple Sequential Optionals
Is it safe to not deinit when using an arena?
Zig child build script picking the wrong target
Answered
Is having an infinite while loop that keeps checking on a Mutex bad practice?
Access static variables
Compiler
Answered
using nasm
Answered
casting on assignment
0.14.x
New User
Answered
bigint code slower than expected
Answered
How to make @setRuntimeSafety(false) for the whole project?
Building lua 5.4: undefined symbols for luac when linking shared library
Build System
0.14.x
Answered
Can i get enum variant's name as a string?
Answered
lld-link error
Answered
Subtract but dont go below zero?
Incorrect types displayed on compiler error messages
Generate a struct based on another struct at compile time(ish)
0.14.x
Answered
How to link against windows runtimeobject?
Answered
Code review for simple coding challenge
New User
Answered
Is this a good, idiomatic API?
std.io.poll alternative for windows
0.14.x
Standard Library
Zig c++ could not link against libfmt
Answered
Does inline asm use intel or at&t syntax?
Answered
Assembly file in zig project
How to pass pointer to a func so that its value don't change in func if it changes in caller func?
master
New User
Answered