Subwasm v0.19.1 (b8560209)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.19.1/subwasm_linux_amd64_v0.19.1.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.19.0
- b856020: New version
- fc552ec: Update jsonrpsee
- c6dbaf2: Update Substrate to monthly 2023-04
- cbf9282: Update
AUTHORIZE_UPGRADE_PREFIX
(#64) - 8e2ed46: Extended version (#63)
- a7eb344: Refactor to prevent name collisions
- fd047d7: Update substrate to latest tag as well we other deps
- f40bf1c: deps upgrade
- 4322170: Minor fix
- 0a598b7: build - new homebrew formula for v0.19.0