If you access the app for the first time : <https:...
# webassembly
v
If you access the app for the first time : https://opensource.respawn.pro/FlowMVI/sample/ The page loads, but it will then crash, and no matter what you do (clearing localstorage, clearing cookies, anything), it will crash consistently.
m
I tried it's working for me fine . I opened the web page multiple times.
v
Yes, I actually solved this yesterday after much turmoil by removing all references to okio from wasm / js targets. Turns out Okio tries to initialize something in the wasm code when it is included and obviously fails because you can't access
SystemFileSystem
on web targets... Had to write to localstorage as a solution. What was weird is that the SystemFileSystem is present for wasm targets but crashes in runtime
m
Nice 👍 Where did you hosted this site ??