Searched refs:WasmExport (Results 1 – 2 of 2) sorted by relevance
166 struct WasmExport { struct206 std::vector<WasmExport> export_table; // export table.
455 WasmExport* exp = &module->export_table.back(); in DecodeModule()498 std::vector<WasmExport> sorted_exports(module->export_table); in DecodeModule()500 auto cmp_less = [base](const WasmExport& a, const WasmExport& b) { in DecodeModule()511 WasmExport* last = &*it++; in DecodeModule()