Skip to content

Subwasm v0.18.0 (f0ebe6db)

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jul 16:03
f0ebe6d

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --locked --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.18.0/subwasm_linux_amd64_v0.18.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

MacOS

brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm

Changes since v0.17.1

  • f0ebe6d: Add new version command (#48)
  • ce5b695: Allow user overriding the Parachain Pallet Id (#46)