I hear Kotlin native has support for WASM now (but...
# announcements
y
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
Because WASM is native platform. To compile to WASM Kotlin uses LLVM -> WASM intepreter