A Rusty hello world
Getting started with the Rust programming language - Rust is the best-supported language on WebAssembly today.
This page is outdated. Please visit here to see a Rusty hello world.
Install Rust
$ sudo apt-get update
$ sudo apt-get -y upgrade
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ source $HOME/.cargo/envHello world
$ cargo new hello
Created binary (application) `hello` package
$ cd helloInteractive greeting
What about WebAssembly?
Last updated
Was this helpful?