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

Remove special casing of stdin, stdout, and stderr in WASI FS #897

Merged
merged 2 commits into from
Oct 23, 2019

Conversation

MarkMcCaskey
Copy link
Contributor

@MarkMcCaskey MarkMcCaskey commented Oct 22, 2019

Description

Properly fixes closing stdin, stdout, stderr. Cleans up this part of the code while it's at it.

This PR introduces breaking changes to the pubic WASI API

Review

  • Add a short description of the the change to the CHANGELOG.md file

@MarkMcCaskey MarkMcCaskey added the 📦 lib-wasi About wasmer-wasi label Oct 22, 2019
@MarkMcCaskey
Copy link
Contributor Author

bors try

bors bot added a commit that referenced this pull request Oct 22, 2019
@MarkMcCaskey
Copy link
Contributor Author

bors try-

@MarkMcCaskey MarkMcCaskey force-pushed the fix/wasi-stdin-stdout-stderr-are-in-fd-map branch from 7b2ce01 to 3a87edc Compare October 22, 2019 23:40
@MarkMcCaskey
Copy link
Contributor Author

bors try

bors bot added a commit that referenced this pull request Oct 22, 2019
@MarkMcCaskey
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Oct 23, 2019
897: Remove special casing of stdin, stdout, and stderr in WASI FS r=MarkMcCaskey a=MarkMcCaskey


# Description
Properly fixes closing stdin, stdout, stderr.  Cleans up this part of the code while it's at it.

This PR introduces breaking changes to the pubic WASI API

# Review

- [x] Add a short description of the the change to the CHANGELOG.md file


Co-authored-by: Mark McCaskey <mark@wasmer.io>
@bors
Copy link
Contributor

bors bot commented Oct 23, 2019

try

Build succeeded

  • wasmerio.wasmer

@bors
Copy link
Contributor

bors bot commented Oct 23, 2019

Build succeeded

  • wasmerio.wasmer

@bors bors bot merged commit 5353af7 into master Oct 23, 2019
@bors bors bot deleted the fix/wasi-stdin-stdout-stderr-are-in-fd-map branch October 23, 2019 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 lib-wasi About wasmer-wasi
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants