I'm looking for smallest CLI subset implementation possible.
For now, even an interpreter will do, but I am really looking for a JITted runtime. I do not even need anything from the standard runtime apart from core classes like System.Object and Enum etc. It also needs to be portable and least dependent on underlying system.
I have considered mono and it is quite heavy. Cutting down mono down to my requirements is a huge task. I wonder if it has been done already. I'm currently looking at pnet, which includes a 'tiny' build.