<https://twitter.com/bashorov/status/1572300137006...
# webassembly
b
e
Interesting! Could you place it on GitHub?
b
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!
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
Thanks for the response! Those generated declarations sound very promising, makes me think about Dukat and the WASM interface types proposal