Files
wasmtime/crates
Alex Crichton 8675fa5aa7 Fix a memory leak on returning incompatible values (#2424)
This fixes an issue where if a store-incompatible value is returned from
a host-defined function then that value is leaked. Practically this
means that it's possible to accidentally leak `Func` values, but a
simple insertion of a `drop` does the trick!
2020-11-16 14:26:48 -06:00
..
2020-11-05 09:39:53 -06:00
2020-11-05 09:39:53 -06:00
2020-11-05 09:39:53 -06:00
2020-11-09 08:50:03 -08:00