Subwasm v0.19.0 (bfc5fc8b)
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.0/subwasm_linux_amd64_v0.19.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.18.0
- cfed868: feat - add option to output metadata to a file (#61)
- b0b8303: Set clap color to Auto
- f3cfa4b: alternatives update (#56)
- 617113d: bump polkadot 0.9.33 (#60)
- 8441add: Add some Moonbeam endpoints (#57)
- fb460f0: Linter fixes and cleanup
- ec037c7: Switch to clap v4
- 4d4d789: Remove unrequired borrow
- c63efb7: Switch to nextest (#55)
- c2c54a2: Switch tests to the Parity RPC node instead of using one randomly
- 6e9facd: Fix rustfmt edition
- ce1052a: Update quick-check.yml
- fcc5908: Switch to Substrate monthly (#52)
- ce8a40a: Add warning when compressed runtime is overall 2MB (#50)
- 5a8492c: Fix #43 (#49)