Closed
Description
We should continue to look at reducing the download size of Blazor WebAssembly apps to remove any remaining dead weight code.
Related runtime issues:
- MonoVM runtime size-reduction for WebAssembly runtime#43778
- Core Managed libraries size-reduction for WebAssembly runtime#44530 (see the "Future release" list)
- Make Blazor WebAssembly apps fully trimmable #49409
On the Blazor side, we could look at enabling more of System.Text.Json by using a source generator.