Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.21.3/subwasm_linux_amd64_v0.21.3.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