I may try to rebase <https://github.com/kowasm/kow...
# webassembly
s
I may try to rebase https://github.com/kowasm/kowasm on top of Kotlin 1.9.20 at some point, I have 3 related questions. 1) Am I expected to be able to use Node.js Socket support via https://github.com/nodejs/uvwasi/issues/183 ? 2) Should I use manual interrop for that since I guess this is not exposed yet in Kotlin APIs? 3) Should I use the libraries compatible with 1.9.20-RC2 shared above are is there new ones?
b
1) Am I expected to be able to use Node.js Socket support via https://github.com/nodejs/uvwasi/issues/183 ?
Yeah, should be possible.
2) Should I use manual interrop for that since I guess this is not exposed yet in Kotlin APIs?
Yes, you can find an example here.
3) Should I use the libraries compatible with 1.9.20-RC2 shared above are is there new ones?
Unfortunately we don’t have yet libraries except stdlib for the new wasm-wasi target.
thank you color 1