https://kotlinlang.org logo
Title
j

jkbbwr

02/16/2018, 11:00 AM
Anyone know why I can't invoke wasm as a target I just get
exception: java.nio.file.NoSuchFileException: /opt/kotlin-native/konan/targets/wasm32/native
as an error
o

olonho

02/16/2018, 11:20 AM
probably you forgot to build wasm stdlib, with cross_dist target, for example
k

kikitux

02/16/2018, 9:24 PM
i hit the same trying to crosscompile, if you can share some examples or links to documentation will be very welcome
it seems cross_dist is to be run with a kotlin_native git clone, but wonder whats the path if I am using binary releases, or i should use git source if i want cross ?