Stream: git-wasmtime

Topic: wasmtime / PR #14206 implement `{future,stream}.forward`


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

rvolosatovs opened PR #14206 from rvolosatovs:stream-future-forward to bytecodealliance:main:

implement {future,stream}.forward as defined in https://github.com/WebAssembly/component-model/pull/709

I have run the test suite from CM PR against this implementation, but I did not update the submodule, since there are a few test cases in the spec repo main, which Wasmtime currently fails.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2026 at 18:08):

rvolosatovs updated PR #14206.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2026 at 18:22):

rvolosatovs edited PR #14206:

implement {future,stream}.forward as defined in https://github.com/WebAssembly/component-model/pull/709

I have run the test suite from CM PR against this implementation, but I did not update the submodule, since there are a few test cases in the spec repo main, which Wasmtime currently fails.

The test cases are entirely LLM-generated, mostly based on the Python host tests in the spec (which are also LLM-generated)

The implementation is LLM-generated, but based on a rough sketch I wrote by hand.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 25 2026 at 19:51):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:43):

fitzgen added the label wasm-proposal:component-model-async on PR #14206.


Last updated: Aug 30 2026 at 09:07 UTC