Stream: git-wasmtime

Topic: wasmtime / PR #11169 Move the object size out of the rese...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 00:43):

fitzgen opened PR #11169 from fitzgen:move-object-size-out-of-reserved-bits to bytecodealliance:main:

We are going to use those bits for other things as we implement https://github.com/bytecodealliance/wasmtime/issues/11162.

This also lets us increase the largest supported GC allocation to a full u32::MAX bytes.

<!--
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 (Jul 01 2025 at 00:43):

fitzgen requested alexcrichton for a review on PR #11169.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 00:43):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #11169.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 00:43):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 00:55):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 00:55):

alexcrichton created PR review comment:

Is it worth adapting this test to the new limit of 32-bits?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 01:03):

fitzgen created PR review comment:

tests/misc_testsuite/gc/array-alloc-too-large.wast already tests the 32-bit limit, so I think we are good.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 01:03):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 01:08):

fitzgen updated PR #11169.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 01:09):

fitzgen has enabled auto merge for PR #11169.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 01 2025 at 01:46):

fitzgen merged PR #11169.


Last updated: Dec 06 2025 at 06:05 UTC