Skip to content

README: Add missing examples fetch-rs and time-server-js to documentation#60

Merged
Mossaka merged 2 commits intomainfrom
copilot/fix-59
Aug 3, 2025
Merged

README: Add missing examples fetch-rs and time-server-js to documentation#60
Mossaka merged 2 commits intomainfrom
copilot/fix-59

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Aug 3, 2025

The README was missing documentation for two examples that exist in the /examples directory. This update adds the missing examples to the examples table to ensure all available examples are properly documented.

Added examples:

  • fetch-rs: HTTP API client for fetching and converting web content (supports JSON to markdown and HTML to markdown conversion)
  • time-server-js: JavaScript-based time server component that returns the current time in ISO format

The examples table is now complete and includes all 6 examples from the /examples directory. The table maintains alphabetical ordering for consistency and provides clear descriptions of each example's functionality.

Before this change, users browsing the README would not know about these two additional examples, potentially missing useful tools for their WebAssembly components.

Fixes #59.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
@Mossaka Mossaka marked this pull request as ready for review August 3, 2025 22:14
Copilot AI changed the title [WIP] README: should include all the examples in /examples README: Add missing examples fetch-rs and time-server-js to documentation Aug 3, 2025
Copilot AI requested a review from Mossaka August 3, 2025 22:15
@Mossaka Mossaka merged commit 089b51c into main Aug 3, 2025
4 checks passed
@Mossaka Mossaka deleted the copilot/fix-59 branch August 3, 2025 22:20
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.

README: should include all the examples in /examples

2 participants