Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dice <[email protected]>
  • Loading branch information
lukewagner and dicej committed Jan 17, 2025
1 parent 53ee310 commit f0dab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/mvp/Explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ variant-case payloads and function results, when `T` is absent, the "value(s)"
being asynchronously passed can be thought of as [unit] values. In such cases,
there is no representation of the value in Core WebAssembly (pointers into
linear memory are ignored) however the *timing* of completed reads and writes
is observable and meaningful. Thus, empty futures and streams can be useful for
and the number of elements they contain are observable and meaningful. Thus, empty futures and streams can be useful for
timing-related APIs.

Currently, validation rejects `(stream T)` and `(future T)` when `T`
Expand Down

0 comments on commit f0dab1b

Please sign in to comment.