Files
sats-price/webApp
tyiuandClaude Sonnet 5 a0dce39925
Deploy website to GitHub Pages / deploy (push) Canceled after 0s
Preload Compose Skia WASM chunks to fix serial load waterfall
Skiko's Skia-via-WebAssembly runtime is loaded through a dynamic
import() inside webApp.js, so the browser previously only discovered
those multi-MB .wasm files after fully downloading and executing the
JS bundle. Inject <link rel="preload"> hints for the content-hashed
.wasm output into index.html after each browser distribution build so
the WASM fetch starts in parallel with the JS instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-15 15:43:18 +03:00
..