DEV Community

Discussion on: Alternatives to JavaScript

Collapse
 
myzel394 profile image
Myzel394 • Edited

You can't replace Javascript with WASM. WASM was never intentioned to replace Javascript nor does it. WASM is only really required when you're using complex Mathematics (like when you're developing a 3d game that calculates sun reflection or doing a video cutter, etc.). WASM also cant access the dom.

Collapse
 
bello profile image
Bello Osagie

Thanks for the info.