[][src]Module wasmer_runtime_core::instance

The instance module contains the implementation data structures and helper functions used to manipulate and access wasm instances.

Structs

DynFunc

A representation of an exported WebAssembly function.

Instance

An instantiated WebAssembly module.