spinframework / spinframework/spin
Config: support `file:` component source
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.5k
- Forks
- 310
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 24
Description
Add support for the file: scheme for resolving a component source.
Ref https://github.com/fermyon/spin/pull/610, particularly: https://github.com/fermyon/spin/blob/3176ac962dd6c840f3976cfed5aeb806481a95b2/docs/content/sips/XXX-wasm-url.md#url-format-for-wasm-file-protocol
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 by reading the component configuration documentation and the referenced SIP section on the Wasm file protocol, then inspect the implementation associated with PR 610. Trace how component sources are resolved and verify that a file: source resolves correctly, with tests covering the new scheme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100