Isn't `org.jetbrains.kotlinx:kotlinx-coroutines-co...
# coroutines
b
Isn't
org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.3
available for wasm32 target? The dependency fails to resolve for me.
d
I think wasm has been avoided in general because it doesn't support exceptions. Exceptions simply terminate the program. https://github.com/JetBrains/kotlin-native/issues/3194
But no, it's not available for wasm.