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

How can I got notified when method like link and symlink are called within WasiFs? #3232

Closed
Yesterday17 opened this issue Oct 15, 2022 · 3 comments · May be fixed by #4062
Closed

How can I got notified when method like link and symlink are called within WasiFs? #3232

Yesterday17 opened this issue Oct 15, 2022 · 3 comments · May be fixed by #4062
Labels
⚙️ feature request 🥇 good first issue Good for newcomers priority-medium Medium priority issue ❓ question I've a question! 🏚 stale Inactive issues or PR

Comments

@Yesterday17
Copy link

Summary

I'm building a WASI-compatible system with a full virtual filesystem, hoping to redirect all fs-related operations to it. But I found some methods(like link and symlink) are handled by WasiFs directly, and not exposed to FileSystem trait.

@Yesterday17 Yesterday17 added the ❓ question I've a question! label Oct 15, 2022
@Michael-F-Bryan
Copy link
Contributor

After reviewing with @syrusakbary, we think there should be some sort of symlink() method added to wasmer_vfs::FileSystem for creating a symlink. For hard links, it might be easiest to set them up manually when constructing your FileSystem implementation.

@stale
Copy link

stale bot commented Oct 19, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the 🏚 stale Inactive issues or PR label Oct 19, 2023
Copy link

stale bot commented Nov 18, 2023

Feel free to reopen the issue if it has been closed by mistake.

@stale stale bot closed this as completed Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ feature request 🥇 good first issue Good for newcomers priority-medium Medium priority issue ❓ question I've a question! 🏚 stale Inactive issues or PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants