Is there a definitive list of types that can be us...
# webassembly
b
Is there a definitive list of types that can be used as external js function arguments and return types on kotlin wasm?
I've tried returning Array<Int> from js to wasm and got unsupported type error. Shouldn't we be able to use Int and Aray<Int> for js interop?
n
Might be prudent to wait and see what transpires from the Kotlin 1.4 release.