Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET runtime that does not support code generation? #165

Open
2dpdlja496or43iq opened this issue Apr 23, 2023 · 1 comment
Open

.NET runtime that does not support code generation? #165

2dpdlja496or43iq opened this issue Apr 23, 2023 · 1 comment
Labels

Comments

@2dpdlja496or43iq
Copy link

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!

@neolithos
Copy link
Owner

But you need to mark some assemblies, to omit the AOT. Then it works fine.

I have no experience in iOS, I only use NeoLua on Android, Windows, Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants