[][src]Module wasmtime_environ::entity

Structs

BoxedSlice

A slice mapping K -> V allocating dense entity references.

PrimaryMap

A primary mapping K -> V allocating dense entity references.

Traits

EntityRef

A type wrapping a small integer index should implement EntityRef so it can be used as the key of an SecondaryMap or SparseMap.