WebAssembly / WebAssembly/WASI
`proposals/http/wit/deps.toml` should list random
Open
Beginner friendly
Nobody has claimed this yet.
P-http
- Dominant language
- Rust
- Stars
- 5.8k
- Forks
- 333
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
see service world:
@since(version = 0.3.0)
world service {
/// HTTP services have access to time and randomness.
include wasi:clocks/imports@0.3.0;
include wasi:random/imports@0.3.0;
...
}
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
Compare proposals/http/wit/deps.toml with the service world in proposals/http/wit/worlds.wit, focusing on the listed imports. Update the dependency list so the service world's wasi:random/imports@0.3.0 dependency is represented, then verify the file remains consistent with the referenced world definition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100