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
Structs
- Describes a command for a wasmer module.
- The manifest represents the file used to describe a Wasm package.
- Builder for
Manifest
. - 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
. - Error type for ManifestBuilder
- A reference to a module which may or may not come from another package.
- Error type for PackageBuilder
Statics
- The default name for the manifest file.