Hacker News new | ask | show | jobs
by andrekandre 1950 days ago
am i crazy or does this seem not scalable?

at what point does it make more sense to just have a wasm "html-lib" provided by a specific site that it can depend on instead of burdening webkit/blink with all these unsafory hacks?

if html-lib was versioned and slimed down to remove old hacks, it could he small enough to download quickly, and with hashing could ensure other pages that use the same version dont have to re-download again...

at some point we could have other web front ends than html that can represent "apps" on the web better too...

is that a crazy idea?