Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h69 struct WasmGlobal { struct
70 uint32_t name_offset; // offset in the module bytes of the name, if any.
71 MachineType type; // type of the global.
72 uint32_t offset; // offset from beginning of globals area.
73 bool exported; // true if this global is exported.