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