Module wasmer_package::package
source ยท Expand description
Load a Wasmer package from disk.
Modulesยง
- manifest ๐
- package ๐
- strictness ๐
- volume ๐
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.