WebAssembly / WebAssembly/wasi-keyvalue
No config parameters on open
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 54
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
When a bucket is open the API should allow for configuration parameters, like size of the cache or ttl, etc.
open: func(identifier: string, config: option<list<tuple<string, string>>>) -> result<bucket, error>;
Contributor guide
No contributing guide indexed for this repository
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 at the open API entry point and review how bucket configuration is currently represented. Compare the requested optional list of string pairs with existing API conventions, then identify the tests needed for parameters such as cache size and TTL. The work is done when the API behavior and accepted configuration parameters are defined and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100