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 ๐ - ssh
- Edge SSH command.
- validate ๐
- wast ๐
- Runs a .wast WebAssembly test suites
Structsยง
- Wasmer
Cmd - Command-line arguments for the Wasmer CLI.
Enumsยง
- Cmd ๐
- The options for the wasmer Command Line Interface
Traitsยง
- Async
CliCommand ๐ - An executable CLI command that runs in an async context.
- CliCommand ๐
- An executable CLI command.
Functionsยง
- is_
binfmt_ ๐interpreter - print_
version ๐