I'm experimenting with Karax, implementing basic concepts like routing, animations, "load more," trying to find good patterns with regard to components, styling, and code organization.
The next feature to implement is Google Sign-in. To make it work, I need to plug in a script that exports gauth2 objects, which in turn returns GoogleAuth and googleUser objects. I know I can just importc them and exportc the callback function but I just thought if there was a way to generate wrappers automatically? It would be more pleasurable to use a Nim lib instead of a JS one.