WebAssembly / WebAssembly/WASI
Rights that are forbidden in directory
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 333
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
According to this test, we shouldn't set the right bits of fd_seek on a directory despite the caller set it explicitly.
I'm wondering whether there's any document state out this behavior, and maybe a list of functions that can't apply on directory.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tests/rust/src/bin/directory_seek.rs and review the existing WASI documentation for fd_seek and directory rights. Determine which behavior is already specified and whether related directory-inapplicable functions are listed. Done means the directory restriction and any supported function list are documented clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation, operating-systems
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100