You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wasmer --version (or wasmer -V) do not work when invoked using the releases binaries, but it works if I build wasmer from scratch.
Steps to reproduce
Download the binary from the github releases (I tried linux-aarch64, darwin-arm64 and linux-amd64).
Try to run wasmer --version
Example output:
wasmer --version
error: Found argument '--version' which wasn't expected, or isn't valid in this context
If you tried to supply `--version` as a value rather than a flag, use `-- --version`
USAGE:
wasmer [OPTIONS] <FILE> [ARGS]...
For more information try --help
The --version argument is also missing in wasmer --help.
wasmer --help
wasmer
Wasmer Engineering Team <[email protected]>
WebAssembly standalone runtime.
USAGE:
wasmer <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
SUBCOMMANDS:
binfmt Unregister and/or register wasmer as binfmt interpreter
cache Wasmer cache
compile Compile a WebAssembly binary
config Get various configuration information needed to compile programs which use
Wasmer
create-exe Compile a WebAssembly binary into a native executable
create-obj Compile a WebAssembly binary into an object file
help Print this message or the help of the given subcommand(s)
inspect Inspect a WebAssembly file
run Run a WebAssembly file. Formats accepted: wasm, wat
self-update Update wasmer to the latest version
validate Validate a WebAssembly binary
wast Run spec testsuite
Expected behavior
I expected for the binary to output the version
Actual behavior
The command errors.
Additional context
I tried this on darwin-arm64, linux-aarch64 and linux-amd64. Every other version worked, apart from 3.0.0-beta (latest as of now). Building the project also works.
The text was updated successfully, but these errors were encountered:
Describe the bug
wasmer --version
(orwasmer -V
) do not work when invoked using the releases binaries, but it works if I buildwasmer
from scratch.Steps to reproduce
Download the binary from the github releases (I tried linux-aarch64, darwin-arm64 and linux-amd64).
Try to run
wasmer --version
Example output:
The
--version
argument is also missing inwasmer --help
.Expected behavior
I expected for the binary to output the version
Actual behavior
The command errors.
Additional context
I tried this on darwin-arm64, linux-aarch64 and linux-amd64. Every other version worked, apart from 3.0.0-beta (latest as of now). Building the project also works.
The text was updated successfully, but these errors were encountered: