Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Runtime::ImportBindings Struct Reference

#include <Runtime.h>

Public Attributes

std::vector< FunctionInstance * > functions
 
std::vector< TableInstance * > tables
 
std::vector< MemoryInstance * > memories
 
std::vector< GlobalInstance * > globals
 

Detailed Description

Definition at line 197 of file Runtime.h.

Member Data Documentation

◆ functions

std::vector<FunctionInstance*> Runtime::ImportBindings::functions

Definition at line 199 of file Runtime.h.

◆ globals

std::vector<GlobalInstance*> Runtime::ImportBindings::globals

Definition at line 202 of file Runtime.h.

◆ memories

std::vector<MemoryInstance*> Runtime::ImportBindings::memories

Definition at line 201 of file Runtime.h.

◆ tables

std::vector<TableInstance*> Runtime::ImportBindings::tables

Definition at line 200 of file Runtime.h.


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