Optimizing a bytecode interpreter in Zig
|
|
7
|
425
|
July 6, 2024
|
Invalid use of Optional C-Pointer
|
|
16
|
267
|
July 5, 2024
|
Linking dbus in zig fails
|
|
6
|
242
|
July 4, 2024
|
How to express the fact that an imported C function can indeed return null, when the translated prototype doesn't reflect the nullability?
|
|
15
|
150
|
July 3, 2024
|
Unable to import C library after importing to zig build system
|
|
11
|
350
|
July 3, 2024
|
How do I include tesseract (a cpp lib)
|
|
12
|
240
|
July 2, 2024
|
Pointer corrupted when passed as last argument to C function
|
|
19
|
248
|
July 1, 2024
|
Xtxf: binary matrix
|
|
0
|
129
|
June 28, 2024
|
How to initialize a 2D C pointer array
|
|
3
|
147
|
June 24, 2024
|
STM32 Porting Guide First Pass
|
|
9
|
631
|
June 22, 2024
|
Why is my Zig program so much slower than my C program?
|
|
15
|
762
|
June 21, 2024
|
How can I prevent segfault when hot reloading Zig code?
|
|
6
|
516
|
June 21, 2024
|
How do I match glob patterns in Zig?
|
|
5
|
307
|
June 18, 2024
|
Still can't compile included c files
|
|
5
|
189
|
June 16, 2024
|
How to wrap a Zig function to be called from C?
|
|
7
|
338
|
June 16, 2024
|
Help with including C header
|
|
14
|
456
|
June 15, 2024
|
FFmpeg AVFormatContext codecpar segfaults while it works in C
|
|
3
|
201
|
June 11, 2024
|
Error with identical "expected type"
|
|
5
|
151
|
June 11, 2024
|
Exploring Zig on STM32 with freeRTOS
|
|
5
|
673
|
June 10, 2024
|
Segmentation fault at address 0x4 using C library
|
|
34
|
771
|
June 10, 2024
|
Segfault while calling another function
|
|
3
|
193
|
June 7, 2024
|
How to return a C string from []u8
|
|
10
|
405
|
June 5, 2024
|
Create binaryen bindings library
|
|
2
|
198
|
June 4, 2024
|
WASM, setjmp and generic-musl
|
|
3
|
219
|
May 28, 2024
|
Static library from C source file
|
|
1
|
171
|
May 28, 2024
|
Zig cc huge intermediate binary objects
|
|
18
|
889
|
May 26, 2024
|
How bad are multiple @cImport's
|
|
1
|
227
|
May 25, 2024
|
Zig on STM32: huge binary after update to 0.12
|
|
10
|
739
|
May 24, 2024
|
Static linking newlibc as libc, freestanding on ARM, zig + c libraries
|
|
5
|
1160
|
May 21, 2024
|
How to pass [*c][*c] pointer to c function?
|
|
6
|
188
|
May 18, 2024
|