4 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 4y 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 4y agowasm would be faster regarding parsing, interpreting and executing
- sidewndr46 4y agoWASM cannot interact with the DOM.
- kitkat_new 4y agoit can through JS interoperability (only needs tiny JS files), all of the remaining things can be handled by WASM.