zig-help
Generating function wrappers at comptime
Can zig create dynamic libraries that export by ordinal? (Windows only).
Create an additional directory when using zig build
Always pass immutable function parameters as non-pointer?
Deallocation of function frames
removing padding from union(enum(u8))
Less Verbose Comptime Assert
Output list of target triples
How to implement methods for types created using `Type`?
confused by import system
tagged union containing a Complex(f32) ?? How??
Understanding comptime
Compiler
New User
Answered
invalid escape character 0 in ascii
Compiler
Question about linking during cross-compile on mac
Calculating size of part of an extern struct
is there a zig equivalent to the go doc command (httpspkg.go.devcmddoc)?
New User
Calculating size of part of a packed struct
recommendations for an raw audio library
Folding scopes in VS Code using ZLS
How to have async generators that can be assumed arbitrary amount of times?
Compiling zig-sqlite to webassembly
New User
verify spawning of child process??
Struct Alignment in Zig
Where to initialize random generators?
Unable to create slice with runtime known values
New User
Can't cimport glibc on master?
zip library?
expected type 'type', found 'fn(comptime type) type'
comptime function instantiation
Compiler
New User
Have to cInclude a cstdlib header to prevent 'C import failed InvalidFormat'
Function as a struct field
Zig equivalent for `atexit`
Help with weird error in nested switch
C exports for WebAssembly
allocating a large buffer
error.Unexpected GetLastError(10093) Either the application has not called WSAStartup, or WSAStart
Fuzzy on how to handle a result that is an error union of an optional, aka !?
Initialize non-tiny array
Vector intToFloat
zig test and files in packages
base64 decoder for streams?
Compile and dynamically link a C library with build.zig
ArrayList content owner ?
Error `std.os.getenv is unavailable for Windows` when building zls
Padding in packed structs
testing of non public functions
Why doesn't const array length have the same effect as a numerical literal?
New User
Redefine a function with different parameters (or optional parameter)
New User
Joining arrays at comptime
how to know if read stream has bytes or not?