mirror of
https://github.com/enso-org/enso.git
synced 2024-11-21 16:36:59 +03:00
misc: bump wasm-pack (#3983)
This commit is contained in:
parent
285959835f
commit
3e74afca51
@ -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
|
||||
|
@ -63,7 +63,7 @@ setup:
|
||||
|
||||
```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 wasm-pack # Install the wasm-pack toolkit.
|
||||
cargo +stable install cargo-watch # To enable `./run wasm watch` utility
|
||||
```
|
||||
|
||||
|
@ -219,7 +219,7 @@ 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 wasm-pack # Install the wasm-pack toolkit.
|
||||
enso$ cargo +stable install cargo-watch # To enable `./run wasm watch` utility
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user