extism / go-sdk

Extism Go SDK - easily run WebAssembly modules in your Go applications
https://pkg.go.dev/github.com/extism/go-sdk
BSD 3-Clause "New" or "Revised" License
85 stars 10 forks source link

ADD logTrace support in go sdk #72

Closed hilaryRope closed 1 month ago

hilaryRope commented 3 months ago

After having removed the unexposed LogTrace from go-pdk as per this https://github.com/extism/go-pdk/issues/37, next step is to enable its usage in the Go SDK (another issue has been raised for supporting on the Rust runtime side of things and we will make sure that the same will be done incrementally across SDKs and PDKs).

In relation to go SDK, we need to add the support for logTrace in host.go here

hilaryRope commented 3 months ago

Working on this! Thanks

zshipko commented 1 month ago

It looks like trace logging was included in https://github.com/extism/go-sdk/pull/74