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
michi uses the net/http feature of Go 1.22 internally, so once this package is Go 1.22 compliant and included in TinyGo, i can use TinyGo to build Wasm binaries that work with Cloudflare Workers.
Thank you for your wonderful work on TinyGo.
The text was updated successfully, but these errors were encountered:
There are two options to bring in that support from 1.22.
First option is to update net/http in this repo to bring in the 1.22 updates. The net/http in this repo is a stripped down version of upstream net/http, last update was to 1.21.4.
The second option is to wait until the full upstream net/http package is working with TinyGo, unmodified. I started work on option 2 in tinygo-org/tinygo#4187.
Summary
I want to build a program with TinyGo that uses the enhanced routing features in Go 1.22.
Background
Thank you for your wonderful work on TinyGo.
The text was updated successfully, but these errors were encountered: