Also I've got an unrelated question - can I make i...
# webassembly
j
Also I've got an unrelated question - can I make inline value classes with multiple parameters in Kotlin/WASM or is that planned for the future? I understand the
@JvmInline
limitation which is in Java but i'm wondering whether it is possible to get unrestricted value classes in WASM. (From my understanding the main bottleneck is the ability to return multiple objects from functions without boxing which WASM seems to have supported for a while - https://chromestatus.com/feature/5192420329259008)