zig-help
Zig trying to use memcpy in freestanding
How to use thread
UDP socket
Standard Library
Type conversion from [2][]const u8 to [][]const u8 for use as function argument
New User
Answered
How should I act on "C import failed?"
0.10.x
New User
convert prt integer and len into slice
Creating 2 Dimensional Array with Neither Dimension Known At Runtime
How to use cache in custom build step
Standard Library
Compiler
0.13.x
Is there a function like std.fmt.parseInt, but just parses an int from the beginning like C's strtol
Standard Library
0.13.x
compiling a sokol header(s) to a dll with zig
error when implementing logFn in wasm
[*c]u8 -> []const u8 converting
0.10.x
Standard Library
New User
Answered
Do anyone know why zig build breaks on this specific build.zig
Standard Library
0.13.x
mask a C dll function with zig
Answered
member function expected 1 argument, got 3
Answered
How can I import a dependency's build.zig from a parent directory?
New User
Question regarding the use of `const`.
New User
Answered
Cmd line args parser
New User
Standard Library
Answered
0.13.x
Understand tests imports?
Answered
Is there a way to create slice inline with array initialization?
New User
0.13.x
Wasm gives empty ouput
Parsing a struct with nested structs in JSON
New User
b.dependency() is deprecated in build.zig
0.13.x
fix build error
Using zig as a cgo compiler on MacOS, I am getting the following error :
Zig build error
Answered
__zig_probe_stack undefined in static library
New User
Answered
using external allocator in a library
0.10.x
Packed Struct not actually packed
Answered
How to get the exe path?
Get *const Allocator from *const std.heap.GeneralPurposeAllocator
New User
Answered
inspect optional value
Answered
ZLS not working Neovim M1
Comptime error if not unsigned
Answered
std.mem.span doesn't accept strings anymore
Standard Library
Answered
[resolved] Zig name convension
Answered
What is the best practice of memory
New User
raise error and get trace across extern library
Questions in regards to using zig with other languages
Slow compilation when using std.http.Client.request
Compiler
0.13.x
How does []?void work?
New User
Answered
0.13.x
Linking against wgpu causes various linker errors on windows
Compiler
0.13.x
Dumping byte array while writing test
New User
Answered
how to get the hash and url of a github repo for the package manager?
Answered
How do I embed file relative to project root?
strip *path* from debug symbols?
Loading extension functions of WinSock2
Zig compiler segfault on init-exe example project
zig test with external module
New User
0.13.x
How to write a library in zig that can be consumed by other zig apps