Files
wasmtime/crates
Alex Crichton 328de8bf9b Add APIs to lookup values in Linker (#1480)
* Add APIs to lookup values in `Linker`

This commit adds three new methods to `Linker` in order to inspect it
after values have been inserted:

* `Linker::iter` - iterates over all defined values
* `Linker::get` - lookup a value by its `ImportType`
* `Linker::get_by_name` - lookup values based on their name

Closes #1454

* More apis!
2020-04-07 18:16:59 -05:00
..
2020-04-03 13:13:37 -07:00
2020-04-03 13:13:37 -07:00
2020-04-03 13:13:37 -07:00
2020-04-03 13:13:37 -07:00
2020-04-03 13:13:37 -07:00
2020-04-06 13:41:03 -07:00