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

Public Attributes

base::Vector< const char > name
 
ImportExportKindCode kind
 
int index
 

Detailed Description

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

Member Data Documentation

◆ index

int v8::internal::wasm::WasmModuleBuilder::WasmExport::index

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

◆ kind

ImportExportKindCode v8::internal::wasm::WasmModuleBuilder::WasmExport::kind

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

◆ name

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

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


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