Deploy website to GitHub Pages / deploy (push) Canceled after 0s
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>