Remove the old wast and wasm2obj commands. (#1372)

* Remove the old wast and wasm2obj commands.

These are subsumed by the `wasmtime wast` and `wasmtime wasm2obj` commands.

Fixes #827.

* Remove wasm2obj install commands.
This commit is contained in:
Dan Gohman
2020-03-20 16:30:37 -07:00
committed by GitHub
parent ff18c5b05c
commit a7d84afeb4
5 changed files with 6 additions and 34 deletions

View File

@@ -33,8 +33,8 @@ mktarball() {
bin_pkgname=wasmtime-$TAG-$platform
mkdir tmp/$bin_pkgname
cp LICENSE README.md tmp/$bin_pkgname
mv bins-$src/{wasmtime,wasm2obj}$exe tmp/$bin_pkgname
chmod +x tmp/$bin_pkgname/{wasmtime,wasm2obj}$exe
mv bins-$src/wasmtime$exe tmp/$bin_pkgname
chmod +x tmp/$bin_pkgname/wasmtime$exe
mktarball $bin_pkgname
if [ "$exe" = ".exe" ]; then

View File

@@ -64,14 +64,10 @@
<Component Id="wasmtime.exe" Guid="*">
<File Id="wasmtime.exe" Source="target\release\wasmtime.exe" KeyPath="yes" Checksum="yes"/>
</Component>
<Component Id="wasm2obj.exe" Guid="*">
<File Id="wasm2obj.exe" Source="target\release\wasm2obj.exe" KeyPath="yes" Checksum="yes"/>
</Component>
</DirectoryRef>
<Feature Id="InstallWasmtime" Title="Wasmtime and Wasm2obj" Level="1">
<Feature Id="InstallWasmtime" Title="Wasmtime" Level="1">
<ComponentRef Id="wasmtime.exe" />
<ComponentRef Id="wasm2obj.exe" />
<ComponentRef Id="LICENSE" />
<ComponentRef Id="README" />
<ComponentRef Id="InstallDir" />