Files
wasmtime/lib/entity
Dan Gohman 7720a571fc Fix reverse iteration in cretonne-entity's Iter.
A `DoubleEndedIterator` needs to track both a forward position and a
reverse position, so that `next_back()` can pop from the back of the
sequence.
2018-05-29 10:21:52 -07:00
..
2018-05-01 19:54:21 -07:00

This crate contains array-based data structures used by the core Cretonne code generator which use densely numbered entity references as mapping keys.