-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The Go team has recently released Go 1.21, which has native support for compiling to WASI. Updating the documentation for developing in Go, including more detailed general documentation, especially for Go's newly added support for WASI, would very much benefit devs new to WasmEdge.
This is especially so if the developer requires functionality not provided by the TinyGo standard library, e.g., HTTP.
Describe the solution you'd like.
The solution is, of course, to create a more detailed section on Go development. I will start working on a PR for this soon. I will add an introduction describing the differences between TinyGo and native Go WASI support, using networking via stealthrocket/net and importing host functions in Go 1.21.
Describe alternatives you've considered
No response
Additional context.
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request