Web Assembly

Asssembly like language that runs in web browsers. The file extension is .wasm and these modules can be loaded and run through Javascript.

Allows fex. C/C++/Rust to be compiled for a browser target. The Wasm code then runs in a sort of virtual machine environment on the end-users machine.

Related Articles