Stream: C#/.net-collaboration

Topic: NativeAOT-LLVM builds on macOS


view this post on Zulip Joel Dice (Jun 28 2024 at 21:23):

FYI, I just pushed a tiny patch to https://github.com/dotnet/runtimelab/pull/2614 to enable building on macOS, so now we've got all three major platforms covered: Windows, Linux, and Mac. Once we have CI enabled for Linux, I expect it will be easy to add Mac as well.

This adds WasiHttpHandler, a new implementation of HttpMessageHandler based on wasi:http/outgoing-handler, plus tweaks to System.Threading to allow async Tasks to work in a single-threaded context,...

Last updated: Dec 06 2025 at 06:05 UTC