Releases: chevdor/subwasm
Releases · chevdor/subwasm
Subwasm v0.11.0 (32f429cd)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.11.0/subwasm_linux_amd64_v0.11.0.deb
dpkg -i subwasm_linux_amd64.deb
subwasm --help
MacOS
brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm
Changes since v0.10.0
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
Besides some cleanup, this version introduces changes related to the options and flags you can pass to the cli.
- many of the named flags have been removed. For instance
subwasm diff -a r1.wasm -b r2.wasm
now becomessubwasm diff r1.wasm r2.wasm
,subwasm get --url http://foo:9933
becomessubwasm get http://foo:9933
. - new root level flag:
--json
will allow producing json output. This changes the behavior of the ìnfo` command
v0.5.0
v0.4.0
v0.3.0
v0.2.0
This version mainly gets rid of our mini rpc-client and switches to using jsonrpsee.
- the
metadata
command is now aliased tometa
so users can use both - rpc-client has been removed and replaced by jsonrpsee
- using WebSockets is now supported
- the nighlty requirements have been removed, the project now builds on rust stable
MacOS users can install using Homebrew:
brew tap chevdor/subwasm
brew install subwasm