Hacker News new | ask | show | jobs
by sintaxi 1173 days ago
The issue with large JavaScript files is the overhead of the browser parsing, interpreting, and executing of the JavaScript. The network transfer size has nothing to do with it.
1 comments

wasm would be faster regarding parsing, interpreting and executing
WASM cannot interact with the DOM.