Join Slack
Powered by
What is the role of Kotlin JS considering that Kot...
# javascript
n
napperley
10/10/2018, 10:17 PM
What is the role of Kotlin JS considering that Kotlin Native has WASM support (currently experimental)?
e
elizarov
10/10/2018, 10:23 PM
Working with JS libs and interop with JS ecosystem (e.g. you can use React, etc). WASM is not up to that at the moment (maybe only in a future).
s
sdeleuze
10/15/2018, 5:08 AM
FYI Firefox already exposes Web and DOM API behind a flag without having to use JS, so languages like Kotlin can move forward on that to anticipate general availability and send feedback to the WG. See
https://hacks.mozilla.org/2018/10/calls-between-javascript-and-webassembly-are-finally-fast-%f0%9f%8e%89/
.
sdeleuze
10/15/2018, 5:10 AM
See my proposal
https://kotlinlang.slack.com/archives/C3SGXARS6/p1539022464000100?thread_ts=1539022464.000100&cid=C3SGXARS6
n
napperley
10/15/2018, 5:20 AM
How does this affect possible plans to have a JS interop system in Kotlin Native that is very similar to the Kotlin JS one (Web IDL based)?
3
Views
Open in Slack
Previous
Next