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

feat: memory file system #5

Merged
merged 2 commits into from
Feb 27, 2025
Merged

feat: memory file system #5

merged 2 commits into from
Feb 27, 2025

Conversation

andrewmd5
Copy link
Contributor

This upstreams the memory file system I was experimenting with.

@andrewmd5 andrewmd5 marked this pull request as draft February 26, 2025 16:26
@andrewmd5
Copy link
Contributor Author

A few things for review:
1): For backwards compatibility I retained the previous useStdio provider and added checks in the WASI constructor to verify providers don't overlap
2): The general API
3): I still need to write some test

@andrewmd5 andrewmd5 marked this pull request as ready for review February 26, 2025 16:29
Copy link
Member

@kateinoigakukun kateinoigakukun left a comment

Choose a reason for hiding this comment

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

Would you mind keeping the existing indent style as much as possible? It would make it easier to review:)

@andrewmd5
Copy link
Contributor Author

andrewmd5 commented Feb 27, 2025 via email

Copy link
Member

@kateinoigakukun kateinoigakukun left a comment

Choose a reason for hiding this comment

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

Seems good to me. Thank you for upstreaming!

@kateinoigakukun
Copy link
Member

I'll make some follow-up for testing later but let's merge this now

@kateinoigakukun kateinoigakukun merged commit 6392c62 into swiftwasm:main Feb 27, 2025
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