Stream: git-wasmtime

Topic: wasmtime / PR #13691 require write-before-drop for future...


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

dicej requested alexcrichton for a review on PR #13691.

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

dicej opened PR #13691 from dicej:futures-must-write2 to bytecodealliance:main:

Previously, we only trapped if the writable end of a future was dropped without having writen a value _and_ the readable end had not yet been dropped, but the spec says we need to trap regardless of whether the readable end has been dropped.

Test case courtesy of Alex.

Fixes #13661

<!--
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 (Jun 18 2026 at 20:06):

dicej requested wasmtime-core-reviewers for a review on PR #13691.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2026 at 21:27):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2026 at 00:59):

:thumbs_up: alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2026 at 00:59):

alexcrichton added PR #13691 require write-before-drop for futures unconditionally to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2026 at 01:23):

:check: alexcrichton merged PR #13691.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2026 at 01:23):

alexcrichton removed PR #13691 require write-before-drop for futures unconditionally from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC