From 5b94e4df2692c9f6942afc3bee299c4e2c7f3633 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Wed, 5 Jun 2024 07:59:58 -0600 Subject: [PATCH] feat: add extism go-sdk (#5143) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52333858..89544aab 100644 --- a/README.md +++ b/README.md @@ -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.