docs: add native Go (Go 1.21) WASI documentation#284
Merged
hydai merged 5 commits intoWasmEdge:mainfrom Jan 21, 2026
Merged
Conversation
Signed-off-by: Aaradhy Chinche <aaradhychinche@gmail.com> git push --force-with-lease
1b4427a to
7130bd4
Compare
Contributor
Author
|
@hydai can you review the pr when you have time ? Thank You !! |
hydai
requested changes
Jan 20, 2026
Signed-off-by: Aaradhy Chinche <aaradhychinche@gmail.com>
Signed-off-by: Aaradhy Chinche <aaradhychinche@gmail.com>
Contributor
Author
|
@hydai Added a complete Hello World example to verify the native Go WASI workflow end-to-end. Added a minimal host function import example with an official Go reference. Fixed documentation links so native Go WASI docs are discoverable from the TinyGo page. Added clarification and an explicit reference for stealthrocket/net, noting it as an external workaround for WASI networking limitations. Thanks for the detailed review please let me know if there’s anything else I should adjust. |
hydai
requested changes
Jan 20, 2026
Signed-off-by: Aaradhy Chinche <aaradhychinche@gmail.com>
hydai
requested changes
Jan 21, 2026
Signed-off-by: Aaradhy Chinche <aaradhychinche@gmail.com>
hydai
approved these changes
Jan 21, 2026
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.
Summary
This PR improves Go development documentation by adding a new section for native Go (Go 1.21+) WASI support.
Changes
Motivation
Go 1.21 introduced native WASI support. The existing documentation focused only on TinyGo and contained outdated information. This PR addresses that gap and helps developers who require functionality not fully available in TinyGo.
Related Issue
Closes #152