Stream: git-wasmtime

Topic: wasmtime / PR #11482 Remove `StoreOpaque::async_yield_impl`


view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2025 at 22:12):

alexcrichton opened PR #11482 from alexcrichton:refactor-fuel-epoch-awaits to bytecodealliance:main:

Now that we have all this fancy support for natively running async things this commit refactors fuel/epochs to use it. This simplifies the VMStore trait, removes a usage of block_on, and helps keep the async boundary close to the libcall entrypoint rather than further down the stack. This all in turn enables using rustc to check our stack-locals for non-Send values instead of pinky promising that we're doing the right thing everywhere.

<!--
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 (Aug 20 2025 at 22:13):

alexcrichton requested fitzgen for a review on PR #11482.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2025 at 22:13):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2025 at 22:16):

alexcrichton updated PR #11482.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 20 2025 at 23:06):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 21 2025 at 00:38):

alexcrichton updated PR #11482.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 21 2025 at 00:38):

alexcrichton updated PR #11482.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 21 2025 at 00:41):

alexcrichton has enabled auto merge for PR #11482.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 21 2025 at 01:13):

alexcrichton merged PR #11482.


Last updated: Dec 06 2025 at 06:05 UTC