Skip to content

Instantly share code, notes, and snippets.

@goosys
Last active July 23, 2023 06:05
Show Gist options
  • Save goosys/943f25d2421277a8cc180966ba119de8 to your computer and use it in GitHub Desktop.
Save goosys/943f25d2421277a8cc180966ba119de8 to your computer and use it in GitHub Desktop.
curl https://sh.rustup.rs -sSf | sh
tail ~/.bashrc
source "$HOME/.cargo/env"
cargo --version
cargo new --lib wasm
cd !$
cargo install wasm-pack
wasm-pack --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment