Unlike Kotlin/JS, these array types are completely different in Kotlin/Wasm. The current Wasm GC specification only allows access to an array one at a time. Hopefully Wasm will have a solution for bulk copying in the future.
a
atsushieno
01/27/2024, 2:57 AM
ohh, okay, that sounds like a long-term upstream issue. Thanks for the answer!