dotnet/runtimelab

[NativeAot] Static libraries

Open

#798 创建于 2021年3月11日

在 GitHub 查看
 (13 评论) (12 反应) (0 负责人) (219 fork)auto 404
area-NativeAOT-coreclrhelp wanted

仓库指标

Star
 (1,605 star)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南