Files
wasmtime/cranelift
Jakob Stoklund Olesen e874393419 Add an entity_map module.
This supports the pattern of creating structs wrapping a u32 and using them as
indexes into a vector of entities. These entity references should implement the
EntityRef trait.

The EntityMap is a generic map from an EntityRef to some value type. It expects
densely indexed entities and uses a Vec to represent the mapping compactly.
2016-07-15 15:17:11 -07:00
..
2016-07-15 15:17:11 -07:00
2016-07-14 13:43:11 -07:00
2016-01-12 16:51:35 -08:00
2016-07-14 13:43:11 -07:00