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