CLI Usage

This is the help output from the Wasmer CLI for wasmer --help :

WebAssembly standalone runtime.

USAGE:
    wasmer <SUBCOMMAND>

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

SUBCOMMANDS:
    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
    help           Prints 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

wasmer cache

wasmer compile

Compile a WebAssembly binary

wasmer config

Get various configuration information needed to compile programs which use Wasmer

wasmer create-exe

Compile a WebAssembly binary into a native executable

wasmer inspect

Inspect a WebAssembly file

wasmer run

Run a WebAssembly file. Formats accepted: wasm, wat

wasmer self-update

It auto-updates Wasmer to the most-recent published version.

wasmer validate <path>

Validate a WebAssembly binary

wamser wast

Run spec testsuite

Last updated

Was this helpful?