Anyone know why I can't invoke wasm as a target I ...
# kotlin-native
j
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
probably you forgot to build wasm stdlib, with cross_dist target, for example
k
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 ?