Commit 02cf7de
committed
Enable IL trimming to reduce 207-assembly WASM payload
Without trimming the app ships 207 assemblies (~50 MB) causing GitHub Pages
CDN to 503-rate-limit some parallel requests. Trimming removes unused BCL
types and should cut file count significantly.
HealthKitData.Core, EPPlus, and Newtonsoft.Json are rooted (not trimmed)
because they use reflection internally.
https://claude.ai/code/session_01GwHuC47PH81Zw3EUfgkrYN1 parent 58e7560 commit 02cf7de
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
0 commit comments