Stream: git-wasmtime

Topic: wasmtime / PR #12535 Add a fallible-allocation-only versi...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:17):

fitzgen opened PR #12535 from fitzgen:fallible-alloc-only-hash-map to bytecodealliance:main:

<!--
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 (Feb 05 2026 at 21:17):

fitzgen requested alexcrichton for a review on PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:17):

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

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:17):

fitzgen requested wasmtime-core-reviewers for a review on PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:17):

fitzgen requested wasmtime-default-reviewers for a review on PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:21):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:21):

alexcrichton created PR review comment:

Somewhat unrealted question here: is saturating_* worth it to use here? I'd expect that the codegen for that would be pretty bad, but I'm not sure if it matters too too much per se

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:23):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:23):

fitzgen created PR review comment:

Just want to make sure that we don't wrap around and make it look like a small allocation failed when it was really a big one. Don't think it matters too much, but I also don't think these paths are hot enough to prefer things that can get better codegen over being as precise as we can be.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:27):

fitzgen has enabled auto merge for PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:31):

fitzgen added PR #12535 Add a fallible-allocation-only version of HashMap to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 21:54):

github-merge-queue[bot] removed PR #12535 Add a fallible-allocation-only version of HashMap from the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 22:51):

github-actions[bot] added the label fuzzing on PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 22:52):

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

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "fuzzing"

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 (Feb 05 2026 at 23:35):

fitzgen updated PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 23:35):

fitzgen has enabled auto merge for PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 05 2026 at 23:48):

fitzgen added PR #12535 Add a fallible-allocation-only version of HashMap to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 00:14):

fitzgen merged PR #12535.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 00:14):

fitzgen removed PR #12535 Add a fallible-allocation-only version of HashMap from the merge queue


Last updated: Feb 24 2026 at 04:36 UTC