Module wasmedge_sys::instance

source ·
Expand description

Defines WasmEdge instance structs, including Function, Global, Memory, Table, and etc.

Modules

  • Defines WasmEdge Function and FuncType structs.
  • Defines WasmEdge Global and GlobalType structs.
  • Defines WasmEdge Memory and MemType structs.
  • Defines WasmEdge Instance and other relevant types.
  • Defines WasmEdge Table and TableType structs.