GeistHaus
log in · sign up

Compiling to the web with Rust and emscripten

users.rust-lang.org

Hey there, you slithery Rustilian. Have you heard the good word? Rust can now target asm.js and WebAssembly (wasm) via emscripten. That means you can run Rust code on the web, and this capability is available on Rust nightlies right now! Let me tell you how to Rust the web. First, a disclaimer. This support is still a work in progress and there are going to be a whole lot of bugs (report them, you better). It's at the stage where it passes the test suite, but has not been vetted on real pr...

1 page links to this URL
Introduction to WebAssembly

WebAssembly is a new technology for running portable programs in a safe and efficient manner, represented by a low-level virtual-machine assembly, primarily aimed at the web platform. This article gives a practical introduction to WebAssembly.

11 inbound links article en