[−][src]Module wasmer_runtime_core_fl::instance
This module contains types for manipulating and accessing Wasm instances.
An "instance", or "instantiated module", is a compiled WebAssembly Module with its
corresponding imports (via ImportObject) that is ready to execute.
Structs
| DynFunc | A representation of an exported WebAssembly function. |
| Exports |
|
| Instance | An instantiated WebAssembly module. |