mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-16 10:39:53 +00:00
rebuild with debug info
This commit is contained in:
2804
codecs/avif/dec/avif_dec.js
generated
2804
codecs/avif/dec/avif_dec.js
generated
File diff suppressed because one or more lines are too long
Binary file not shown.
2794
codecs/avif/dec/avif_node_dec.js
generated
2794
codecs/avif/dec/avif_node_dec.js
generated
File diff suppressed because one or more lines are too long
Binary file not shown.
3020
codecs/avif/enc/avif_enc.js
generated
3020
codecs/avif/enc/avif_enc.js
generated
File diff suppressed because one or more lines are too long
Binary file not shown.
11
codecs/avif/enc/avif_enc_mt.js
generated
11
codecs/avif/enc/avif_enc_mt.js
generated
@@ -769,7 +769,7 @@ function updateGlobalBufferAndViews(buf) {
|
|||||||
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
|
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
var STACK_BASE = 6122352, STACKTOP = STACK_BASE, STACK_MAX = 879472;
|
var STACK_BASE = 6123680, STACKTOP = STACK_BASE, STACK_MAX = 880800;
|
||||||
|
|
||||||
if (ENVIRONMENT_IS_PTHREAD) {}
|
if (ENVIRONMENT_IS_PTHREAD) {}
|
||||||
|
|
||||||
@@ -1057,15 +1057,15 @@ var tempDouble;
|
|||||||
var tempI64;
|
var tempI64;
|
||||||
|
|
||||||
var ASM_CONSTS = {
|
var ASM_CONSTS = {
|
||||||
575953: function($0, $1) {
|
577281: function($0, $1) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
_do_emscripten_dispatch_to_thread($0, $1);
|
_do_emscripten_dispatch_to_thread($0, $1);
|
||||||
}, 0);
|
}, 0);
|
||||||
},
|
},
|
||||||
576031: function() {
|
577359: function() {
|
||||||
throw "Canceled!";
|
throw "Canceled!";
|
||||||
},
|
},
|
||||||
576073: function() {
|
577401: function() {
|
||||||
return TOTAL_STACK;
|
return TOTAL_STACK;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -3369,7 +3369,6 @@ function resetPrototype(constructor, attrs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _pthread_create(pthread_ptr, attr, start_routine, arg) {
|
function _pthread_create(pthread_ptr, attr, start_routine, arg) {
|
||||||
console.warn('pthread_create');
|
|
||||||
if (typeof SharedArrayBuffer === "undefined") {
|
if (typeof SharedArrayBuffer === "undefined") {
|
||||||
err("Current environment does not support SharedArrayBuffer, pthreads are not available!");
|
err("Current environment does not support SharedArrayBuffer, pthreads are not available!");
|
||||||
return 6;
|
return 6;
|
||||||
@@ -3807,7 +3806,7 @@ var dynCall_iiijii = Module["dynCall_iiijii"] = function() {
|
|||||||
return (dynCall_iiijii = Module["dynCall_iiijii"] = Module["asm"]["dynCall_iiijii"]).apply(null, arguments);
|
return (dynCall_iiijii = Module["dynCall_iiijii"] = Module["asm"]["dynCall_iiijii"]).apply(null, arguments);
|
||||||
};
|
};
|
||||||
|
|
||||||
var _main_thread_futex = Module["_main_thread_futex"] = 877852;
|
var _main_thread_futex = Module["_main_thread_futex"] = 879180;
|
||||||
|
|
||||||
function invoke_vi(index, a1) {
|
function invoke_vi(index, a1) {
|
||||||
var sp = stackSave();
|
var sp = stackSave();
|
||||||
|
|||||||
Binary file not shown.
3010
codecs/avif/enc/avif_node_enc.js
generated
3010
codecs/avif/enc/avif_node_enc.js
generated
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user