Stream: git-wasmtime

Topic: wasmtime / PR #12668 Remove `#[derive(Clone)]` from our O...


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

fitzgen opened PR #12668 from fitzgen:oom-handling-vec-should-not-be-clone to bytecodealliance:main:

If the Vec<T> is non-empty, then cloning will allocate, so we should only implement TryClone, not Clone.

<!--
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 25 2026 at 18:23):

fitzgen requested dicej for a review on PR #12668.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2026 at 18:24):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2026 at 18:25):

alexcrichton has enabled auto merge for PR #12668.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2026 at 18:36):

alexcrichton added PR #12668 Remove #[derive(Clone)] from our OOM-handling Vec<T> to the merge queue

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

github-merge-queue[bot] removed PR #12668 Remove #[derive(Clone)] from our OOM-handling Vec<T> from the merge queue

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

alexcrichton added PR #12668 Remove #[derive(Clone)] from our OOM-handling Vec<T> to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2026 at 19:47):

alexcrichton merged PR #12668.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2026 at 19:47):

alexcrichton removed PR #12668 Remove #[derive(Clone)] from our OOM-handling Vec<T> from the merge queue


Last updated: Mar 23 2026 at 16:19 UTC