You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: