Files
wasmtime/crates
Alex Crichton 05e6abf2f6 Fix the stacks fuzzer in the face of stack overflow (#4557)
When the `stacks` fuzzer hits a stack overflow the trace generated by
Wasmtime will have one more frame than the trace generated by the wasm
itself. This comes about due to the wasm not actually pushing the final
frame when it stack overflows. The host, however, will still see the
final frame that triggered the stack overflow.

In this situation the fuzzer asserts that the host has one extra frame
and then discards the frame.
2022-08-01 11:03:23 -05:00
..
2022-07-28 18:01:03 +00:00
2022-07-05 09:10:52 -05:00