Stream: git-wasmtime

Topic: wasmtime / PR #13009 winch: Fix the type of the `table.si...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 18:49):

alexcrichton opened PR #13009 from alexcrichton:fix-winch-table-size to bytecodealliance:main:

Note: this is a fix for GHSA-m9w2-8782-2946

This commit corrects the tagged size of the output of the table.size instruction. Previously this was hardcoded as a 32-bit integer instead of consulting the table's index type to use the
index-type-sized-register instead.

<!--
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 09 2026 at 18:49):

alexcrichton requested fitzgen for a review on PR #13009.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 18:49):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13009.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 18:49):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13009.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 18:55):

cfallin has enabled auto merge for PR #13009.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 18:57):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 19:02):

cfallin added PR #13009 winch: Fix the type of the table.size output register to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 19:41):

cfallin merged PR #13009.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2026 at 19:41):

cfallin removed PR #13009 winch: Fix the type of the table.size output register from the merge queue.


Last updated: Apr 12 2026 at 23:10 UTC