Crate wasmer_toml
source ·Expand description
The wasmer.toml
file format.
You’ll typically start by deserializing into a Manifest
and inspecting
its properties.
Re-exports§
pub extern crate serde_cbor;
pub extern crate toml;
Modules§
- Rust-specific annotations used to interoperate with external tools.
Structs§
- CommandV1DeprecatedDescribes a command for a wasmer module.
- An executable command.
- Annotations on disk.
- The manifest represents the file used to describe a Wasm package.
- Builder for
Manifest
. - A file which may be executed by a
Command
. Sometimes also referred to as an “atom”. - Metadata about the package.
- Builder for
Package
.
Enums§
- The ABI is a hint to WebAssembly runtimes about what additional imports to insert and how a module may be run.
- The interface exposed by a
Module
. - Annotations for a command.
- The different formats that
FileCommandAnnotations
can be saved in. - Errors that may occur when resolving
Bindings
imports. - Error type for ManifestBuilder
- Errors that may occur while working with a
Manifest
. - A reference to a module which may or may not come from another package.
- Error type for PackageBuilder
- Errors that may be returned by
Manifest::validate()
.
Statics§
- The default name for the manifest file.