Post #1678821
2026-02-07 03:50 UTC
If you have a Zig project with dependencies, two big changes just landed which I think you will be interested to learn about.
https://ziglang.org/devlog/2026/#2026-02-06
Replies (2)
-
@mitchellh@hachyderm.io 2026-02-07 04:02
@andrewrk@mastodon.social Big, both big. Mirroring is Ghostty's biggest problem (we want a way to mirror our full transitive list of deps w/ the same hash), followed by fetch retries.
-
@wolf480pl@mstdn.io 2026-02-07 07:51
@andrewrk@mastodon.social so if I archive a project with its zig-pkg directory and the zig binary used to build it, that should be enough to rebuild that project 20 years later on a much newer system, as long as Linux kernel doesn't break its ABI?