dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.36k stars 188 forks source link

Can I create NativeLibrary for x86? #2588

Closed Makstvell closed 1 month ago

Makstvell commented 1 month ago

How I can create Native Library for windows x86 in order to use it in other language? Do I have method to do it? Or it's unreal? And if it's unreal do you planning to add this opportunity?

jkotas commented 1 month ago

NativeAOT support for x86 is being enabled in .NET 9 previews. Take a look at https://github.com/dotnet/runtime/issues/86573.