Skip to content

chore: release v0.9.10#103

Merged
lwshang merged 2 commits intomainfrom
lwshang/shell_installer
Jan 12, 2026
Merged

chore: release v0.9.10#103
lwshang merged 2 commits intomainfrom
lwshang/shell_installer

Conversation

@lwshang
Copy link
Copy Markdown
Contributor

@lwshang lwshang commented Jan 12, 2026

Enabled shell installer and updater via dist.

The sample release
contains a section showing the shell installer.

The script will install ic-wasm and ic-wasm-updater to CARGO_HOME (normally $HOME/.cargo/bin.

$ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/ic-wasm/releases/download/shell/0.9.9/ic-wasm-installer.sh | sh
downloading ic-wasm 0.9.9 aarch64-apple-darwin
installing to /Users/linwei.shang/.cargo/bin
  ic-wasm
  ic-wasm-update
everything's installed!

On a machine without rust toolchain. It will create the directories and modify necessary shell configurations.

$ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dfinity/ic-wasm/releases/download/shell/0.9.9/ic-wasm-installer.sh | sh
downloading ic-wasm 0.9.9 aarch64-unknown-linux-gnu
installing to /root/.cargo/bin
  ic-wasm
  ic-wasm-update
everything's installed!

To add $HOME/.cargo/bin to your PATH, either restart your shell or run:

    source $HOME/.cargo/env (sh, bash, zsh)
    source $HOME/.cargo/env.fish (fish)

Updater

$ ic-wasm-update
Checking for updates...
Already up to date; not upgrading

When a new version released:

ic-wasm-update
Checking for updates...
downloading ic-wasm 0.9.10 aarch64-apple-darwin
installing to /Users/linwei.shang/.cargo/bin
  ic-wasm
  ic-wasm-update
everything's installed!
New release 0.9.10 installed!

@lwshang lwshang marked this pull request as ready for review January 12, 2026 20:12
@lwshang lwshang requested a review from a team as a code owner January 12, 2026 20:12
@lwshang lwshang merged commit a45d532 into main Jan 12, 2026
22 checks passed
@lwshang lwshang deleted the lwshang/shell_installer branch January 12, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants