Skip to content
scottyboy805 edited this page Jul 19, 2021 · 2 revisions

Welcome to the Trivial-CLR wiki!

Trivial CLR can be used to load and execute managed CIL code (compiled C#, F# etc.) on AOT platforms like Unity IL2CPP. The goal is to create a feature complete, interpreted version of the common language runtime written in pure C# that can run almost anywhere. The project is also indented to be as easy as possible for developers to use, and to that end, Trivial CLR provides an almost identical reflection system for loading and executing code.

Take a look at the following sections to get started: