Searched defs:WasmExport (Results 1 – 3 of 3) sorted by relevance
436 struct WasmExport { struct437 base::Vector<const char> name;438 ImportExportKindCode kind;439 int index; // Can be negative for re-exported imports.
265 struct WasmExport { struct266 WireBytesRef name; // exported name.267 ImportExportKindCode kind; // kind of the export.268 uint32_t index; // index into the respective space.
57 struct WasmExport { struct58 StringRef Name;59 uint8_t Kind;60 uint32_t Index;