Stream: git-wasmtime

Topic: wasmtime / PR #11864 Disable single-pass regalloc in fuzz...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 16:11):

alexcrichton opened PR #11864 from alexcrichton:disable-single-pass to bytecodealliance:main:

This commit disables the single-pass algorithm when fuzzing due to #11850 which has discovered a few issues with it. Additionally documentation has been added to the configuration option indicating that it's not recommended for security-sensitive applications to clarify its implementation status.

<!--
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 (Oct 15 2025 at 16:11):

alexcrichton requested fitzgen for a review on PR #11864.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 16:11):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 16:11):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #11864.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 18:49):

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

Subscribe to Label Action

cc @fitzgen

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

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 (Oct 15 2025 at 19:44):

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

Label Messager: wasmtime:config

It looks like you are changing Wasmtime's configuration options. Make sure to
complete this check list:

[fuzzing-config]: https://github.com/bytecodealliance/wasmtime/blob/ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab/crates/fuzzing/src/generators.rs#L182-L194
[fuzzing-docs]: https://docs.wasmtime.dev/contributing-fuzzing.html


<details>

To modify this label's message, edit the <code>.github/label-messager/wasmtime-config.md</code> file.

To add new label messages or remove existing label messages, edit the
<code>.github/label-messager.json</code> configuration file.

Learn more.

</details>

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

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 15 2025 at 22:04):

fitzgen merged PR #11864.


Last updated: Dec 06 2025 at 07:03 UTC