WASM & JavaScript

WebAssembly is available to every website now through the JavaScript web API. It is supported in all recent versions of all major browsers1.

The WebAssembly web API is available on the WebAssembly JavaScript object. The available API allows to compile and instantiate WebAssembly modules, access exported functionality and access the shared memory block used to share data between the WebAssembly module and the JavaScript environment. The web tutorial chapter will guide you through some of the usage later.


1

See caniuse.com.