Hacker News new | ask | show | jobs
by walljm 1104 days ago
.net will let you do that now. You can ship precompiled binaries with Native AOT. (https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...)
1 comments

And even before native AOT you could use publish single and have a single binary.