Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in zig

How can I create multidimensional arrays of arbitrary sizes?

How to `#define` in build.zig for an imported C library

build zig

Casting in Zig (like usize to i32 and more)

casting zig

JS/C Interop with zig cc and wasm

javascript c webassembly zig

How do I include one .zig file from another .zig file

zig

How can I iterate over struct fields at compile time in Zig to generate a serializer?

Specify output directory and binary name to zig build-exe

zig

What literal expression has type `void`?

zig

How to refer to a C symbol from Zig which is a keyword?

c zig

zig allocators dont need dealloc?

memory-leaks zig

How to import zig module from another module?

import build zig

How to get the field value in comptime in zig

zig

import zig package from another zig package

zig

Pointer to array, returning an array in Zig

arrays pointers zig

How to change the local cache directory for the zig build system?

build directory zig

Zig "translate c" doesn't translate main function

c zig

Allocating a generic struct in Zig lang

allocator zig

How to read a file in zig?

zig

Using zig compiler as a library

compilation zig

How to free keys of StringHashMap?

zig