Kotlin Coroutines on wasmJs: why there is no `runBlocking` (and why “hacks” are risky)
Cheat sheet runBlocking is a thread-blocking bridge. It exists only for targets that are built from the concurrent source set. js/wasm* are built from jsAndWasm* source sets, so they don’t get runBlocking. On JS (and wasmJs hosted by JS) you cannot ...
Jan 3, 20265 min read11