(function() {var implementors = {};
implementors["wasmi"] = [{text:"impl Deref for FuncRef",synthetic:false,types:["wasmi::func::FuncRef"]},{text:"impl Deref for GlobalRef",synthetic:false,types:["wasmi::global::GlobalRef"]},{text:"impl Deref for MemoryRef",synthetic:false,types:["wasmi::memory::MemoryRef"]},{text:"impl Deref for ModuleRef",synthetic:false,types:["wasmi::module::ModuleRef"]},{text:"impl Deref for TableRef",synthetic:false,types:["wasmi::table::TableRef"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()