Skip to content

Defer isatty in the adapter til needed#7544

Merged
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:defer-tty
Nov 15, 2023
Merged

Defer isatty in the adapter til needed#7544
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:defer-tty

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This commit slims down the default WASI interfaces needed by the adapter by deferring the need to infer whether a stdio stream is a tty until it's requested.

This commit slims down the default WASI interfaces needed by the adapter
by deferring the need to infer whether a stdio stream is a tty until
it's requested.
@alexcrichton alexcrichton requested a review from a team as a code owner November 15, 2023 17:50
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team November 15, 2023 17:50
@alexcrichton alexcrichton added this pull request to the merge queue Nov 15, 2023
Merged via the queue into bytecodealliance:main with commit e74b5c9 Nov 15, 2023
@alexcrichton alexcrichton deleted the defer-tty branch November 15, 2023 18:33
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