This commit is contained in:
Quinn Millican 2026-04-08 20:07:08 +00:00 committed by GitHub
commit 426da8f161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3209,6 +3209,7 @@ _Full stack web frameworks._
- [go-canvas](https://github.com/markfarnan/go-canvas) - Library to use HTML5 Canvas, with all drawing within go code.
- [tinygo](https://github.com/tinygo-org/tinygo) - Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.
- [vert](https://github.com/norunners/vert) - Interop between Go and JS values.
- [waggy](https://github.com/syke99/waggy) - Easily write HTTP handlers and routers in Go that can be used in standard HTTP server environments or in WAGI (Web Assembly Gateway Interface) environments.
- [wasmbrowsertest](https://github.com/agnivade/wasmbrowsertest) - Run Go WASM tests in your browser.
- [webapi](https://github.com/gowebapi/webapi) - Bindings for DOM and HTML generated from WebIDL.