|
Why does posix.recv require libc on Windows?
|
|
4
|
117
|
March 15, 2026
|
|
How to wrap prebuilt libraries into Zig for use by other wrapped C libraries
|
|
5
|
259
|
March 13, 2026
|
|
What is the ideomatic way to import a basic C library?
|
|
4
|
219
|
March 12, 2026
|
|
Mach-O linker: __thread_bss TLS offset misaligned when __thread_data is present (x86_64-macos)
|
|
3
|
104
|
March 11, 2026
|
|
Is it ok to use vectors in c structs?
|
|
8
|
510
|
March 8, 2026
|
|
Linking against SDL_ttf & SDL_image?
|
|
1
|
83
|
March 3, 2026
|
|
Zstd performance benchmarking correctness
|
|
13
|
666
|
February 27, 2026
|
|
How to handle architecture-dependent changes in C-import naming
|
|
8
|
159
|
February 21, 2026
|
|
Generating nice langauge bindings for external langauges for a zig library
|
|
2
|
153
|
February 14, 2026
|
|
Mapping a C enum to Error values
|
|
2
|
156
|
February 13, 2026
|
|
Cool party trick: dmenu transpiled to zig
|
|
0
|
194
|
February 11, 2026
|
|
No video device found when compiling SDL's castholm on linux
|
|
4
|
155
|
February 7, 2026
|
|
Can't build cpp on linux, but it works on windows?
|
|
3
|
159
|
February 7, 2026
|
|
C interop vs zig bindings for opengl?
|
|
2
|
134
|
February 6, 2026
|
|
Std.c.ioctl() does not overwrite variable when it is marked constant
|
|
5
|
152
|
February 5, 2026
|
|
Zig-Torch – Writing a Custom Python Backend (and a lesson in humility vs BLAS)
|
|
5
|
435
|
February 5, 2026
|
|
Stdout for C interop?
|
|
18
|
359
|
February 2, 2026
|
|
Zig libc - new devlog update
|
|
2
|
537
|
February 2, 2026
|
|
Can zig c++ compile C++23 import std hello world yet?
|
|
6
|
725
|
February 1, 2026
|
|
Fixing std.c.environ = true when shared lib is loaded with RTLD_DEEPBIND set
|
|
0
|
63
|
January 31, 2026
|
|
Pointers are changing when being passed through functions
|
|
6
|
191
|
January 31, 2026
|
|
Errno and EINVAL
|
|
6
|
163
|
January 26, 2026
|
|
How to make Zig automaticly static or dynamic link system library on Windows
|
|
1
|
175
|
January 25, 2026
|
|
Segfault when invoking a function from a specific C library (using libc)
|
|
4
|
179
|
January 19, 2026
|
|
It is C problem, but
|
|
8
|
295
|
January 17, 2026
|
|
How to check for C preprocessor defines?
|
|
3
|
176
|
January 14, 2026
|
|
Using Zig to compile C++ to Wasm/WASI
|
|
6
|
511
|
January 11, 2026
|
|
How to access data from C-initialized pointers?
|
|
5
|
98
|
January 9, 2026
|
|
Zero-allocation, simd-accelerated CSV iterator and emitter in Zig with an optional C ABI option
|
|
4
|
245
|
January 8, 2026
|
|
Using the ziglang and setuptools-zig python extension to provide C extensions
|
|
25
|
875
|
January 7, 2026
|