zig-help

21196 threads · Page 22 of 424

cImport not finding include header 2 messages
Answered
Bizarre build.zig error 12 messages
Answered
Extern memory wasm 27 messages
Answered
Unexpected behaviour of program (windows), problems in getting input 13 messages
New User Answered
Alignment of buffer loaded with @embedFile 5 messages
Answered
Input/Output in zig 9 messages
New User Answered
How can I get Emscripten stack traces? 7 messages
Answered
Can i have a pointer to slice of fixed size from an array? 2 messages
Answered
`anytype` or which reader type in function signature 2 messages
Answered
How do I read a slice of [4]u8 into a u32 without it becoming little endian? 4 messages
Answered
Sending pointers from Zig -> JS via WASM 4 messages
New User Answered
Best way to traverse subslices 3 messages
Debugging runaway memory growth 17 messages
master New User Answered
Enforce Options For Certain Build Commands? 5 messages
Build System
struct equivalence? 10 messages
Answered
What is this error? 48 messages
Answered
Call to 0x0 with the Zig 0.15.2 Linker when using OpenAL 3 messages
What is std.Build.Step.WriteFile? 5 messages
Answered
How to read a file in zig? 8 messages
New User Answered
Dynamically link to libc while linking statically to another lib 11 messages
Answered
unexpected errno: 9 5 messages
Build System Answered
Why does the writer() method on a file take a buffer now? 3 messages
Answered
How to match SDL c callback function 7 messages
"building" arguments for a function chosen at comptime 2 messages
New User
Creating a custom allocator 7 messages
Answered
Runtime crash `Illegal instruction` when using `-Doptimize=ReleaseSafe` 4 messages
Compiler
Cast to cimport HWND (of Windows.h) from *anyopaque 7 messages
Answered
Emitting assembly from C code with build.zig 120 messages
Bugged symbol resolution. The compiler inline the wrong immediate, reference the wrong linker symbol 2 messages
newline not printing newline 13 messages
Answered
Run single test that uses function from other zig file 7 messages
Build System New User Answered
Compiler Exits Unexpectedly, No indication to why 9 messages
Answered
Include reference of owner at creation 17 messages
Answered
bug in x86 backend? 9 messages
Answered
Reserving Virtual Memory in the std lib 9 messages
Standard Library Answered
Custom CSPRNG for std.Io 39 messages
Standard Library master
What is the proper way to incorporate build time dependencies so they aren't fetched downstream? 4 messages
Answered
Optionals and Slices in packed objects 10 messages
Narrow `union` tag in `inline switch` branch 10 messages
master Answered
enumArray init from completed enumArray 17 messages
Why a struct can't reference itself inside main? 21 messages
master New User
why is this struct comptime only 7 messages
New User Answered
Build struct functions and members from enum fields 5 messages
Answered
merging tuple elements? 11 messages
master Answered
Is there a way to format the panic message 2 messages
Answered
Get path to file (even when non existent) 17 messages
can I use zig if I have a headache 8 messages
master
how do you set the subsystem in 14.1 to prevent console from opening? 3 messages
Build System 0.14.x Standard Library Answered
Print StringHashMap key 29 messages
Standard Library New User Answered
Emerging Idiom? Passing an options struct instead of individual parameters. 8 messages
Standard Library Compiler