Module artifact_builder

Source
Expand description

Define ArtifactBuild to allow compiling and instantiating to be done as separate steps.

Structsยง

ArtifactBuild
A compiled wasm module, ready to be instantiated.
ArtifactBuildFromArchive
A compiled wasm module that was loaded from a serialized archive.
ArtifactBuildFromArchiveCell ๐Ÿ”’
ModuleFromArchive
Module loaded from an archive. Since CompileModuleInfo is part of the public interface of this crate and has to be mutable, it has to be deserialized completely.

Functionsยง

serialize_module ๐Ÿ”’