Skip to content

Rust Playground

xgqfrms edited this page Dec 29, 2020 · 1 revision

Rust Playground

https://play.rust-lang.org/

https://www.runoob.com/try/runcode.php?filename=ufo&type=rust

fn main() {
    println!("Hello, world! 🚀");
}

WASM

Build a WebAssembly module for web browsers, in the .WAT textual representation.

Clone this wiki locally