It seems that the new version of coroutines 1.10.0 completely breaks Compose apps on wasmJs. The effect is that when you click on a button (or anything else that is clickable) and you make sure not to move the mouse while doing so, the whole UI will freeze. The action associated with the click will be delayed until you move the mouse a tiny bit. I tested this on Firefox, Chrome and Safari on macOS. Could you please provide some feedback whether you can observe the same behaviour on your OS?
Version with coroutines 1.10.0: https://mpmediasoft.de/products/JavaForumStuttgartApp/JFSWebAppCoroutineBug/index.html
Version with coroutines 1.9.0: https://mpmediasoft.de/products/JavaForumStuttgartApp/JFSWebApp/index.html