Searched defs:WasmGlobal (Results 1 – 1 of 1) sorted by relevance
69 struct WasmGlobal { struct70 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.