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
fitzgen requested alexcrichton for a review on PR #12672.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #12672.
fitzgen requested wasmtime-core-reviewers for a review on PR #12672.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Since this is pretty gnarly, could
#[serde(deserialize_with)]be used instead on theparams_resultsfield? That would delegate to a custom function that would deserialize into a fallibleVecwhich would then fallibly be converted toBox<[T]>.
fitzgen updated PR #12672.
fitzgen submitted PR review.
fitzgen created PR review comment:
Oh nice, I didn't know that was there
fitzgen updated PR #12672.
alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #12672.
alexcrichton added PR #12672 Handle OOM in wasmtime_environ::types::WasmFuncType's serde support to the merge queue.
alexcrichton merged PR #12672.
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