-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
wasm-proposal:component-model-asyncIssues related to the WebAssembly Component Model async proposalIssues related to the WebAssembly Component Model async proposal
Description
This is an implementation TODO that still needs to be resolved for full component-model async support:
- future/stream reads currently require
async
- future/stream writes currently require
async
- cancelling future/stream writes ignores
async
- cancelling future/stream reads ignores
async
Subtask cancellation, however, does handle it.
@lukewagner would you be up for writing some *.wast
spec tests for these behaviors in parallel? I'm also not sure if there's tests for async
in lift/lower options yet as well (e.g. mixing/matching async lifts/lowers) which would also be good to test.
Metadata
Metadata
Assignees
Labels
wasm-proposal:component-model-asyncIssues related to the WebAssembly Component Model async proposalIssues related to the WebAssembly Component Model async proposal
Type
Projects
Status
Done