Worm with Glasses

Coding • DevOps • Personal

Aug 20, 2017

🔗 Get Started with Rust, WebAssembly, and Webpack

WebAssembly is a cool new binary format and compile target for the web. That means you can compile languages like C, C++, and Rust to .wasm files and execute that code in your browser. In most cases, the resulting code is significantly faster and smaller than Javascript.

This guide will walk you through setting up Rust, WebAssembly, and Webpack in a typical JS web app. The goal is to be able to execute low-level Rust code in the browser alongside the Javascript you know and love (or hate).

Get Started with Rust, WebAssembly, and Webpack