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
wasmtimecrate's API to reflect on the async call stack as defined by the component model. The second commit then refactors ourwasmtime servehandling 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.
alexcrichton requested dicej for a review on PR #13510.
alexcrichton requested wasmtime-wasi-reviewers for a review on PR #13510.
alexcrichton requested wasmtime-core-reviewers for a review on PR #13510.
alexcrichton updated PR #13510.
Last updated: Jun 01 2026 at 09:49 UTC