Stream: git-wasmtime

Topic: wasmtime / PR #12869 Fix a panic with a massive `max_wasm...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:06):

alexcrichton opened PR #12869 from alexcrichton:panic-max-wasm-stack to bytecodealliance:main:

This commit fixes a panic through a checked_add(...).unwrap() which can happen when Config::max_wasm_stack is configured to be a very large value. This is a mostly benign panic as it's unlikely this is configured much in the wild, but nevertheless seems like a good issues to fix regardless.

<!--
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 (Mar 30 2026 at 08:06):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 08:06):

alexcrichton requested dicej for a review on PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 10:05):

github-actions[bot] added the label wasmtime:api on PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 13:57):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 14:03):

alexcrichton added PR #12869 Fix a panic with a massive max_wasm_stack configured to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:04):

github-merge-queue[bot] removed PR #12869 Fix a panic with a massive max_wasm_stack configured from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:34):

alexcrichton updated PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:34):

alexcrichton requested wasmtime-default-reviewers for a review on PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:34):

alexcrichton requested fitzgen for a review on PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:46):

alexcrichton updated PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:57):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 16:57):

alexcrichton updated PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:32):

alexcrichton updated PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:45):

alexcrichton has enabled auto merge for PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 17:45):

alexcrichton has disabled auto merge for PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 18:13):

alexcrichton has enabled auto merge for PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 18:32):

alexcrichton added PR #12869 Fix a panic with a massive max_wasm_stack configured to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 20:58):

github-actions[bot] added the label pulley on PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 20:59):

github-actions[bot] added the label cranelift on PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 20:59):

github-actions[bot] commented on PR #12869:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "pulley", "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 21:11):

alexcrichton merged PR #12869.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 21:11):

alexcrichton removed PR #12869 Fix a panic with a massive max_wasm_stack configured from the merge queue.


Last updated: Apr 12 2026 at 23:10 UTC