Module wasmer_compiler::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::*;
Modules§
- Define
ArtifactBuild
to allow compiling and instantiating to be done as separate steps. - Trampolines for libcalls.