Stream: git-wasmtime

Topic: wasmtime / PR #12508 Use fallible collection helpers in `...


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

alexcrichton requested fitzgen for a review on PR #12508.

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

alexcrichton opened PR #12508 from alexcrichton:merge-some-prs to bytecodealliance:main:

Merging together #12500 and #12505 of a sorts.

<!--
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 03 2026 at 20:00):

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

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2026 at 20:03):

fitzgen created PR review comment:

        debug_assert_eq!(shared_type_indices.len(), shared_type_indices.capacity());
        shared_type_indices
            .into_boxed_slice()
            .expect("capacity should be exact")

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2026 at 20:03):

fitzgen submitted PR review:

Thanks!

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

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

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

alexcrichton updated PR #12508.

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

alexcrichton commented on PR #12508:

TIL Vec::with_capacity is not an exact-fit allocation, it reserves at least that capacity

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

alexcrichton has enabled auto merge for PR #12508.

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

alexcrichton added PR #12508 Use fallible collection helpers in TypeRegistry to the merge queue

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

alexcrichton merged PR #12508.

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

alexcrichton removed PR #12508 Use fallible collection helpers in TypeRegistry from the merge queue


Last updated: Feb 24 2026 at 04:36 UTC