Practical WebAssembly

In this article we’ll compile C code to WebAssembly (WASM) and interact with it from JavaScript. Compiling code to WASM not only allows you to reuse existing code but also can have performance benefits over JavaScript.