Havok Wasm breaks in Safari:
RuntimeError: Aborted(CompileError: WebAssembly.Module doesn't parse at byte 338: can't get 0th Type's return value). Build with -sASSERTIONS for more info.
It’s been happening off and on for people:
I’m not sure if it would fix the problem, but would it make sense to also build and ship a plain JavaScript variant of Havok using Emscripten WASM=0
? Or would the JavaScript output have the same issue?