Module wasmer_compiler::engine::artifact
source · Expand description
Define Artifact
, based on ArtifactBuild
to allow compiling and instantiating to be done as separate steps.
Structs§
- A compiled wasm module, ready to be instantiated.
- A unique identifier for an Artifact.
Enums§
- Artifacts may be created as the result of the compilation of a wasm module, corresponding to
ArtifactBuildVariant::Plain
, or loaded from an archive, corresponding toArtifactBuildVariant::Archived
.