Closed radu-matei closed 2 years ago
It would be really great if TinyGo modules could make outbound HTTP requests.
This is implemented in Spin using bindings to WIT interfaces, which is going to be the way forward for WebAssembly components.
https://github.com/fermyon/spin/blob/151d126ad02b8b346005edd2815751b9ddcc2908/sdk/go/http/http.go#L24-L43
It would be really great if TinyGo modules could make outbound HTTP requests.