Stream: git-wasmtime

Topic: wasmtime / PR #14068 Print fixed-length lists with WAVE


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

subotac opened PR #14068 from subotac:fix/fixed-length-list-wave-printing to bytecodealliance:main:

Fixes #13984.

wasm-wave treats fixed-length lists as list-like values when formatting, but Wasmtime's WasmValue::unwrap_list only accepted Val::List. This caused the CLI to panic while printing a fixed-length-list result.

Allow the list unwrapper to iterate over Val::FixedLengthList and 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

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

subotac requested dicej for a review on PR #14068.

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

subotac requested wasmtime-core-reviewers for a review on PR #14068.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2026 at 05:53):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2026 at 13:28):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2026 at 13:28):

alexcrichton added PR #14068 Print fixed-length lists with WAVE to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2026 at 13:54):

:check: alexcrichton merged PR #14068.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2026 at 13:54):

alexcrichton removed PR #14068 Print fixed-length lists with WAVE from the merge queue.


Last updated: Aug 30 2026 at 09:07 UTC