You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than 4KB.
Use webassembly.compile, or compile on a worker thread. at instantiateSync (encoderWorker.min.js:1:367554)
Any suggestions?
Thank you
The text was updated successfully, but these errors were encountered:
I got this error on Edge browser:
WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than 4KB.
Use webassembly.compile, or compile on a worker thread. at instantiateSync (encoderWorker.min.js:1:367554)
Any suggestions?
Thank you
The text was updated successfully, but these errors were encountered: