Stream: git-wasmtime

Topic: wasmtime / PR #13510 Add async call stacks to the public ...


view this post on Zulip Wasmtime GitHub notifications bot (May 29 2026 at 19:48):

alexcrichton opened PR #13510 from alexcrichton:wasi-http-changes to bytecodealliance:main:

This PR is intended to be the Wasmtime-specific resolution of WebAssembly/WASI#918, WebAssembly/WASI#919, and WebAssembly/WASI#920. Two commits are included here, both of which have more details as to what they're doing. At a high level though the first commit is providing the primitives in the wasmtime crate's API to reflect on the async call stack as defined by the component model. The second commit then refactors our wasmtime serve handling to thread this through and provide the host with a strong guarantee of "this request is being served on this store with this task", which is intended to then enable the store to do whatever it likes in terms of handling.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2026 at 19:48):

alexcrichton requested dicej for a review on PR #13510.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2026 at 19:48):

alexcrichton requested wasmtime-wasi-reviewers for a review on PR #13510.

view this post on Zulip Wasmtime GitHub notifications bot (May 29 2026 at 19:48):

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

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

alexcrichton updated PR #13510.


Last updated: Jun 01 2026 at 09:49 UTC