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 testsuitewasmer cache
wasmer cachewasmer compile
wasmer compileCompile a WebAssembly binary
wasmer config
wasmer configGet various configuration information needed to compile programs which use Wasmer
wasmer create-exe
wasmer create-exeCompile a WebAssembly binary into a native executable
wasmer inspect
wasmer inspectInspect a WebAssembly file
wasmer run
wasmer runRun a WebAssembly file. Formats accepted: wasm, wat
wasmer self-update
wasmer self-updateIt auto-updates Wasmer to the most-recent published version.
wasmer validate <path>
wasmer validate <path>Validate a WebAssembly binary
wamser wast
wamser wastRun spec testsuite
Last updated
Was this helpful?