Module wasmer_cli::commands
source · Expand description
The commands available in the Wasmer binary.
Structs
Add a WAPM package’s bindings to your application.
Unregister and/or register wasmer as binfmt interpreter
The options for the
wasmer compile subcommandThe options for the
wasmer config subcommandThe options for the
wasmer create-exe subcommandThe options for the
wasmer create-exe subcommandThe options for the
wasmer validate subcommandSubcommand for listing packages
Subcommand for listing packages
The options for the
wasmer run subcommandSame as
wasmer run, but without the required path argument (injected previously)The options for the
wasmer self-update subcommandThe options for the
wasmer validate subcommandThe options for the
wasmer wast subcommandThe options for the
wasmer whoami subcommandEnums
The options for the
wasmer cache subcommandThe kind of object format to emit.
Type Definitions
The
prefixer returns the a String to prefix each of the
functions in the static object generated by the
so we can assure no collisions.