Hacker News new | ask | show | jobs
by noelwelsh 2948 days ago
Rust already compiles to WebAssembly: https://github.com/rust-lang-nursery/rust-wasm

WebAssembly doesn't yet have garbage collection so Rust is currently the best choice targeting it, IMO.