I think this happens because getLine returns a js array and a js array is not
the same as a Nim tuple, the latter is like `{Field0: ..., Field1: ...}` in js
as I tested. maybe you need to change the structure of the return value to fit
a Nim tuple with js inside the importcpp.
- JS bindings question - Quill mantielero
- JS bindings question - Quill ElegantBeef
- JS bindings question - Quill mantielero
- JS bindings question - Quill 4n0n4me
