-
installed zig via homebrew and tried building zsmooth:
```
selur@Mac-mini-von-Georg zsmooth % zig build -Doptimize=ReleaseFast -Dtarget=aarch64-macos
/Users/selur/workspace/zsmooth/build.zig:12:33:…
Selur updated
21 hours ago
-
### Pre-requisites
- [X] I have looked for any other duplicate issues
### Ly version
1.1.0-dev.102+e125d8f
### Observed behavior
When running `zig build installsystemd`, the command returns a thr…
-
[_Zig_](https://ziglang.org) is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
**Documentation**: https://ziglang.org/documentation/0.8.0…
-
Heyo, I've been following this library for a long time and it's really exciting to see the work that's been recently done towards python/nodejs/C compatibility. I attempted to tackle the C ABI several…
-
Just downloaded the repository, at rev aa5fa4c, attempting to build it results in two errors:
```
error: unable to load '~/src/vendor/zig-inquirer/deps.zig': FileNotFound
```
And this one, whi…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
```shell
bun add neondatabase/serverless
[0.00ms] ".env.local", ".env"
bun add v1.1.36 (ededc168)
🔒 Saving lockfile... ==…
-
Chatted about this in the zml discord. The best current approach seems to be to import a bazel-built zml library into another project on the traditional zig build system. This results in a slightly st…
-
mkdir -p /tmp/zorro_iso/EFI/BOOT
mkdir /tmp/zorro_iso/Drivers/
cp --force /tmp/limine/BOOTX64.EFI /tmp/limine/limine-uefi-cd.bin /tmp/limine/limine-bios-cd.bin /tmp/limine/limine-bios.sys boot/x86_6…
-
> [Zig is everything I want C to be](https://mrcat.au/blog/zig_is_cool/)
这篇文章对 Zig 的特色进行了简单扼要的介绍,主要有:
1. UB 行为检测。
- Zig 的指针不能是 null,需要用 optional 类型
- C 里面的 `void*` 等价于 Zig 里面的 `?…
-
Hey o, 👋 I'm pretty new to both Zig and `raylib-zig`, and I think I stumbled upon a bug while trying to build my project for different platforms. I've discussed this in the Zig Discord server, and the…