docs: Fix quickstart HTTP handler version#1203
Merged
Merged
Conversation
✅ Deploy Preview for dreamy-golick-5f201e ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
4480f2b to
7365fbf
Compare
Signed-off-by: Jonas Trappenberg <jonas@trappenberg.ch>
7365fbf to
a7315d2
Compare
teeberg
commented
Jun 19, 2026
ericgregory
approved these changes
Jun 19, 2026
Contributor
|
Thanks @teeberg! I'm going to follow on this to update the templates and try to make this a little less brittle. |
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.
Two fixes to the docs that took me way longer to figure out than I would have liked them to.
Involved docs:
The quickstart builds off of wasmCloud/templates/http-hello-world which exports
wasi:http/incoming-handler@0.2.2in itsworld.witUnder Add persistent storage, the diff currently indicates a previous version of
0.2.6, so the versions have already diverged.But neither version works.
Following the error message, it seems like it needs 0.2.9. I don't fully understand where that version comes from, but that version works. :)
The example was also missing a
wash wit fetchcommand to fetch the newly defined interface types, or else it fails with the error message I copied into a comment.