Commit Graph
2 Commits
Author SHA1 Message Date
tyiuandClaude Sonnet 5 a0dce39925 Preload Compose Skia WASM chunks to fix serial load waterfall
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>
2026-09-15 15:43:18 +03:00
tyiu abf7cf2e83 Replace Skip implementation with Kotlin Multiplatform implementation 2026-09-02 22:11:32 +03:00