Searched defs:WasmExport (Results 1 – 1 of 1) sorted by relevance
132 struct WasmExport { struct133 uint32_t name_length; // length in bytes of the exported name.134 uint32_t name_offset; // offset in module bytes of the name to export.135 WasmExternalKind kind; // kind of the export.136 uint32_t index; // index into the respective space.