polywrap / wrap-cli

Used to create, build, and integrate wraps.
https://polywrap.io
MIT License
169 stars 54 forks source link

Go Wasm bindings are missing an abstract class for Module #1926

Closed krisbitney closed 8 months ago

krisbitney commented 8 months ago

Describe the bug In the Wasm bindings for Go, the module does not implement an interface or abstract class defining the expected methods. Unless Go doesn't have interfaces, it seems this was somehow overlooked.

krisbitney commented 8 months ago

I found that a Module interface exists but is not implemented in the Wasm Go template