Skip to content

docs: Fix quickstart HTTP handler version#1203

Merged
ericgregory merged 1 commit into
wasmCloud:mainfrom
teeberg:docs/fix-quickstart-rust
Jun 19, 2026
Merged

docs: Fix quickstart HTTP handler version#1203
ericgregory merged 1 commit into
wasmCloud:mainfrom
teeberg:docs/fix-quickstart-rust

Conversation

@teeberg

@teeberg teeberg commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

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.2 in its world.wit

Under 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 fetch command to fetch the newly defined interface types, or else it fails with the error message I copied into a comment.

@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for dreamy-golick-5f201e ready!

Name Link
🔨 Latest commit a7315d2
🔍 Latest deploy log https://app.netlify.com/projects/dreamy-golick-5f201e/deploys/6a35506a132c680008ab72ad
😎 Deploy Preview https://deploy-preview-1203--dreamy-golick-5f201e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Jonas Trappenberg <jonas@trappenberg.ch>
@teeberg teeberg force-pushed the docs/fix-quickstart-rust branch from 7365fbf to a7315d2 Compare June 19, 2026 14:21
@teeberg teeberg marked this pull request as ready for review June 19, 2026 14:21
@teeberg teeberg requested a review from a team as a code owner June 19, 2026 14:21
Comment thread docs/quickstart/develop-a-webassembly-component.mdx
Comment thread docs/quickstart/develop-a-webassembly-component.mdx
@ericgregory

Copy link
Copy Markdown
Contributor

Thanks @teeberg! I'm going to follow on this to update the templates and try to make this a little less brittle.

@ericgregory ericgregory merged commit e1b9377 into wasmCloud:main Jun 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants