|
|
|
|
|
by oaiey
944 days ago
|
|
While correct, modern .NET supports currently two VM: CoreCLR and MonoVM. The later mainly as AOT compilation target for iOS, Android and WebAssembly. Mono is still better suited for that, but the AOT compilation of CoreCLR is progressing. I think there is nothing else left from the Mono project like the class library or the compiler/toolchain. |
|