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

Support for .sock reading / writing #370

Open
FranklinWaller opened this issue Dec 14, 2023 · 1 comment
Open

Support for .sock reading / writing #370

FranklinWaller opened this issue Dec 14, 2023 · 1 comment
Labels

Comments

@FranklinWaller
Copy link

In our application we expose a sdk.sock which listens for messages and handles them. This way applications can chose to integrate if they want to (but still run in a full WASI context).
We could use stdin to response to messages and stdout to listen for messages but this would break applications that already use these 2 buffers for different use cases (Especially CLI applications).
What would be great is having support for .sock files (reading and writing) or allow the filesystem to create more streams to read & write (like stdin and stdout)

Copy link

linear bot commented Dec 14, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants