wasm/execution/runtime_structure/
export_instances.rs

1// TODO add ExportInst type. Currently we store exports as a BTreeMap<String, ExternVal> in the
2// ModuleInst, but this is not how the spec does it