Closed mbcrocci closed 3 years ago
I am stuck on 0.7.0 for macOS ARM support for the time being. I pushed a temporary hack that should work on all 0.7+ versions though.
I can confirm that you temporary hack did indeed work. If anything changes I'll let you know.
Hi, wasn't able to compile with zig version
0.7.0+500fbdad5
due to a recent zig PR #6713 that changesstd.builtin.Int
to have a newsignedness
field.I don't think this occured with version
0.7.0
. Not sure if you want to support zig master or keep it synced to minor versions, so feel free to reject the PR.