loren@sh.itjust.works to Programming@programming.devEnglish · 2 years agoA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comexternal-linkmessage-square28fedilinkarrow-up123arrow-down10cross-posted to: dotnet@programming.dev
arrow-up123arrow-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 · 2 years agomessage-square28fedilinkcross-posted to: dotnet@programming.dev
minus-squaretcm@lemmy.worldlinkfedilinkEnglisharrow-up3·2 years 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