Module 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 ๐Ÿ”’
ssh
Edge SSH command.
validate ๐Ÿ”’
wast ๐Ÿ”’
Runs a .wast WebAssembly test suites

Structsยง

WasmerCmd
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ยง

is_binfmt_interpreter ๐Ÿ”’
print_version ๐Ÿ”’