I hear Kotlin native has support for WASM now (but it's not intended to be production heavy). Not really sure why WASM compilation is under Kotlin native and not Kotlin/JS though. Is WASM handled through a native compiler?
g
gildor
01/10/2018, 2:25 AM
Because WASM is native platform. To compile to WASM Kotlin uses LLVM -> WASM intepreter