Files
wasmtime/crates/environ
Alex Crichton d1d10dc8da Refactor the TypeTables type (#3971)
* Remove duplicate `TypeTables` type

This was once needed historically but it is no longer needed.

* Make the internals of `TypeTables` private

Instead of reaching internally for the `wasm_signatures` map an `Index`
implementation now exists to indirect accesses through the type of the
index being accessed. For the component model this table of types will
grow a number of other tables and this'll assist in consuming sites not
having to worry so much about which map they're reaching into.
2022-03-30 13:51:25 -05:00
..
2022-03-30 13:51:25 -05:00
2019-11-08 06:35:40 -08:00
2022-03-07 15:18:34 -06:00
2019-11-08 06:35:40 -08:00