Installation
Rust
Installing Rust in Linux and Mac
rustup default stable
cargo version
# If this is lower than 1.49.0+, update
rustup update stable
rustup target list --installed
rustup target add wasm32-unknown-unknownLast updated
