subotac opened PR #14068 from subotac:fix/fixed-length-list-wave-printing to bytecodealliance:main:
Fixes #13984.
wasm-wavetreats fixed-length lists as list-like values when formatting, but Wasmtime'sWasmValue::unwrap_listonly acceptedVal::List. This caused the CLI to panic while printing a fixed-length-list result.Allow the list unwrapper to iterate over
Val::FixedLengthListand add a regression using the reported component that verifies the[7]output.Tests:
-
cargo test --test all component_model::fixed_length_list::
-cargo test --test all
subotac requested dicej for a review on PR #14068.
subotac requested wasmtime-core-reviewers for a review on PR #14068.
github-actions[bot] added the label wasmtime:api on PR #14068.
:thumbs_up: alexcrichton submitted PR review.
alexcrichton added PR #14068 Print fixed-length lists with WAVE to the merge queue.
:check: alexcrichton merged PR #14068.
alexcrichton removed PR #14068 Print fixed-length lists with WAVE from the merge queue.
Last updated: Aug 30 2026 at 09:07 UTC