loren@sh.itjust.works to Programming@programming.devEnglish · 1 year agoA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comexternal-linkmessage-square30fedilinkarrow-up129arrow-down10cross-posted to: dotnet@programming.dev
arrow-up129arrow-down1external-linkA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comloren@sh.itjust.works to Programming@programming.devEnglish · 1 year agomessage-square30fedilinkcross-posted to: dotnet@programming.dev
minus-squaretcm@lemmy.worldlinkfedilinkEnglisharrow-up5·1 year agoI’m pretty sure that 70MB is including the entire .NET standard library, which is massive. Enabling NativeAOT or trimming reduces the size down to a few MB
I’m pretty sure that 70MB is including the entire .NET standard library, which is massive. Enabling NativeAOT or trimming reduces the size down to a few MB