Expand description
Define ArtifactBuild
to allow compiling and instantiating to be
done as separate steps.
Structs§
- A compiled wasm module, ready to be instantiated.
- A compiled wasm module that was loaded from a serialized 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.