Skip to content

Subwasm v0.17.1 (70ece054)

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 13:46
70ece05

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.17.1/subwasm_linux_amd64_v0.17.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.17.0

  • 113e0af: Update deps including jsonrpsee to 0.13.x
  • f95f346: Attempt to fix sporadic issue on Linux
  • de9a16b: Minor fixes and deps update
  • 045fdb4: Generate demos before updating the doc