![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Attributes | |
base::Vector< const char > | name |
ImportExportKindCode | kind |
int | index |
Definition at line 496 of file wasm-module-builder.h.
int v8::internal::wasm::WasmModuleBuilder::WasmExport::index |
Definition at line 499 of file wasm-module-builder.h.
ImportExportKindCode v8::internal::wasm::WasmModuleBuilder::WasmExport::kind |
Definition at line 498 of file wasm-module-builder.h.
base::Vector<const char> v8::internal::wasm::WasmModuleBuilder::WasmExport::name |
Definition at line 497 of file wasm-module-builder.h.