Blazor WASM produces larger binaries with dotnet 9 compared to dotnet 8, even with WasmStripILAfterAOT=true #110143
Labels
arch-wasm
WebAssembly architecture
area-Codegen-AOT-mono
untriaged
New issue has not been triaged by the area owner
Related discussion: #92238 (comment)
Since that issue was closed I'm opening a new one.
> dotnet --info .NET SDK: Version: 9.0.100 Commit: a2bc464e40 Workload version: 9.0.100-manifests.6bf02610 MSBuild version: 17.12.7+a2bc464e4
My .csproj
Publish command
The size of
dotnet.native.wasm.gz
on:You can find a published app here:
https://iseiryu.github.io/blazor-aot
https://github.com/iSeiryu/iseiryu.github.io/tree/main/blazor-aot
Source code:
https://github.com/iSeiryu/blazor-wasm-experiments
The text was updated successfully, but these errors were encountered: