[][src]Module wasmer_runtime_core::structures

The structures module contains commonly used data structures.

Structs

BoxedMap

Boxed map.

Iter

Iterator for a Map.

IterMut

Mutable iterator for a Map.

Map

Dense item map

SliceMap

This is a dynamically-sized slice that can only be indexed by the correct index type.

Traits

TypedIndex

Represents a typed index.