[][src]Module wasmtime_environ::entity

Modules

packed_option

Compact representation of Option<T> for types with a reserved value.

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.