Expand description
Define ArtifactBuild
to allow compiling and instantiating to be
done as separate steps.
Structsยง
- Artifact
Build - A compiled wasm module, ready to be instantiated.
- Artifact
Build From Archive - A compiled wasm module that was loaded from a serialized archive.
- Artifact
Build ๐From Archive Cell - Module
From Archive - 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 ๐