Module wasmer_runtime_core_fl::structures[][src]

Expand description

The structures module contains commonly used data structures.

Structs

Boxed map.

Iterator for a Map.

Mutable iterator for a Map.

Dense item map

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

Traits

A trait for dealing with type-safe indices into associative data structures like Maps.