Stream: git-wasmtime

Topic: wasmtime / PR #13832 Fix precedence in `AliasRegionKey` m...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:47):

fitzgen opened PR #13832 from fitzgen:fix-debug-assert-precedence to bytecodealliance:main:

The debug_assert parsed as module & (!MODULE_MASK >> MODULE_OFFSET) rather than the intended module & !(MODULE_MASK >> MODULE_OFFSET).

<!--
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 (Jul 06 2026 at 20:47):

fitzgen requested alexcrichton for a review on PR #13832.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:47):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #13832.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:57):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:57):

alexcrichton has enabled auto merge for PR #13832.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:57):

alexcrichton added PR #13832 Fix precedence in AliasRegionKey module bits assert to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 21:22):

github-merge-queue[bot] removed PR #13832 Fix precedence in AliasRegionKey module bits assert from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:07):

fitzgen added PR #13832 Fix precedence in AliasRegionKey module bits assert to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:31):

:check: fitzgen merged PR #13832.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:31):

fitzgen removed PR #13832 Fix precedence in AliasRegionKey module bits assert from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC