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

[17.0.0] Close intermediate streams for reads/writes #7819

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

alexcrichton
Copy link
Member

This is a backport of #7816 to the soon-to-be-released 17.0.0 branch.

Previously temporary streams created as part of the preview1 adapter in
the wasmtime-wasi crate were left open which meant that they continued
to occupy space in the resource table and the underlying file
accidentally wasn't ever actually closed.

cc bytecodealliance#7813
@alexcrichton alexcrichton requested a review from a team as a code owner January 25, 2024 00:15
@alexcrichton alexcrichton requested review from pchickey and removed request for a team January 25, 2024 00:15
@alexcrichton alexcrichton changed the title [17.0.0] Close intermediate streams for reads/writes (#7816) [17.0.0] Close intermediate streams for reads/writes Jan 25, 2024
@alexcrichton alexcrichton merged commit b239c50 into bytecodealliance:release-17.0.0 Jan 25, 2024
40 checks passed
@alexcrichton alexcrichton deleted the backport branch January 25, 2024 01:07
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