Open
Description
What do you mean with this? Does code generation mean JIT? You listed Xamarin.iOS before this. As I recall I have read somewhere that on Android and iOS people are forced to use Mono because these platforms don't allow JIT so everything has to be compiled to native code first using Mono AOT. If it's the case then I'm pretty sure dotnet (previously known as dotnet core) supports JIT so I think NeoLua should work fine with it!
Activity