Join Slack
Powered by
hi, is kotlin ever going to compile to wasm instea...
# javascript
k
kotlin_questions
08/11/2018, 4:19 PM
hi, is kotlin ever going to compile to wasm instead of js?
a
Aregev2
08/11/2018, 4:21 PM
Well, kotlin native supports wasm target, just doenload the compiler and run ./konanc -target wasm32 file.kt
Aregev2
08/11/2018, 4:22 PM
Its only experimental now as
@aaverin
said
n
napperley
08/11/2018, 11:01 PM
Keep in mind that WASM support in Kotlin Native is experimental (
https://kotlinlang.slack.com/archives/C3SGXARS6/p1533973278000015?thread_ts=1533952189.000055&cid=C3SGXARS6
).
Open in Slack
Previous
Next