-
-
Notifications
You must be signed in to change notification settings - Fork 3
Tracking issue for Zig #113
Copy link
Copy link
Open
Labels
area: infrastructureIssues related to infrastructure (GitHub, CI, etc).Issues related to infrastructure (GitHub, CI, etc).state: blockedIssues that are blocked on some other issue or work.Issues that are blocked on some other issue or work.
Metadata
Metadata
Assignees
Labels
area: infrastructureIssues related to infrastructure (GitHub, CI, etc).Issues related to infrastructure (GitHub, CI, etc).state: blockedIssues that are blocked on some other issue or work.Issues that are blocked on some other issue or work.
This is a tracking issue for this Zig wiki page.
For context, the Zig SDK is an MSBuild SDK that vastly simplifies the process of building and integrating native components written in Zig or C-family languages into .NET solutions and NuGet packages. Ordinarily, this is a very annoying process as users have to rely on separately-installed native compilers and figure out cross-compilation themselves. Zig's unmatched cross-compilation story and support for C-family languages are the killer features that enable this whole project; the SDK itself is mostly a whole bunch of glue logic that bridges the .NET build ecosystem with the
zigcommand line interface.These are the issues that either currently affect us or will do so in the future:
zig cc -MJ(forcompile_commands.json) does not work well with multiple files ziglang/zig#9323 - We currently have to do some really unfortunate hacks due to-MJsupport being broken.Overall, we're very happy with Zig. It is bringing real value to the .NET ecosystem, not just through this project, but also this one!