Hi !
if Golang supports WASI (
https://go.dev/blog/wasi)
and kotlin/wasm now also support WASI (
https://github.com/Kotlin/kotlin-wasm-wasi-template)
Does that mean somehow we can ship sdks to Golang backends ?
Basically my use case is that I have some admin sdks that are exported into jvm + Nodejs backends,
And I would love to be able to use them in our Go micro-services !
• Any pointers on how that integration would look like ?
• Performance wise does that make sense too, or the bridging would have some overhead cost ?
PS: hope I'm not connecting imaginary dots here 😅