Stream: git-wasmtime

Topic: wasmtime / PR #13375 Use TryBTreeMap for Module passive e...


view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 00:32):

fitzgen opened PR #13375 from fitzgen:try-btree-map-for-passive-segments to bytecodealliance:main:

Add Serialize, Deserialize, and Debug impls to TryBTreeMap, then switch Module's passive_elements_map and passive_data_map from std BTreeMap to TryBTreeMap so their insertions during module translation can propagate OOM instead of aborting.

<!--
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 (May 15 2026 at 00:32):

fitzgen requested dicej for a review on PR #13375.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 00:32):

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

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

:thumbs_up: alexcrichton submitted PR review.

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

alexcrichton added PR #13375 Use TryBTreeMap for Module passive element and data maps to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 01:12):

:check: alexcrichton merged PR #13375.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 01:12):

alexcrichton removed PR #13375 Use TryBTreeMap for Module passive element and data maps from the merge queue.


Last updated: Jun 01 2026 at 09:49 UTC