Skip to content

Subwasm v0.20.0 (8c960dda)

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 07:03
8c960dd

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.20.0/subwasm_linux_amd64_v0.20.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 v1.0.0-alpha9

  • 8c960dd: Fix gh pages permissions issue
  • bd03c3f: Fix RequireTransactionVersionBump and add tracing (#77)
  • 58ade0e: Fix system.set_code index (#75)
  • f601a37: build - new homebrew formula for v1.0.0-alpha9