Comment by kristoff_it
5 years ago
One subtle but extremely important feature of Zig's comptime is that is emulates the target architecture. Fundamental for implementing correct cross compilation.
5 years ago
One subtle but extremely important feature of Zig's comptime is that is emulates the target architecture. Fundamental for implementing correct cross compilation.
That's pretty impressive. It's always annoying to get bit struct alignment issues. :/