Ask HN: Approximately what percent smaller would a non-JS/WASM web browser be?
The question is in regarding the lines of code / binary size, of the output subset web browser.
Essentially it comes down to just a modern HTML + CSS standards rendering engine.
3 comments
[ 3.1 ms ] story [ 14.6 ms ] threadSo, one might save about 35% or so of the browser's code by stripping out JS and any other bits that are there exclusively for JS in the DOM and elsewhere.