Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h132 struct WasmExport { struct
133 uint32_t name_length; // length in bytes of the exported name.
134 uint32_t name_offset; // offset in module bytes of the name to export.
135 WasmExternalKind kind; // kind of the export.
136 uint32_t index; // index into the respective space.