GitHub – dotnet/runtimelab at feature/NativeAOT

.NET Runtime – Native AOT
This branch contains experimental fork of CoreCLR .NET runtime optimized for the Native AOT Form factor. The ahead-of-time (AOT) toolchain can compile .NET application into a native (architecture specific) single-file executable. It can also produce standalone dynamic or static libraries that can be consumed by applications written in other programming languages.