Skip to content

Subwasm v0.21.2 (fd2964a0)

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 13:34
fd2964a

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.21.2/subwasm_linux_amd64_v0.21.2.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.21.1

  • fd2964a: Prep for new version
  • be92a99: fix commit and build date in version string (#93)
  • 03d789a: build - new homebrew formula for v0.21.1