Skip to content

chore: clean up example component repos #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ericgregory
Copy link
Contributor

Related to wasmCloud/wasmcloud.com#947, this PR updates compatibility warnings on component examples to reflect the current state of wasm-tools compatibility for each:

  • http-client is fine with latest wasm-tools ✅
  • http-password-checker is fine with latest wasm-tools ✅
  • http-server is fine with latest wasm-tools ✅
  • wasitel-http is fine with latest wasm-tools ✅
  • http-keyvalue-crud requires wasm-tools v1.225.0 ❌
  • invoke component requires wasm-tools v1.225.0 ❌
  • sqldb-postgres requires wasm-tools v1.225.0 ❌

This PR removes the admonitions from the examples that work with the latest wasm-tools, but adds a note in the troubleshooting section at the bottom. It also adds a minimal readme for wasitel-http in order to include the troubleshooting note.

While we're updating, this PR also applies the best practice of excluding generated bindings from Git repos consistently across the examples, removing the ones that were present and updating gitignores accordingly.

Signed-off-by: Eric Gregory <eric@cosmonic.com>
Signed-off-by: Eric Gregory <eric@cosmonic.com>
@ericgregory ericgregory requested a review from a team as a code owner July 16, 2025 13:33
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.

1 participant