Stream: git-wasmtime

Topic: wasmtime / PR #10591 Fix `table_ops` oracle's accounting ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:54):

fitzgen opened PR #10591 from fitzgen:table-ops-out-of-sync to bytecodealliance:main:

Make sure that we increment expected_drops for every CountDrops constructed, because if we batch up the increments for after we've allocated our ExternRefs, but one of the intermediate ExternRef allocations fail, then expected_drops and num_dropped can be left out-of-sync.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:54):

fitzgen requested alexcrichton for a review on PR #10591.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:54):

fitzgen requested wasmtime-fuzz-reviewers for a review on PR #10591.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:58):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:58):

alexcrichton has enabled auto merge for PR #10591.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:59):

fitzgen has disabled auto merge for PR #10591.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 20:59):

fitzgen has enabled auto merge for PR #10591.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2025 at 21:29):

fitzgen merged PR #10591.


Last updated: Dec 06 2025 at 06:05 UTC