This article was translated, original article here.

Part 1 covered the compilation process. This article explores how to use it.







Basic Usage of WebAssembly





Instantiating wasm


Though named "WebAssembly," it resembles assembly language and sits between intermediate representation and machine code. Unlike typical JavaScript...