Files
wasmtime/lib/entity
Dan Gohman 7733ca1173 Implement entity's Iter in terms of std::iter::Enumerate.
Entity's `Iter` is essentially an `Enumerate`, so just use an
`Enumerate` under the covers. This makes the code simpler.
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.