I have a WASM app that works fine in Safari, but has recently stopped working Chrome.
All I get is
JsException: Exception was thrown while running JavaScript code
kotlinx.coroutines.error_$external_fun
and a WASM stacktrace.
What's the best way of tracking down the issue ? I'm fairly resigned to it being a bug in CMP or Chrome, but it would be nice to know whereabouts it's failing. This is on 1.7.3 and 1.8.0 btw.