Files
wasmtime/tests
Alex Crichton 6822c9bdc1 Fix a memory leak in the test suite
This test creates a cycle between two `Func` objects (and indirectly
through their instance) which prevents anything from being collected.
This was found when running tests locally with address sanitizer, and
using a `Weak<T>` breaks the cycle to allow collecting resources.
2020-04-24 13:34:51 -07:00
..
2020-04-24 13:34:51 -07:00
2020-04-20 15:55:33 -05:00