Files
wasmtime/crates/environ/src
Peter Huene ea72c621f0 Remove the stack map registry.
This commit removes the stack map registry and instead uses the existing
information from the store's module registry to lookup stack maps.

A trait is now used to pass the lookup context to the runtime, implemented by
`Store` to do the lookup.

With this change, module registration in `Store` is now entirely limited to
inserting the module into the module registry.
2021-04-16 11:08:21 -07:00
..
2021-04-08 12:46:17 -07:00
2021-04-01 19:38:18 -07:00
2021-04-16 11:08:21 -07:00