WebAssembly / WebAssembly/WASI

`proposals/http/wit/deps.toml` should list random

Open Beginner friendly
#937 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.