tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

reflect: fully implement Type.AssignableTo

Open aykevl opened this issue 1 year ago • 1 comments

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

aykevl avatar Jul 31 '24 18:07 aykevl

@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.

reteps avatar Apr 18 '25 22:04 reteps

Is the dependency on #4375 a hard one? Could this be implemented without it?

progrium avatar Jul 24 '25 20:07 progrium