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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::WasmImport:

Public Attributes

WireBytesRef module_name
 
WireBytesRef field_name
 
ImportExportKindCode kind
 
uint32_t index = 0
 

Detailed Description

Definition at line 283 of file wasm-module.h.

Member Data Documentation

◆ field_name

WireBytesRef v8::internal::wasm::WasmImport::field_name

Definition at line 285 of file wasm-module.h.

◆ index

uint32_t v8::internal::wasm::WasmImport::index = 0

Definition at line 287 of file wasm-module.h.

◆ kind

ImportExportKindCode v8::internal::wasm::WasmImport::kind

Definition at line 286 of file wasm-module.h.

◆ module_name

WireBytesRef v8::internal::wasm::WasmImport::module_name

Definition at line 284 of file wasm-module.h.


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