wasmerio / old-docs.wasmer.io

Wasmer Documentation (for standalone and embedded use cases)
https://docs.wasmer.io/
MIT License
41 stars 36 forks source link

`validate` is not a valid subcommand #56

Open rnewman opened 4 years ago

rnewman commented 4 years ago
$ wasmer-js --help
…
SUBCOMMANDS
…
    validate         Validate a Web Assembly binary
$ wasmer-js validate foo.wasm
Error: File validate not found
rnewman commented 4 years ago

I filed this one here 'cos

https://docs.wasmer.io/integrations/js/wasmer-js-cli

repeats this help output. Will file another issue in the main repo to fix the code.

jubianchi commented 4 years ago

Thanks for reporting that!

As you noticed, this is a bug on wasmer-js side which we will address as soon as possible.

On the docs side, here, I'll make the required change.