Stream: git-wasmtime

Topic: wasmtime / PR #13827 Push batched decommit into `sys` module


view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:19):

alexcrichton opened PR #13827 from alexcrichton:refactor-sys to bytecodealliance:main:

This commit moves the iovec definition as well as the interface to batch decommit a list of iovec entries into the sys module outside of the decommit_queue.rs module. This is intended to assist in encapsulating platform-specific definitions as appropriate within their sys module equivalents.

<!--
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 06 2026 at 19:19):

alexcrichton requested fitzgen for a review on PR #13827.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:19):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:54):

:thumbs_up: fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 19:54):

:speech_balloon: fitzgen created PR review comment:

cast et al instead of as?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:22):

:memo: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:22):

:speech_balloon: alexcrichton created PR review comment:

Unfortunately <*const T>::cast<U> requires U: Sized, so I don't think we can use standard library helpers to remove as here :(

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:22):

alexcrichton added PR #13827 Push batched decommit into sys module to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 20:41):

github-merge-queue[bot] removed PR #13827 Push batched decommit into sys module from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:03):

alexcrichton updated PR #13827.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:03):

alexcrichton updated PR #13827.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:03):

alexcrichton has enabled auto merge for PR #13827.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:15):

alexcrichton added PR #13827 Push batched decommit into sys module to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:39):

:check: alexcrichton merged PR #13827.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 22:39):

alexcrichton removed PR #13827 Push batched decommit into sys module from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC