Hacker News new | ask | show | jobs
by ng12 2428 days ago
> Not close to fully runtime-less sure, but about as close as you can get.

Have you looked at transpiled Svelte code? It's 5-10x bigger than the source code because an entire runtime library is injected and your code is rewritten to use that library at compile time.