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 ๐DefineArtifactBuild
to allow compiling and instantiating to be done as separate steps. - trampoline ๐Trampolines for libcalls.