Skip to content

Subwasm v0.14.0 (bb04d58c)

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 10:05
bb04d58

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.0/subwasm_linux_amd64_v0.14.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 v0.13.2

  • bb04d58: Release 0.14.0
  • 53457ef: chore - fix release script
  • ee39aa9: chore - pin frame-metadata to the last working rc
  • a7e8553: chore - update deps
  • a2be8e7: chore - fix formatting
  • 302263b: test - Add weekly check
  • 9bb9d05: chore - Impl Error for WasmLoaderError
  • d7f0c12: test - add script for test coverage
  • 7bca4c6: feat - Add runtime V14 support (#15)
  • 26cee15: build - new homebrew formula for v0.13.2