Module wasmer_cli::commands
source ยท Expand description
The commands available in the Wasmer binary.
Re-exportsยง
pub use self::run::Run;
pub use binfmt::*;
pub use compile::*;
pub use create_exe::*;
pub use wast::*;
pub use create_obj::*;
pub use gen_c_header::*;
pub use self::journal::*;
pub use self::add::*;
pub use self::auth::*;
pub use self::cache::*;
pub use self::config::*;
pub use self::container::*;
pub use self::init::*;
pub use self::inspect::*;
pub use self::package::*;
pub use self::publish::*;
pub use self::self_update::*;
pub use self::validate::*;
Modulesยง
- add ๐
- app ๐Edge app commands.
- auth ๐
- binfmt ๐
- cache ๐
- compile ๐
- config ๐
- connect ๐
- container ๐
- create_exe ๐Create a standalone native executable for a given Wasm file.
- create_obj ๐Create a standalone native executable for a given Wasm file.
- domain ๐
- gen_c_header ๐
- gen_completions ๐
- gen_manpage ๐
- init ๐
- inspect ๐
- journal ๐
- namespace ๐
- package ๐
- run ๐
- self_update ๐
- Edge SSH command.
- validate ๐
- wast ๐Runs a .wast WebAssembly test suites
Structsยง
- Command-line arguments for the Wasmer CLI.
Enumsยง
- Cmd ๐The options for the wasmer Command Line Interface
Traitsยง
- AsyncCliCommand ๐An executable CLI command that runs in an async context.
- CliCommand ๐An executable CLI command.
Functionsยง
- print_version ๐