Files
wasmtime/crates
Alex Crichton 8760bccc8e Fix running enter/exit hooks on start functions (#3001)
This commit fixes running the store's enter/exit hooks into wasm which
accidentally weren't run for an instance's `start` function. The fix
here was mostly to just sink the enter/exit hook much lower in the code
to `invoke_wasm_and_catch_traps`, which is the common entry point for
all wasm calls.

This did involve propagating the `StoreContext<T>` generic rather than
using `StoreOpaque` unfortunately, but it is overally not too too much
code and we generally wanted most of it inlined anyway.
2021-06-21 16:31:10 -05:00
..
2021-06-10 12:47:45 -05:00
2021-06-09 14:00:13 -05:00
2021-06-15 22:56:10 -05:00
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-06-15 06:40:45 -07:00
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-06-15 22:56:10 -05:00
2021-06-15 22:56:10 -05:00