Will there be a non-wasm version of Havok in the future? There are some runtime without wasm support

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?