Expand description
The module for the Wasmtime CLI commands.
Structs§
- Compile
Command - Compiles a WebAssembly module.
- Config
Command - Controls Wasmtime configuration settings
- Config
NewCommand - Creates a new Wasmtime configuration file
- Explore
Command - Explore the compilation of a WebAssembly module to native code.
- Host
- The
TinStore<T>for what the CLI is running. - Objdump
Command - A helper utility in wasmtime to explore the compiled object file format of
a
*.cwasmfile. - Preloads
- RunCommand
- Runs a WebAssembly module
- Serve
Command - Runs a WebAssembly module
- Settings
Command - Displays available Cranelift settings for a target.
- Wast
Command - Runs a WebAssembly test script file
- Wizer
Command
Enums§
- CliInstance
- Dispatch between either a core or component instance.
- CliLinker
- Dispatch between either a core or component linker.