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

Add support for NativeAOT #934

Closed
insinfo opened this issue Mar 17, 2022 · 0 comments · Fixed by #1378
Closed

Add support for NativeAOT #934

insinfo opened this issue Mar 17, 2022 · 0 comments · Fixed by #1378

Comments

@insinfo
Copy link

insinfo commented Mar 17, 2022

Add support for NativeAOT as NativeAOT will be present as part of .NET 7.0.
The NativeAOT ahead-of-time (AOT) toolchain can compile .NET application into a native (architecture specific) single-file executable. It can also produce standalone dynamic or static libraries that can be consumed by applications written in other programming languages.

In I intend to use libraries made with C# in Flutter/dart/ffi/rust projects

https://github.com/dotnet/runtimelab/tree/feature/NativeAOT

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

Successfully merging a pull request may close this issue.

2 participants