fixed compile error within the opus worker
This commit is contained in:
parent
c21726cb3f
commit
359cf5a254
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const WASM_ERROR_MESSAGES = [
|
|||
'no native wasm support detected'
|
||||
];
|
||||
|
||||
this["Module"] = this["Module"] || {};
|
||||
this["Module"] = this["Module"] || ({} as any); /* its required to cast {} to any!*/
|
||||
|
||||
let initialized = false;
|
||||
Module['onRuntimeInitialized'] = function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue