top | item 35334288

(no title)

sintaxi | 2 years 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.

discuss

order

kitkat_new|2 years ago

wasm would be faster regarding parsing, interpreting and executing

sidewndr46|2 years ago

WASM cannot interact with the DOM.