Commit e781419
committed
ci: raise WASM size limit to 768 KB
The 512 KB tripwire predates kitty graphics: it was set when the
project first started building from the upstream submodule, sized for
a build with kitty_graphics disabled on wasm32-freestanding. This
branch flips that flag, which pulls in the kitty storage layer (LRU,
image table, placement iterator) plus the new C ABI surface — taking
the binary from ~480 KB to ~611 KB. Raise the cap to 768 KB to track
the new baseline while still catching unintended bloat.
Signed-off-by: Evan Wies <evan@neomantra.net>1 parent d308f56 commit e781419
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments