Module artifact_builders

Source
Expand description

Generic Artifact abstraction for Wasmer Engines.

Re-exportsยง

pub use self::artifact_builder::ArtifactBuild;
pub use self::artifact_builder::ArtifactBuildFromArchive;
pub use self::artifact_builder::ModuleFromArchive;
pub use self::trampoline::get_libcall_trampoline;
pub use self::trampoline::*;

Modulesยง

artifact_builder ๐Ÿ”’
Define ArtifactBuild to allow compiling and instantiating to be done as separate steps.
trampoline ๐Ÿ”’
Trampolines for libcalls.