feat: add extism go-sdk (#5143)

This commit is contained in:
Steve Manuel 2024-06-05 07:59:58 -06:00 committed by GitHub
parent 3f1a0678f9
commit 5b94e4df26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3041,6 +3041,7 @@ _Full stack web frameworks._
## WebAssembly
- [dom](https://github.com/dennwc/dom) - DOM library.
- [Extism Go SDK](https://github.com/extism/go-sdk) - Universal, cross-language WebAssembly framework for building plug-in systems and polyglot apps.
- [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.