Home
last modified time | relevance | path

Searched defs:WasmImport (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h122 struct WasmImport { struct
123 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.