5 ms·
Zig on Linux already directly interfaces with syscalls,[0] unless your library or application directly links libc. [0]: https://ziglang.org/documentation/maste
by TUSF 2y ago
Zig on Linux already directly interfaces with syscalls,[0] unless your library or application directly links libc.
[0]: https://ziglang.org/documentation/master/std/#std.os.linux https://ziglang.org/documentation/master/std/#std.os.linux
- sedatk 2y agoOh, there you go :)