Skip to content

Subwasm v0.14.1 (e3ac02f4)

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 15:26
e3ac02f

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.14.1/subwasm_linux_amd64_v0.14.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.14.0

  • e3ac02f: docs - fix version in the doc
  • 9053139: Update to the latest frame-metadata (#18)
  • 0912a38: build - new homebrew formula for v0.14.0