Type Alias wasmedge_sdk::Instance

source ·
pub type Instance = Instance;
Expand description

Represents an instantiated module.

An Instance represents an instantiated module. In the instantiation process, A module instance is created based on a compiled module. From a [module instance] the exported host function, table, memory, and global instances can be fetched.

Aliased Type§

struct Instance { /* private fields */ }