wasmedge_sdk

Type Alias 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 */ }