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
if(deserialized!=num)warnOnce('writeI53ToI64() out of range: serialized JS Number '+num+' to Wasm heap as bytes lo=0x'+HEAPU32[ptr>>2].toString(16)+', hi=0x'+HEAPU32[ptr+4>>2].toString(16)+', which deserializes back to '+deserialized+' instead!');
26
+
if(deserialized!=num)warnOnce('writeI53ToI64() out of range: serialized JS Number '+num+' to Wasm heap as bytes lo='+ptrToString(HEAPU32[ptr>>2])+', hi='+ptrToString(HEAPU32[ptr+4>>2])+', which deserializes back to '+deserialized+' instead!');
0 commit comments