0.12.0 • Published 4 years ago

@wasmer/cli v0.12.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@wasmer/cli

The CLI for executing Wasmer-JS

Version Downloads/week License

Documentation for Wasmer-JS Stack can be found on the Wasmer Docs.

Usage

$ npm install -g @wasmer/cli

...npm installation stuff here...

$ wasmer-js
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 binary

SubCommands

wasmer-js run [FILE]

Run a WebAssembly file with Wasmer-JS

$ wasmer-js run
wasmer-js 0.7.1
Run a WebAssembly file. Formats accepted: wasm, wat

USAGE:
    wasmer-js run [FLAGS] [OPTIONS] <path> [--] [--]...

FLAGS:
    -h, --help                              Prints help information
    -V, --version                           Prints version information

OPTIONS:
        --env <env-vars>...                  Pass custom environment variables
        --mapdir <mapped-dirs>...            Map a host directory to a different location for the wasm module
        --dir <pre-opened-directories>...    WASI pre-opened directory

ARGS:
    <path>     Input file
    <-->...    Application arguments

wasmer-js --version

Display the current wasmer-js CLI version

$ wasmer-js --version
wasmer-js 0.7.1
0.12.0

4 years ago

0.11.2

4 years ago

0.11.0

4 years ago

0.11.1

4 years ago

0.10.2

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.5

4 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago