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.
- A WasiModule is a module instance for the WASI specification.
Traits§
- The object as an module instance is required to implement this trait.