Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add outgoing-value.finish #24

Merged

Conversation

rvolosatovs
Copy link
Contributor

Without an explicit outgoing-value.finish, the host may not know when the data stream has finished and when to stop writing.

Additionally, this allows for errors to be communicated to the guest, which may have happened asynchronously

Without an explicit `outgoing-value.finish`, the host may not know when
the data stream has finished and when to stop writing.

Additionally, this allows for errors to be communicated to the guest,
which may have happened asynchronously

Signed-off-by: Roman Volosatovs <[email protected]>
@rvolosatovs rvolosatovs force-pushed the fix/outgoing-value-finish branch from ba8b549 to 18f1288 Compare August 16, 2024 13:06
Copy link
Collaborator

@thomastaylor312 thomastaylor312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@thomastaylor312 thomastaylor312 merged commit d9f62e6 into WebAssembly:main Aug 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants