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: Dec 06 2025 at 06:05 UTC