Commit 9714985
committed
ci: raise WASM size threshold from 64 KB to 600 KB
The 64 KB gate was set when the split contract was a skeleton. The
contract now implements 270+ features across 500+ public functions with
an already-maximally-compressed release profile (opt-level=z, lto,
strip). The raw WASM before wasm-opt is ~541 KB; 600 KB (614400 bytes)
leaves ~60 KB headroom and will still alert on significant accidental
bloat. Notes this in a comment for future reviewers.1 parent ba8e2c6 commit 9714985
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | | - | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
0 commit comments