Files
wasmtime/crates
Alex Crichton 41780fb1a6 Handle same-named imports with different signatures
This commit fixes the `wasmtime::Instance` instantiation API when
imports have the same name but might be imported under different types.
This is handled in the API by listing imports as a list instead of as a
name map, but they were interpreted as a name map under the hood causing
collisions.

This commit now keeps track of the index used to define each import, and
the index is passed through in the `Resolver`. Existing implementaitons
of `Resolver` all ignore this, but the API now uses it exclusivley to
match up `Extern` definitions to imports.
2020-01-09 17:21:19 -08:00
..
2020-01-07 16:21:50 -06:00
2020-01-09 10:02:33 -06:00
2020-01-08 12:46:18 -08:00
2020-01-08 12:46:18 -08:00