https://kotlinlang.org logo
Title
s

spierce7

08/05/2022, 6:38 AM
Are there any plans for Kotlin wasm to support wasi?
a

andylamax

08/05/2022, 7:41 AM
it would be very odd if it wouldn't
b

bashor

08/08/2022, 6:53 PM
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

sdeleuze

08/14/2022, 10:31 AM
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.