Stream: git-wasmtime

Topic: wasmtime / PR #12672 Handle OOM in `wasmtime_environ::typ...


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

fitzgen opened PR #12672 from fitzgen:handle-oom-in-wasm-func-type-serde-support to bytecodealliance:main:

Depends on https://github.com/bytecodealliance/wasmtime/pull/12670

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

fitzgen requested alexcrichton for a review on PR #12672.

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

fitzgen requested wasmtime-compiler-reviewers for a review on PR #12672.

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

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

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

alexcrichton submitted PR review.

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

alexcrichton created PR review comment:

Since this is pretty gnarly, could #[serde(deserialize_with)] be used instead on the params_results field? That would delegate to a custom function that would deserialize into a fallible Vec which would then fallibly be converted to Box<[T]>.

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

fitzgen updated PR #12672.

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

fitzgen submitted PR review.

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

fitzgen created PR review comment:

Oh nice, I didn't know that was there

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

fitzgen updated PR #12672.

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

alexcrichton submitted PR review.

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

alexcrichton has enabled auto merge for PR #12672.

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

alexcrichton added PR #12672 Handle OOM in wasmtime_environ::types::WasmFuncType's serde support to the merge queue.

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

alexcrichton merged PR #12672.

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

alexcrichton removed PR #12672 Handle OOM in wasmtime_environ::types::WasmFuncType's serde support from the merge queue.


Last updated: Mar 23 2026 at 16:19 UTC