7 ms·
The issue with large JavaScript files is the overhead of the browser parsing, interpreting, and executing of the JavaScript. The network transfer size has nothi
by sintaxi 3y 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.
- kitkat_new 3y agowasm would be faster regarding parsing, interpreting and executing
- sidewndr46 3y agoWASM cannot interact with the DOM.
- kitkat_new 3y agoit can through JS interoperability (only needs tiny JS files), all of the remaining things can be handled by WASM.