docs: document the Component Model async runtime (README, llms.txt, TODOS)#5
Merged
Merged
Conversation
…ODOS) The async ABI merged (31/31 official Component Model async .wast conformance), but the user-facing docs still framed async as "the next target". - README: new "Async — the Component Model async ABI (WASI 0.3)" section (callback + stackful lift, streams/futures, task lifecycle, thread.* fiber runtime, 31/31 conformance + trace-oracle); drop the three "async is next" claims (now: full WASI 0.3 host-interface surface is next). - llms.txt: the summary/intro/source pointers omitted the Component Model, WASI 0.2, and async entirely — add them + a `component`-package source link. - TODOS.md: move the "WASI 0.3 / async follow-on" item to DONE, keeping the remaining 0.3 host-interface-surface follow-on.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The async ABI merged in #3 (all 31 official Component Model async
.wastconformance suites pass), but the user-facing docs still framed async as "the next target". This updates them.thread.*fiber runtime, and 31/31 conformance + the differential trace-oracle. Drops the three stale "async is next" claims (now framed as: the full WASI 0.3 host-interface surface is next).component-package source link.Docs-only; no code changes.