I have a WASM app that works fine in Safari, but h...
# compose-web
p
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.
r
We are not able to run web app into the safari with same exception. Can you tell that what extra you have done to run on safari
p
Amazingly Safari just started working in the last day. So maybe a Safari update ? I'm on Version 18.3.1 (20620.2.4.11.6)
m
You have to use a very recent version of Safari otherwise it won’t work. Update to Version 18.4.
y
I got the same issue. Although all my browsers are up to date