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

Public Attributes

base::Vector< const char > module
 
base::Vector< const char > name
 
ModuleTypeIndex sig_index
 

Detailed Description

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

Member Data Documentation

◆ module

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

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

◆ name

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

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

◆ sig_index

ModuleTypeIndex v8::internal::wasm::WasmModuleBuilder::WasmFunctionImport::sig_index

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


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