Searched defs:WasmImport (Results 1 – 1 of 1) sorted by relevance
122 struct WasmImport { struct123 uint32_t module_name_length; // length in bytes of the module name.124 uint32_t module_name_offset; // offset in module bytes of the module name.125 uint32_t field_name_length; // length in bytes of the import name.126 uint32_t field_name_offset; // offset in module bytes of the import name.127 WasmExternalKind kind; // kind of the import.128 uint32_t index; // index into the respective space.