CodeNewbie Community 🌱

Discussion on: Is JavaScript the only programming language that works in the browser?

Collapse
 
ender_minyard profile image
ender minyard

I would disagree with Daniel's answer and say JavaScript is not the best way to "program the browser".

Daniel's answer is quite interesting but WebAssembly is more capable than they seem to understand - you can add interactivity to a webpage with WebAssembly.

I personally prototyped an interactive webpage with JavaScript and then rewrote that interactive webpage in WebAssembly and the WebAssembly version was much faster. (JavaScript version was 1fps, WebAssembly version was 60fps.)