Files
wasmtime/crates
Dan Gohman ce757f12d1 Linker refactoring (#1773)
* Minor code tidying.

* Document that `Linker::iter`'s iteration order is arbitrary.

* Add a few more tests for `wasmtime::Linker`.

* Refactor `Linker::compute_imports`.

 - Extract the error message generation into a separate function.
 - In the error message, sort the candidates.

* Fix a typo in a comment.

* Add `__rtti_base` to the list of allowed but deprecated exports.

* Don't print an Error message when a program exits normally.

* Update comments to reflect the current code.

* Also allow "table" as an exported table, which is used by AssemblyScript.
2020-05-28 13:28:05 -07:00
..
2020-05-26 10:39:40 -05:00
2020-05-26 10:39:40 -05:00
2020-05-26 10:39:40 -05:00
2020-05-26 10:39:40 -05:00
2020-05-28 13:28:05 -07:00
2020-05-21 15:47:48 -07:00