Undefined is not an object (evaluating 'Module["asm"]["malloc"]')

Video SDK Type and Version
Video SDK for Web, v1.7.0

Description
We are seeing a common error in BugSnag, which is
TypeError: undefined is not an object (evaluating 'Module["asm"]["malloc"]')

Reading through this forum it seems that other encountered something similar had fixed it with their headers to allow SharedArrarBuffer. We already have had ours set for a while now as

headers: {
        "Cross-Origin-Embedder-Policy": "require-corp",
        "Cross-Origin-Opener-Policy": "same-origin",
      },

So I’m looking for a little more help on what could be triggering this and how to fix/update the code.
From our logs it looks like its mostly Safari on macOS, however there are a few instances of Chrome and Safari on iOS too

Error?
The full error message or issue you are running into, where applicable.
TypeError: undefined is not an object (evaluating 'Module["asm"]["malloc"]')

Hi @tom.roper ,

I see you’re on an older version of the Video SDK for web. If you update to the latest version, 1.7.7, do you still see the issue?

Thanks,
Rehema