Searched defs:WasmImport (Results 1 – 2 of 2) sorted by relevance
101 struct WasmImport { struct102 WireBytesRef module_name; // module name.103 WireBytesRef field_name; // import name.104 ImportExportKindCode kind; // kind of the import.105 uint32_t index; // index into the respective space.
82 struct WasmImport { struct83 StringRef Module;84 StringRef Field;85 uint8_t Kind;86 union {