October 2019
Intermediate to advanced
444 pages
10h 37m
English
Modern browsers provide a JavaScript engine alongside a web assembly virtual machine (https://webassembly.org/). With this capability, web applications can run binary code that is safely executed inside its own runtime environment with easy access from the outside. The main benefits include the following:
On top of that, WASM can be converted into a text-based format for visual inspection and manual optimization. Rust is one of the few languages to even compile to these formats (text and binary), and it's largely thanks to LLVM and Rust's approach ...
Read now
Unlock full access