![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Attributes | |
base::Vector< const char > | module |
base::Vector< const char > | name |
ValueTypeCode | type_code |
bool | mutability |
Definition at line 488 of file wasm-module-builder.h.
base::Vector<const char> v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::module |
Definition at line 489 of file wasm-module-builder.h.
bool v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::mutability |
Definition at line 493 of file wasm-module-builder.h.
base::Vector<const char> v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::name |
Definition at line 490 of file wasm-module-builder.h.
ValueTypeCode v8::internal::wasm::WasmModuleBuilder::WasmGlobalImport::type_code |
Definition at line 492 of file wasm-module-builder.h.