(function() {var implementors = {}; implementors["erased_serde"] = [{text:"impl<'erased> Serialize for dyn Serialize + 'erased",synthetic:false,types:["erased_serde::ser::Serialize"]},{text:"impl<'erased> Serialize for dyn Serialize + Send + 'erased",synthetic:false,types:["erased_serde::ser::Serialize"]},{text:"impl<'erased> Serialize for dyn Serialize + Sync + 'erased",synthetic:false,types:["erased_serde::ser::Serialize"]},{text:"impl<'erased> Serialize for dyn Serialize + Send + Sync + 'erased",synthetic:false,types:["erased_serde::ser::Serialize"]},]; implementors["generational_arena"] = [{text:"impl Serialize for Index",synthetic:false,types:["generational_arena::Index"]},{text:"impl<T> Serialize for Arena<T> where
    T: Serialize
",synthetic:false,types:["generational_arena::Arena"]},]; implementors["indexmap"] = [{text:"impl<K, V, S> Serialize for IndexMap<K, V, S> where
    K: Serialize + Hash + Eq,
    V: Serialize,
    S: BuildHasher
",synthetic:false,types:["indexmap::map::IndexMap"]},{text:"impl<T, S> Serialize for IndexSet<T, S> where
    T: Serialize + Hash + Eq,
    S: BuildHasher
",synthetic:false,types:["indexmap::set::IndexSet"]},]; implementors["serde_bytes"] = [{text:"impl Serialize for Bytes",synthetic:false,types:["serde_bytes::bytes::Bytes"]},{text:"impl Serialize for ByteBuf",synthetic:false,types:["serde_bytes::bytebuf::ByteBuf"]},]; implementors["serde_json"] = [{text:"impl Serialize for Map<String, Value>",synthetic:false,types:["serde_json::map::Map"]},{text:"impl Serialize for Value",synthetic:false,types:["serde_json::value::Value"]},{text:"impl Serialize for Number",synthetic:false,types:["serde_json::number::Number"]},]; implementors["wasmer_runtime_core"] = [{text:"impl Serialize for WasmHash",synthetic:false,types:["wasmer_runtime_core::cache::WasmHash"]},{text:"impl Serialize for ModuleInfo",synthetic:false,types:["wasmer_runtime_core::module::ModuleInfo"]},{text:"impl Serialize for ExportIndex",synthetic:false,types:["wasmer_runtime_core::module::ExportIndex"]},{text:"impl Serialize for DataInitializer",synthetic:false,types:["wasmer_runtime_core::module::DataInitializer"]},{text:"impl Serialize for TableInitializer",synthetic:false,types:["wasmer_runtime_core::module::TableInitializer"]},{text:"impl<K: TypedIndex> Serialize for StringTable<K> where
    K: Serialize
",synthetic:false,types:["wasmer_runtime_core::module::StringTable"]},{text:"impl Serialize for NamespaceIndex",synthetic:false,types:["wasmer_runtime_core::module::NamespaceIndex"]},{text:"impl Serialize for NameIndex",synthetic:false,types:["wasmer_runtime_core::module::NameIndex"]},{text:"impl<K, V> Serialize for Map<K, V> where
    K: TypedIndex,
    V: Serialize
",synthetic:false,types:["wasmer_runtime_core::structures::map::Map"]},{text:"impl Serialize for Type",synthetic:false,types:["wasmer_runtime_core::types::Type"]},{text:"impl Serialize for Value",synthetic:false,types:["wasmer_runtime_core::types::Value"]},{text:"impl Serialize for ElementType",synthetic:false,types:["wasmer_runtime_core::types::ElementType"]},{text:"impl Serialize for TableDescriptor",synthetic:false,types:["wasmer_runtime_core::types::TableDescriptor"]},{text:"impl Serialize for Initializer",synthetic:false,types:["wasmer_runtime_core::types::Initializer"]},{text:"impl Serialize for GlobalDescriptor",synthetic:false,types:["wasmer_runtime_core::types::GlobalDescriptor"]},{text:"impl Serialize for GlobalInit",synthetic:false,types:["wasmer_runtime_core::types::GlobalInit"]},{text:"impl Serialize for MemoryDescriptor",synthetic:false,types:["wasmer_runtime_core::types::MemoryDescriptor"]},{text:"impl Serialize for FuncSig",synthetic:false,types:["wasmer_runtime_core::types::FuncSig"]},{text:"impl Serialize for FuncIndex",synthetic:false,types:["wasmer_runtime_core::types::FuncIndex"]},{text:"impl Serialize for LocalFuncIndex",synthetic:false,types:["wasmer_runtime_core::types::LocalFuncIndex"]},{text:"impl Serialize for ImportedFuncIndex",synthetic:false,types:["wasmer_runtime_core::types::ImportedFuncIndex"]},{text:"impl Serialize for MemoryIndex",synthetic:false,types:["wasmer_runtime_core::types::MemoryIndex"]},{text:"impl Serialize for LocalMemoryIndex",synthetic:false,types:["wasmer_runtime_core::types::LocalMemoryIndex"]},{text:"impl Serialize for ImportedMemoryIndex",synthetic:false,types:["wasmer_runtime_core::types::ImportedMemoryIndex"]},{text:"impl Serialize for TableIndex",synthetic:false,types:["wasmer_runtime_core::types::TableIndex"]},{text:"impl Serialize for LocalTableIndex",synthetic:false,types:["wasmer_runtime_core::types::LocalTableIndex"]},{text:"impl Serialize for ImportedTableIndex",synthetic:false,types:["wasmer_runtime_core::types::ImportedTableIndex"]},{text:"impl Serialize for GlobalIndex",synthetic:false,types:["wasmer_runtime_core::types::GlobalIndex"]},{text:"impl Serialize for LocalGlobalIndex",synthetic:false,types:["wasmer_runtime_core::types::LocalGlobalIndex"]},{text:"impl Serialize for ImportedGlobalIndex",synthetic:false,types:["wasmer_runtime_core::types::ImportedGlobalIndex"]},{text:"impl Serialize for SigIndex",synthetic:false,types:["wasmer_runtime_core::types::SigIndex"]},{text:"impl Serialize for Pages",synthetic:false,types:["wasmer_runtime_core::units::Pages"]},{text:"impl Serialize for Bytes",synthetic:false,types:["wasmer_runtime_core::units::Bytes"]},{text:"impl Serialize for WasmFunctionStateDump",synthetic:false,types:["wasmer_runtime_core::state::WasmFunctionStateDump"]},{text:"impl Serialize for ExecutionStateImage",synthetic:false,types:["wasmer_runtime_core::state::ExecutionStateImage"]},{text:"impl Serialize for InstanceImage",synthetic:false,types:["wasmer_runtime_core::state::InstanceImage"]},]; implementors["wasmer_wasi"] = [{text:"impl<'typetag> Serialize for dyn WasiFile + 'typetag",synthetic:false,types:["wasmer_wasi::state::types::WasiFile"]},{text:"impl<'typetag> Serialize for dyn WasiFile + Send + 'typetag",synthetic:false,types:["wasmer_wasi::state::types::WasiFile"]},{text:"impl<'typetag> Serialize for dyn WasiFile + Sync + 'typetag",synthetic:false,types:["wasmer_wasi::state::types::WasiFile"]},{text:"impl<'typetag> Serialize for dyn WasiFile + Send + Sync + 'typetag",synthetic:false,types:["wasmer_wasi::state::types::WasiFile"]},{text:"impl Serialize for HostFile",synthetic:false,types:["wasmer_wasi::state::types::HostFile"]},{text:"impl Serialize for Stdout",synthetic:false,types:["wasmer_wasi::state::types::Stdout"]},{text:"impl Serialize for Stderr",synthetic:false,types:["wasmer_wasi::state::types::Stderr"]},{text:"impl Serialize for Stdin",synthetic:false,types:["wasmer_wasi::state::types::Stdin"]},{text:"impl Serialize for InodeVal",synthetic:false,types:["wasmer_wasi::state::InodeVal"]},{text:"impl Serialize for Kind",synthetic:false,types:["wasmer_wasi::state::Kind"]},{text:"impl Serialize for Fd",synthetic:false,types:["wasmer_wasi::state::Fd"]},{text:"impl Serialize for WasiFs",synthetic:false,types:["wasmer_wasi::state::WasiFs"]},{text:"impl Serialize for WasiState",synthetic:false,types:["wasmer_wasi::state::WasiState"]},{text:"impl Serialize for __wasi_filestat_t",synthetic:false,types:["wasmer_wasi::syscalls::types::__wasi_filestat_t"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()