Skip to content

Commit

Permalink
download wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-gaurav committed Jul 19, 2020
1 parent 8b93e55 commit 389d2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ set -e
curl https://sh.rustup.rs -sSf | sh -s - --default-toolchain stable -y
source ~/.cargo/env

curl -L https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz --output wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz
ls -l
tar -zxvf wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz
export PATH="$PATH:$PWD/wasm-pack-v0.9.1-x86_64-unknown-linux-musl"
Expand Down

1 comment on commit 389d2e4

@vercel
Copy link

@vercel vercel bot commented on 389d2e4 Jul 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.