now that we have added support for wasip2 to tinygo, i am wondering if we can add support for that in net/http package. The generated bindings are little raw for endusers, and most folks end up developing a little more ergonomic sdk on top of it.
right now whenever I have to develop a new wasip2 component that makes use of net/http for outgoing request, I end up having to copy/paste that code (or import) the client I wrote on top of wasip2 bindings
what would be nice is to add those to this repo with conditional build tag of wasip2. do you think adding such code will be something folks would be willing to accept to this repo?
many thanks for considering
Rajat Jindal
now that we have added support for wasip2 to tinygo, i am wondering if we can add support for that in net/http package. The generated bindings are little raw for endusers, and most folks end up developing a little more ergonomic sdk on top of it.
right now whenever I have to develop a new wasip2 component that makes use of net/http for outgoing request, I end up having to copy/paste that code (or import) the client I wrote on top of wasip2 bindings
what would be nice is to add those to this repo with conditional build tag of
wasip2. do you think adding such code will be something folks would be willing to accept to this repo?many thanks for considering
Rajat Jindal