misc: bump wasm-pack (#3983)

This commit is contained in:
Dmitry Bushev 2022-12-14 20:45:39 +03:00 committed by GitHub
parent 285959835f
commit 3e74afca51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -22,8 +22,8 @@ runs:
conda-channels: anaconda, conda-forge
- name: Install wasm-pack (macOS GH runners only)
env:
WASMPACKURL: https://github.com/rustwasm/wasm-pack/releases/download/v0.10.2
WASMPACKDIR: wasm-pack-v0.10.2-x86_64-apple-darwin
WASMPACKURL: https://github.com/rustwasm/wasm-pack/releases/download/v0.10.3
WASMPACKDIR: wasm-pack-v0.10.3-x86_64-apple-darwin
run: |-
curl -L "$WASMPACKURL/$WASMPACKDIR.tar.gz" | tar -xz -C .
mv $WASMPACKDIR/wasm-pack ~/.cargo/bin

View File

@ -62,9 +62,9 @@ setup:
In addition, some custom CLI programs need to be installed manually:
```bash
rustup toolchain install stable # Stable toolchain required for the following tools.
cargo +stable install wasm-pack --version 0.10.2 # Install the wasm-pack toolkit.
cargo +stable install cargo-watch # To enable `./run wasm watch` utility
rustup toolchain install stable # Stable toolchain required for the following tools.
cargo +stable install wasm-pack # Install the wasm-pack toolkit.
cargo +stable install cargo-watch # To enable `./run wasm watch` utility
```
Make sure that your `PATH` environment variable is set up correctly, so that

View File

@ -218,9 +218,9 @@ Please consult the [GUI Contribution Guide](../app/gui/docs/CONTRIBUTING.md) to
learn details on setting your system up. Quick summary:
```bash
enso$ rustup toolchain install stable # Stable toolchain required for the following tools.
enso$ cargo +stable install wasm-pack --version 0.10.2 # Install the wasm-pack toolkit.
enso$ cargo +stable install cargo-watch # To enable `./run wasm watch` utility
enso$ rustup toolchain install stable # Stable toolchain required for the following tools.
enso$ cargo +stable install wasm-pack # Install the wasm-pack toolkit.
enso$ cargo +stable install cargo-watch # To enable `./run wasm watch` utility
```
The previous three steps shall be enough to build the IDE via