Stream: git-wasmtime

Topic: wasmtime / issue #11191 Return whether task was cancelled...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2025 at 17:51):

dicej assigned dicej to issue #11191.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2025 at 17:51):

dicej opened issue #11191:

As of this writing, the implementation of the yield intrinsic in #11127 returns false unconditionally, meaning the guest won't know whether its task was cancelled during the yield call. This was a relatively recent change to the spec which we haven't gotten around to implementing yet, but shouldn't be difficult.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2025 at 17:51):

dicej added the wasm-proposal:component-model-async label to Issue #11191.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2025 at 19:36):

dicej closed issue #11191:

As of this writing, the implementation of the yield intrinsic in #11127 returns false unconditionally, meaning the guest won't know whether its task was cancelled during the yield call. This was a relatively recent change to the spec which we haven't gotten around to implementing yet, but shouldn't be difficult.


Last updated: Dec 06 2025 at 06:05 UTC