docs: add OCI Registry example and awesome-wasmcloud to Templates & Examples - #1237
Open
ericgregory wants to merge 1 commit into
Open
docs: add OCI Registry example and awesome-wasmcloud to Templates & Examples#1237ericgregory wants to merge 1 commit into
ericgregory wants to merge 1 commit into
Conversation
…xamples - New OCI Registry entry in the Rust examples: a single-component WASI P3 OCI Distribution Spec registry over async wasi:http/handler@0.3.0 and wasmcloud:blobstore, with optional Basic auth consuming wasmcloud:secrets served by a host component plugin. Carries a build- requirements note: the example needs the in-progress async-backends line of wash (behind wasm_component_model_implements), not a released 2.x — the Examples intro's blanket "wash dev just works" claim is softened accordingly. - Both HTTP API with Distributed Workloads entries note the 2.6.0 consumer-group default for replicas (one replica per message; `broadcast` to fan out). - New "Community projects: awesome-wasmcloud" section covering the community repo's categories, hosted-vs-linked model, the wasi-ai-app first entry, the contributing guide, and the inclusion-is-not- endorsement caveat. The host-component-plugin link in the new entry points at the plugins page without an anchor so this change is merge-independent of the terminology-rename PR (wasmCloud#1235), which changes that anchor. Signed-off-by: Eric Gregory <eric@cosmonic.com>
✅ Deploy Preview for dreamy-golick-5f201e ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ericgregory
marked this pull request as ready for review
August 3, 2026 16:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the new OCI Registry example (WASI P3, async blobstore, secrets-backed auth via a host component plugin) to the Templates & Examples page, notes the 2.6.0 consumer-group default on the distributed-workloads entries, and introduces the community awesome-wasmcloud repo.