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

#include <module-decoder.h>

Collaboration diagram for v8::internal::wasm::CustomSectionOffset:

Public Attributes

WireBytesRef section
 
WireBytesRef name
 
WireBytesRef payload
 

Detailed Description

Definition at line 122 of file module-decoder.h.

Member Data Documentation

◆ name

WireBytesRef v8::internal::wasm::CustomSectionOffset::name

Definition at line 124 of file module-decoder.h.

◆ payload

WireBytesRef v8::internal::wasm::CustomSectionOffset::payload

Definition at line 125 of file module-decoder.h.

◆ section

WireBytesRef v8::internal::wasm::CustomSectionOffset::section

Definition at line 123 of file module-decoder.h.


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