Module engine

Source
Expand description

The Wasmer Engine.

Re-exportsยง

pub use self::error::InstantiationError;
pub use self::error::LinkError;
pub use self::resolver::resolve_imports;
pub use self::tunables::BaseTunables;
pub use self::tunables::Tunables;
pub use self::artifact::Artifact;
pub use self::builder::EngineBuilder;
pub use self::code_memory::CodeMemory;
pub use self::inner::Engine;
pub use self::inner::EngineInner;
pub use self::trap::*;

Modulesยง

artifact ๐Ÿ”’
Define Artifact, based on ArtifactBuild to allow compiling and instantiating to be done as separate steps.
builder ๐Ÿ”’
code_memory ๐Ÿ”’
Memory management for executable code.
error ๐Ÿ”’
The WebAssembly possible errors
inner ๐Ÿ”’
Universal compilation.
link ๐Ÿ”’
Linking for Universal-compiled code.
resolver ๐Ÿ”’
Custom resolution for external references.
trap ๐Ÿ”’
tunables ๐Ÿ”’
unwind ๐Ÿ”’