Module wasmparser::map

source ·
Available on crate feature validate only.
Expand description

Type aliases for maps used by wasmparser

This module contains type aliases used for HashMap, HashSet, IndexMap, and IndexSet. Note that these differ from upstream types in the indexmap crate and the standard library due to customization of the hash algorithm type parameter.

Structs§

Type Aliases§

  • Wasmparser-specific type alias for hash map.
  • Wasmparser-specific type alias for hash set.
  • Wasmparser-specific type alias for an ordered map.
  • Wasmparser-specific type alias for an ordered set.