Join Slack
Powered by
Is there a definitive list of types that can be us...
# webassembly
b
Big Chungus
07/25/2020, 12:09 PM
Is there a definitive list of types that can be used as external js function arguments and return types on kotlin wasm?
Big Chungus
07/25/2020, 7:17 PM
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
napperley
07/25/2020, 10:55 PM
Might be prudent to wait and see what transpires from the Kotlin 1.4 release.
3
Views
Open in Slack
Previous
Next