Skip to content

Commit b794a3b

Browse files
Add branch for CoreCLR Interpreter
1 parent 6891dd8 commit b794a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Currently, this repo contains the following experimental projects:
1717
- [ManagedZLib](https://github.com/dotnet/runtimelab/tree/feature/ManagedZLib) - Fully managed implementation of DEFLATE algorithm and GZip/ZLib envelope formats.
1818
- [Async](https://github.com/dotnet/runtimelab/tree/feature/async2-experiment) - Move support for async state machine generation from the C# compiler to the runtime.
1919
- [SwiftBindings](https://github.com/dotnet/runtimelab/tree/feature/swift-bindings) - Swift bindings for .NET.
20+
- [CoreCLR Interpreter](https://github.com/dotnet/runtimelab/tree/feature/CoreclrInterpreter) - An interpreter for CoreCLR.
2021

2122
You can create your own experiment, learn more [here](CreateAnExperiment.md)!
2223

0 commit comments

Comments
 (0)