Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Map
Class
Map
crates/wasmtime/src/runtime/component/types.rs:343–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
/// A `map` interface type
342
#[derive(Clone, Debug)]
343
pub struct Map(Handle<TypeMapIndex>);
344
345
impl PartialEq for Map {
346
fn eq(&self, other: &Self) -> bool {
Callers
2
load_map
Function · 0.70
from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected