See dotnet/runtime#86707 for background information.
Basically we want to look into whether we can produce smaller binaries by passing the exported functions to the native linker (as opposed to stripping them away later).
The referenced issue only talks about this in the context of NativeAOT, but this might benefit us on all platforms, not just NativeAOT.
See dotnet/runtime#86707 for background information.
Basically we want to look into whether we can produce smaller binaries by passing the exported functions to the native linker (as opposed to stripping them away later).
The referenced issue only talks about this in the context of NativeAOT, but this might benefit us on all platforms, not just NativeAOT.