Wasmer-JS CLI
Install Wasmer-JS CLI
$ npm install -g @wasmer/cli$ wasmer-js --help
wasmer-js 0.7.1
The Wasmer Engineering Team <engineering@wasmer.io>
Node.js Wasm execution runtime.
USAGE:
wasmer <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
run Run a WebAssembly file. Formats accepted: wasm, wat
validate Validate a Web Assembly binaryLast updated