spinframework / spinframework/spin
Disable TCP and UDP unless they're actually needed when configuring `WasiCtx`
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.5k
- Forks
- 310
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 24
Description
Per this comment, we should only be enabling those features if they are requested via the manifest.
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 the code that configures WasiCtx and the manifest feature handling, then read the discussion linked from the issue for the intended behavior. Verify that TCP and UDP are enabled only when the manifest requests them, and confirm the existing checks or tests cover both requested and unrequested cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100