I don’t know if this has been asked before, but how mature is the KN - Javascript interop on the WebAssembly front?
g
gildor
05/16/2018, 12:32 AM
There is a some example of WA interop with JS in K/N repo, now it's not so pleasant. But it's not a problem of K/N, WA interop with JS is now really tedious from any language
n
nish
05/16/2018, 3:19 AM
Yeah I realize this, that’s why I mentioned that we are currently using Emscripten’s implementation
We’re exploring alternatives to see if there’s a better solution
g
gildor
05/16/2018, 3:21 AM
I think we should wait until WA will be mature enough for cases when you need a lot of interop with JS