Havok cannot be loaded in any Safari browser

6% of users, who use browsers that probably don’t support many other features that are required to run these kinds of experiences. I mean, WebAssembly is 97% global, meaning - 50% of those 6% can’t use it anyhow.
Are you referring to a specific browser that doesn’t support it?

What I can tell is that this error is at the top in my error reporting system (sentry), hence why I’m trying to address it.
~80% are for ios < 16.4 (typically ipads), ~20% for Chrome on Windows, recent versions (eg 135, 109) which should not fail according to caniuse.
So the true support coverage is probably complex to determine.

This is the error on Windows

RuntimeError: Aborted(CompileError: WebAssembly.instantiate(): Wasm SIMD unsupported @+344). Build with -sASSERTIONS for more info.

(The error on ios is the same as in the first post)

As @eoin said, the Havok math library requires SIMD support. I understand older devices are not supported, which is something we always try to prevent, but there is no way around it in this case

1 Like