Stream: git-wasmtime

Topic: wasmtime / PR #13139 Don't create a pool of GC heaps if i...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2026 at 15:35):

alexcrichton opened PR #13139 from alexcrichton:fix-tunables-check to bytecodealliance:main:

A fuzz test case is failing right now on main where the validation in Config only checks tunables if a collector is enabled, but the GC pool creation unconditionally check the tunables. This also felt a bit odd creating a GC heap pool when the GC itself is disabled, so the code is refactored to avoid creating a GC heap pool at all when a collector is disabled.

<!--
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 (Apr 19 2026 at 15:35):

alexcrichton requested fitzgen for a review on PR #13139.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2026 at 15:35):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 19 2026 at 19:02):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2026 at 12:17):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2026 at 12:17):

fitzgen added PR #13139 Don't create a pool of GC heaps if it's disabled to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2026 at 12:42):

fitzgen merged PR #13139.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2026 at 12:42):

fitzgen removed PR #13139 Don't create a pool of GC heaps if it's disabled from the merge queue.


Last updated: May 03 2026 at 22:13 UTC