One thing I'm super excited about here is that Zig can now cross-compile CGO to macOS [0], granted you link the appropriate macOS frameworks and SDK [1].<p>[0]: <a href="https://github.com/ziglang/zig/issues/20689">https://github.com/ziglang/zig/issues/20689</a>, <a href="https://github.com/ziglang/zig/issues/21721">https://github.com/ziglang/zig/issues/21721</a><p>[1]: <a href="https://github.com/tpoechtrager/osxcross">https://github.com/tpoechtrager/osxcross</a>
After 9 months of intense development Zig team released zig-0.14.0 with many fixes and new features [0]. Ziguanas rejoice!<p>[0] <a href="https://ziglang.org/download/0.14.0/release-notes.html" rel="nofollow">https://ziglang.org/download/0.14.0/release-notes.html</a>