We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deca2de commit feb8c78Copy full SHA for feb8c78
samples/trimming/README.md
@@ -9,4 +9,4 @@ To test and measure build size:
9
| | Raw | Brotli |
10
|-------------|-------|--------|
11
| .NET 8 | 2,298 | 739 |
12
-| .NET 9 LLVM | 1,749 | 520 |
+| .NET 9 LLVM | 1,737 | 518 |
samples/trimming/cs/Trimming.csproj
@@ -7,6 +7,8 @@
7
<BootsharpEmbedBinaries>false</BootsharpEmbedBinaries>
8
<!-- Disabling non-essential .NET features reduces minimal build size by ~35%. -->
<BootsharpAggressiveTrimming>true</BootsharpAggressiveTrimming>
+ <!-- Optimize the compiled WASM binary for size. -->
+ <BootsharpOptimize>size</BootsharpOptimize>
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments