Module wasmedge_sys::instance::module
source · Expand description
Defines WasmEdge Instance and other relevant types.
Structs
- An ImportModule represents a host module with a name. A host module consists of one or more host function, table, memory, and global instances, which are defined outside wasm modules and fed into wasm modules as imports.
Enums
- Defines three types of module instances that can be imported into a WasmEdge Store instance.
Traits
- The module to be registered via the the Executor::register_import_module function is required to implement this trait.
- The object as an module instance is required to implement this trait.