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

Public Attributes

base::Vector< const char > module
 
base::Vector< const char > name
 
ValueTypeCode type_code
 
bool mutability
 

Detailed Description

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

Member Data Documentation

◆ module

base::Vector<const char> v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::module

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

◆ mutability

bool v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::mutability

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

◆ name

base::Vector<const char> v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::name

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

◆ type_code

ValueTypeCode v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::type_code

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


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