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

Public Member Functions

 ExportTypeImpl (Name &name, own< ExternType > &type)
 

Public Attributes

Name name
 
own< ExternType > type
 

Detailed Description

Definition at line 912 of file c-api.cc.

Constructor & Destructor Documentation

◆ ExportTypeImpl()

wasm::ExportTypeImpl::ExportTypeImpl ( Name & name,
own< ExternType > & type )
inline

Definition at line 916 of file c-api.cc.

Member Data Documentation

◆ name

Name wasm::ExportTypeImpl::name

Definition at line 913 of file c-api.cc.

◆ type

own<ExternType> wasm::ExportTypeImpl::type

Definition at line 914 of file c-api.cc.


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