Skip to content

Instantly share code, notes, and snippets.

@jiahaog
Last active January 22, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiahaog/a34d9309dbf788ff894512138cabf4ef to your computer and use it in GitHub Desktop.
Save jiahaog/a34d9309dbf788ff894512138cabf4ef to your computer and use it in GitHub Desktop.
Install Rust with wasm-pack (useful for CI bootstrap)
#!/usr/bin/env bash
set -euo pipefail
curl https://sh.rustup.rs -sSf | sh -s - -y
export PATH=$HOME/.cargo/bin:$PATH
cargo install wasm-pack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment