From a0a60f287937b54a58a0b3ef07b02e1a43792eb9 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 21 Jul 2020 05:54:08 -0700 Subject: [PATCH] Add NativeAOT to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d259a9a9510..6670482e7228 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Currently, this repo contains the following experimental projects: - [DllImportGenerator](https://github.com/dotnet/runtimelab/tree/DllImportGenerator) - Roslyn Source Generator used for generating P/Invoke IL stubs. - [JsonCodeGen](https://github.com/dotnet/runtimelab/tree/JsonCodeGen) - Code generation for JSON. +- [NativeAOT](https://github.com/dotnet/runtimelab/tree/NativeAOT) - .NET runtime optimized for ahead of time compilation. - [Utf8String](https://github.com/dotnet/runtimelab/tree/Utf8String) - A new UTF-8 String data type in the runtime. You can create your own experiment, learn more [here](CreateAnExperiment.md)!