dotnet/runtimelab

[NativeAot] Static libraries

Open

#798 geöffnet am 11. März 2021

Auf GitHub ansehen
 (13 Kommentare) (12 Reaktionen) (0 zugewiesene Personen) (219 Forks)auto 404
area-NativeAOT-coreclrhelp wanted

Repository-Metriken

Stars
 (1.605 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Right now

Dependency nuget package

  • win-x64 - dep.dll
  • linux-x64 - libdep.so
  • osx-x64 - libdep.dylib

NativeAot output

  • Platfrom specific executeable
  • Platform specific dependency's dynamic library

example: NativeAot win-x64 output:

  • MyExecuteable.exe
  • dep.dll

Questions

  • Can nuget package contain static libraries?
  • Can NativeAot use static libraries to include them in executeable.

To have output like this:

  • MyExecuteable.exe

(single platform executeable in output)

Contributor Guide