extism / go-pdk

Extism Plug-in Development Kit (PDK) for Go
https://pkg.go.dev/github.com/extism/go-pdk
BSD 3-Clause "New" or "Revised" License
60 stars 11 forks source link

Prep for TinyGo's v0.28 encoding/json Support #9

Closed syke99 closed 1 year ago

syke99 commented 1 year ago

This PR removes the fastjson dependency in favor of using the stdlib's encoding/json package as it will be fully supported by TinyGo's v0.28 release

nilslice commented 1 year ago

thanks @syke99! we just updated our CI for this repo to use the latest tinygo, so we'll take a look at this and get back to you asap.

wikiwong commented 1 year ago

Great update, thanks @syke99 !