Crate wasmer_toml
source ·Expand description
The Manifest file is where the core metadata of a wasmer package lives
Modules
Structs
Describes a command for a wasmer module
The manifest represents the file used to describe a Wasm package.
Describes a command for a wasmer module
Enums
The ABI is a hint to WebAssembly runtimes about what additional imports to insert.
It currently is only used for validation (in the validation subcommand). The default value is
None
.Statics
The name of the manifest file. This is hard-coded for now.