Is there any plan to have the possibility to compi...
# webassembly
f
Is there any plan to have the possibility to compile Kotlin code to wasm file using wasi which I can run with wasmtime and similar?
s
Currently Kotlin team is focused on compiling to Wasm for web browsers. WASI seems like a promising environment to target. We are keeping it in mind for a potential future support, but there are no concrete plans yet.
f
Thank you for the answer!