Are there any plans for Kotlin wasm to support was...
# webassembly
s
Are there any plans for Kotlin wasm to support wasi?
a
it would be very odd if it wouldn't
b
No specific plan yet, but we keep it in mind. You can track this issue KT-36172
BTW, anybody is welcome to try supporting Kotlin in wit-bindgen 😉
s
What would be nice even if WASI support takes some time to come is to have a design that makes 0 assumptions about JavaScript in Kotlin/Wasm. It is nice to have JS interrop if needed, but it should be entirely optional and I have the feeling that's not yet the case today.
Notice my proposal is pretty close to what have been just suggested as a first step for Go WASI support and rely less on JS. https://github.com/golang/go/issues/31105#issuecomment-1214220636.