Stream: git-wasmtime

Topic: wasmtime / PR #12760 Adjust depth calculation of `map<K, ...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 17:02):

alexcrichton opened PR #12760 from alexcrichton:adjust-map-depth to bytecodealliance:main:

Previously it added 2 but this meant that it was out-of-sync with the fuzz test case generator which only accounted for 1 for each level of map. There's no need to have an extra layer for maps, so adjust the depth to add 1 instead of 2 which fixes the fuzz test case in question.

<!--
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 (Mar 11 2026 at 17:02):

alexcrichton requested cfallin for a review on PR #12760.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 17:02):

alexcrichton requested wasmtime-core-reviewers for a review on PR #12760.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 17:02):

alexcrichton added the label fuzz-bug on PR #12760.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 17:03):

alexcrichton commented on PR #12760:

cc @yordis (to make you aware)

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 18:53):

yordis submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2026 at 17:48):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2026 at 17:48):

cfallin added PR #12760 Adjust depth calculation of map<K, V> type to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2026 at 18:13):

cfallin merged PR #12760.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2026 at 18:13):

cfallin removed PR #12760 Adjust depth calculation of map<K, V> type from the merge queue.


Last updated: Mar 23 2026 at 16:19 UTC