Module commands

Module commands 

Source
Expand description

The module for the Wasmtime CLI commands.

Structs§

CompileCommand
Compiles a WebAssembly module.
ConfigCommand
Controls Wasmtime configuration settings
ConfigNewCommand
Creates a new Wasmtime configuration file
ExploreCommand
Explore the compilation of a WebAssembly module to native code.
Host
The T in Store<T> for what the CLI is running.
ObjdumpCommand
A helper utility in wasmtime to explore the compiled object file format of a *.cwasm file.
Preloads
RunCommand
Runs a WebAssembly module
ServeCommand
Runs a WebAssembly module
SettingsCommand
Displays available Cranelift settings for a target.
WastCommand
Runs a WebAssembly test script file
WizerCommand

Enums§

CliInstance
Dispatch between either a core or component instance.
CliLinker
Dispatch between either a core or component linker.