I'm receiving this error in safari using wasm. im trying to load a json file to show animations, "WebAssembly.Module doesn't parse at byte 406: can't get 0th Type's return value", it works on chrome but not safari?
o
Oliver.O
01/06/2024, 8:19 PM
Safari is still missing the necessary Wasm functionality (GC). You can search this Slack for details.
👍 2
a
Artem Kobzar
01/07/2024, 9:25 AM
@Oliver.O is right, we also mention this in our documentation here. As soon as Safari finish the work (I believe it will be pretty soon), we will notify users in this Slack channel, our blog, and will change the mentioned part of the documentation.