Module package

Source
Expand description

Load a Wasmer package from disk.

Modulesยง

manifest ๐Ÿ”’
package ๐Ÿ”’
strictness ๐Ÿ”’
volume ๐Ÿ”’

Structsยง

FsVolume
A lazily loaded volume in a Wasmer package.
MemoryDir
An in-memory directory.
MemoryFile
An in-memory file.
MemoryVolume
An in-memory representation of a volume.
Package
A Wasmer package that will be lazily loaded from disk.
WalkBuilderFactory

Enumsยง

ManifestError
Errors that may occur when converting from a wasmer_config::package::Manifest into a WebC manifest.
MemoryNode
An in-memory representation of a filesystem node.
Strictness
The strictness to use when working with a Package values from this crate.
WasmerPackageError
Errors that may occur while loading a Wasmer package from disk.

Traitsยง

WasmerPackageVolume
An abstraction over concrete volumes implementation to be used in a Wasmer Package.

Functionsยง

include_everything_walker
wasmer_ignore_walker
Create and configure a default ignore walker for building packages that: