Expand description
Load a Wasmer package from disk.
Structs§
- A lazily loaded volume in a Wasmer package.
- An in-memory directory.
- An in-memory file.
- An in-memory representation of a volume.
- A Wasmer package that will be lazily loaded from disk.
Enums§
- Errors that may occur when converting from a
wasmer_config::package::Manifest
to a [crate::metadata::Manifest
]. - An in-memory representation of a filesystem node.
- The strictness to use when working with a [
crate::wasmer_package::Package
]. - Errors that may occur while loading a Wasmer package from disk.
Traits§
- An abstraction over concrete volumes implementation to be used in a Wasmer Package.