Searched defs:WasmImport (Results 1 – 2 of 2) sorted by relevance
109 struct WasmImport { struct110 StringRef Module;111 StringRef Field;112 uint8_t Kind;113 union {
257 struct WasmImport { struct258 WireBytesRef module_name; // module name.259 WireBytesRef field_name; // import name.260 ImportExportKindCode kind; // kind of the import.261 uint32_t index; // index into the respective space.