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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::WasmExport:

Public Attributes

WireBytesRef name
 
ImportExportKindCode kind
 
uint32_t index = 0
 

Detailed Description

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

Member Data Documentation

◆ index

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

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

◆ kind

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

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

◆ name

WireBytesRef v8::internal::wasm::WasmExport::name

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


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