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

Public Attributes

ValueType type
 
bool mutability
 
WasmInitExpr init
 

Detailed Description

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

Member Data Documentation

◆ init

WasmInitExpr v8::internal::wasm::WasmModuleBuilder::WasmGlobal::init

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

◆ mutability

bool v8::internal::wasm::WasmModuleBuilder::WasmGlobal::mutability

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

◆ type

ValueType v8::internal::wasm::WasmModuleBuilder::WasmGlobal::type

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


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