WebAssembly: The Browser Runtime Revolution
WebAssembly: The Browser Runtime Revolution

WebAssembly: The Browser Runtime Revolution

Author
Shiv Bade
Tags
webassembly
wasm
Published
July 14, 2018
Featured
Slug
Tweet
WebAssembly (Wasm) was starting to create serious buzz, and for good reason. It promised near-native performance in the browser, and opened doors for using languages like C++, Rust, and Go on the web.
We tested a WASM module for image compression and saw 4x speed improvement over JavaScript. Toolchains like Emscripten helped port C/C++ libraries with minimal effort.
While JS isn’t going anywhere, Wasm introduced new possibilities — from game engines to running SQLite in-browser.