Create new section on how to use HTTP in components#336
Merged
kate-goldenring merged 1 commit intobytecodealliance:mainfrom Apr 16, 2026
Merged
Create new section on how to use HTTP in components#336kate-goldenring merged 1 commit intobytecodealliance:mainfrom
kate-goldenring merged 1 commit intobytecodealliance:mainfrom
Conversation
kate-goldenring
approved these changes
Apr 15, 2026
Collaborator
kate-goldenring
left a comment
There was a problem hiding this comment.
LGTM! Ran through it all in just a minute. Thank you for adding this! One small nit suggestion
847bacd to
42ca2d2
Compare
kate-goldenring
approved these changes
Apr 16, 2026
Collaborator
kate-goldenring
left a comment
There was a problem hiding this comment.
One small reword and then i think we are good to go
Collaborator
|
closes #182 |
Closed
vados-cosmonic
approved these changes
Apr 16, 2026
Collaborator
vados-cosmonic
left a comment
There was a problem hiding this comment.
LGTM 🚀
I left a few nits -- please feel free to rewrite/reword things as you'd like. I've also tried to add more links to things that readers may not be immediately familiar with (for example if they just landed directly on this page).
67feeb3 to
15cd947
Compare
Includes a Rust guide on creating an HTTP Wasm component with wstd.
15cd947 to
bf84603
Compare
Contributor
Author
|
Thank you both, your feedback was very instructive. All suggestions have been integrated. |
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.
Create a new section in
Creating Componentsthat focuses on using HTTP in components.It includes a Rust guide on how to create a basic
Hello, world!HTTP component usingwstd.#182