Chocolatey package for wabt
Install chocolatey from here then:
choco install wabt
Note: The tools are installed in "C:/tools/wabt-$version".
choco uninstall wabt
Note: The tools are removed from "C:/tools/wabt-$version".
You should have git installed. These scripts all run in PowerShell.
- Clone this repository:
git clone https://github.com/aminya/chocolatey-wabt.git
cd chocolatey-wabt\tools
- run
chocolateyInstall
.\chocolateyInstall.ps1
This installs the pre-specified version. If you want to install a certain version first set $env:chocolateyPackageVersion
environment variable and then run install:
$env:chocolateyPackageVersion="1.0.23"
.\chocolateyInstall.ps1
$env:chocolateyPackageVersion="1.0.23"
.\chocolateyUninstall.ps1