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::link::link_module;pub use self::trap::*;
Modulesยง
- artifact ๐
- Define
Artifact, based onArtifactBuildto 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 ๐