alexcrichton opened PR #2350 from fix-panic
to main
:
This fixes an issue where
ensure_inserted_block()
wasn't called before
we do some block manipulation in the Wasmtime translation of some
table-related instructions. It looks likeensure_inserted_block()
is
otherwise called on most instructions being added, so we just need to
call it explicitly it seems here.Closes #2347
fitzgen submitted PR Review.
fitzgen submitted PR Review.
fitzgen submitted PR Review.
fitzgen submitted PR Review.
alexcrichton updated PR #2350 from fix-panic
to main
:
This fixes an issue where
ensure_inserted_block()
wasn't called before
we do some block manipulation in the Wasmtime translation of some
table-related instructions. It looks likeensure_inserted_block()
is
otherwise called on most instructions being added, so we just need to
call it explicitly it seems here.Closes #2347
alexcrichton merged PR #2350.
Last updated: Nov 22 2024 at 16:03 UTC