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