docs: add template links for WASI HTTP (#293) - #371
Open
Rohan170603 wants to merge 1 commit into
Open
Conversation
Rohan170603
requested review from
ericgregory,
itowlson,
kate-goldenring,
mkatychev and
vados-cosmonic
as code owners
August 19, 2026 11:34
vados-cosmonic
left a comment
Collaborator
There was a problem hiding this comment.
Is this a part of the other PR? Should they be combined?
Contributor
Author
|
@vados-cosmonic These are related but separate issues:
They were created as separate PRs because they address different issues (#332 and #293). I'm happy to combine them if that makes more sense, or keep them separate as they are addressing different aspects. Let me know your preference! |
Collaborator
|
Ah, thanks for clarifying -- that's fine, once the other one merges we can rebase this one and then I'll review it. |
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.
This PR adds links to the WASI HTTP templates in the Useful Links section of the component model documentation.
Changes
useful-links.mdWhy
This helps users discover ready-to-use templates for building WASI HTTP components, making it easier to get started with the component model. The templates provide practical examples that complement the documentation.
Related Issue
Fixes #293