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.
Structs§
- Struct of WasmEdge FuncType.
- Struct of WasmEdge GlobalType.
- Struct of WasmEdge MemoryType.
- Struct of WasmEdge TableType.