How can I got notified when method like link
and symlink
are called within WasiFs?
#3232
Labels
⚙️ feature request
🥇 good first issue
Good for newcomers
priority-medium
Medium priority issue
❓ question
I've a question!
🏚 stale
Inactive issues or PR
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
andsymlink
) are handled by WasiFs directly, and not exposed toFileSystem
trait.The text was updated successfully, but these errors were encountered: