v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::WasmModuleBuilder::WasmDataSegment Struct Reference
Collaboration diagram for v8::internal::wasm::WasmModuleBuilder::WasmDataSegment:

Public Attributes

ZoneVector< uint8_t > data
 
uint32_t dest
 
bool is_active = true
 

Detailed Description

Definition at line 530 of file wasm-module-builder.h.

Member Data Documentation

◆ data

ZoneVector<uint8_t> v8::internal::wasm::WasmModuleBuilder::WasmDataSegment::data

Definition at line 531 of file wasm-module-builder.h.

◆ dest

uint32_t v8::internal::wasm::WasmModuleBuilder::WasmDataSegment::dest

Definition at line 532 of file wasm-module-builder.h.

◆ is_active

bool v8::internal::wasm::WasmModuleBuilder::WasmDataSegment::is_active = true

Definition at line 533 of file wasm-module-builder.h.


The documentation for this struct was generated from the following file: