Type Definition wasmtime_runtime::RuntimeInstance[][src]

type RuntimeInstance = Rc<IndexMap<String, Export>>;

Runtime representation of an instance value, which erases all Instance information since instances are just a collection of values.