tinygo
tinygo copied to clipboard
reflect: fully implement Type.AssignableTo
This fully implements AssignableTo, fixing a number of bugs in the previous implementation. In particular, it now supports AssignableTo for interface types.
Depends on #4375
@dgryski any progress on this? This is causing issues for me. I would like to use tinygo to generate WASM bindings, but the lack of a JSON encoder isn't great. See https://github.com/reteps/dockerfmt/issues/25.
Is the dependency on #4375 a hard one? Could this be implemented without it?