JFTR
The code doesn’t do nothing you can’t do now with K/JS.
The main point is that we generated typed declarations for Browser APIs and tuned JS interop in Kotlin/Wasm. The updates in the toolchain is not in the master of kotlin yet, stay tuned!
bashor
09/20/2022, 9:33 PM
The same APIs are available for Kotlin/JS for a long time.
So, while waiting you can play with Kotlin/JS (#javascript) or with Kotlin/Wasm using self defined declarations like here.
e
ESchouten
09/20/2022, 9:46 PM
Thanks for the response! Those generated declarations sound very promising, makes me think about Dukat and the WASM interface types proposal