Skip to content

Subwasm v0.13.1 (239c9076)

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 18:42
239c907

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.13.1/subwasm_linux_amd64_v0.13.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.13.0

  • 239c907: Release 0.13.1
  • c1b4ab6: fix - fix system.setCode for compressed runtimes
  • a4da670: build - new homebrew formula for v0.13.0