kristoff.it
VP of Community @ Zig Software Foundation • Livecoding http://twitch.tv/kristoff_it • Creator of http://softwareyoucan.love • Blogging http://kristoff.it • Host of https://zig.show • 📧 [email protected]
358 posts
660 followers
14 following
Prolific Poster
comment in response to
post
BTW Zig bundles musl already,you don't need to fetch it separately. Specifying musl as the target ABI should be enough.
comment in response to
post
std.json has a wrapper for ArrayHashMap, which is a more appropriate map variant (since the parser will need to loop over keys to serialize). So the usecase is actually in good part solved already, it's just done the other way around (json is ArrayHasMap aware instead of the inverse).