Stream: git-wasmtime

Topic: wasmtime / PR #12797 cm-async: Fix cancelling a completed...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 03:54):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 03:54):

alexcrichton opened PR #12797 from alexcrichton:fix-host-task-cancel-again to bytecodealliance:main:

Incorrect behavior on Wasmtime's part led to erroneously raising a trap in the guest about the terminal status of a task being delivered already. This commit refactors some internals to ensure that cancelling a completed host task is not a failure, it instead just returns that the host task is indeed completed.

<!--
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 (Mar 18 2026 at 03:54):

alexcrichton requested cfallin for a review on PR #12797.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 03:55):

alexcrichton unassigned cfallin from PR #12797 cm-async: Fix cancelling a completed host task.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 03:55):

alexcrichton requested dicej for a review on PR #12797.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 13:11):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 13:44):

alexcrichton added PR #12797 cm-async: Fix cancelling a completed host task to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 14:07):

alexcrichton merged PR #12797.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2026 at 14:07):

alexcrichton removed PR #12797 cm-async: Fix cancelling a completed host task from the merge queue.


Last updated: Mar 23 2026 at 16:19 UTC