Module store

Module store 

Source

Structs§

InstantiationOutcome
Represents a successful, possibly fueled instantiation of a module.
Store
The store represents all global state that can be manipulated by WebAssembly programs. It consists of the runtime representation of all instances of functions, tables, memories, and globals, element segments, and data segments that have been allocated during the life time of the abstract machine. https://webassembly.github.io/spec/core/exec/runtime.html#store
StoreInner 🔒
This is a Wasm store as defined by the specification. It contains all state relevant for execution.

Type Aliases§

Hostcode