https://kotlinlang.org logo
Title
c

Conrad Kramer

05/06/2022, 5:31 AM
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

bashor

05/06/2022, 3:21 PM
No specific plans for now
a

altavir

10/31/2022, 2:19 PM
Why not use kotlin-multiplatform implementations?