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

Public Member Functions

 ImportTypeImpl (Name &module, Name &name, own< ExternType > &type)
 

Public Attributes

Name module
 
Name name
 
own< ExternType > type
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ImportTypeImpl()

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

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

Member Data Documentation

◆ module

Name wasm::ImportTypeImpl::module

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

◆ name

Name wasm::ImportTypeImpl::name

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

◆ type

own<ExternType> wasm::ImportTypeImpl::type

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


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