In the comments above there are no clear plans for...
# webassembly
c
In the comments above there are no clear plans for
cinterop
support in Kotlin/Wasm – is that still the case?
One concrete example of where I use
cinterop
is BigNum support. I have an `expect`/`actual` interface backed by Java’s BigNum implementation on Android, and
gmp
on Kotlin/Native – it would be awesome to be able to reuse the
gmp
implementation in wasm, for example
b
No specific plans for now
a
Why not use kotlin-multiplatform implementations?