Alex Rønne Petersen
Alex Rønne Petersen
This isn't terribly useful right now, but will become useful once the .NET SDK gains full support for Apple platforms like iOS and watchOS that only support static linking. This...
This is a tracking issue for [this Zig wiki page](https://github.com/ziglang/zig/wiki/Third-Party-Tracking-Issues-(what-is-important-to-other-people%3F)). For context, the Zig SDK is an [MSBuild SDK](https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk) that vastly simplifies the process of building and integrating native components...
Since we skipped over Zig 0.10.0 and 0.10.1, we've now jumped from Clang 13 to 16. There are likely some command line flags added between these versions that we will...
This is needed to use `wmain()`/`wWinMain()`. Should probably be a property like `UnicodeEntryPoint`.
See: * https://github.com/ziglang/zig/issues/5364 * https://github.com/ziglang/zig/issues/11909 .NET RIDs like `linux-musl-x64` (and friends) are meant for systems with a dynamic musl libc, such as Alpine. Linking musl statically is not what we...
`\` characters are replaced with `/` because MSBuild thinks they're path separators, resulting in invalid JSON... https://github.com/vezel-dev/zig-sdk/blob/03f8cb5cfd66d13bc5797813140a09bb30ef8a37/src/sdk/build/Vezel.Zig.Sdk.Editor.targets#L46-L65
Depends on: https://github.com/zigtools/zls/issues/357
This only becomes relevant once the .NET SDK gains full support for Android. There is some ongoing work on this in Zig: * https://github.com/ziglang/zig/issues/2443 * https://github.com/ziglang/zig/issues/8885