Install Rust

Video demonstrates steps described below.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Environment

Once Rust is installed environment has to be modified, so binaries can be found.

Content of $HOME/.cargo/env looks like:

Update Rust

Install wasm-pack

Last updated