CLI Usage
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 compilewasmer config
wasmer configwasmer create-exe
wasmer create-exewasmer inspect
wasmer inspectwasmer run
wasmer runwasmer self-update
wasmer self-updatewasmer validate <path>
wasmer validate <path>wamser wast
wamser wastLast updated