Is <https://github.com/Kotlin/kotlinx-nodejs> expe...
# webassembly
s
Is https://github.com/Kotlin/kotlinx-nodejs expected to be usable with Kotlin/Wasm?
s
Not yet. I think most of it would work as is, but not all. K/Wasm doesn’t support types like
dynamic
or
Array
in JS interop boundary, so this needs to be fixed in Dukat.
s
Should i be able to move forward by modifying manually the generated sources?
s
You should be able to, yes.
After a closer look, it might be harder than I thought. Wasm doesn’t support @JsModule and maybe some of the
stdlib
imports would not be there.
s
Ok thanks for checking