mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 18:19:47 +00:00
A bit more logging
This commit is contained in:
2
codecs/avif/enc/avif_enc_mt.js
generated
2
codecs/avif/enc/avif_enc_mt.js
generated
@@ -3369,6 +3369,7 @@ 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;
|
||||||
@@ -3501,6 +3502,7 @@ function __emscripten_do_pthread_join(thread, status, block) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _pthread_join(thread, status) {
|
function _pthread_join(thread, status) {
|
||||||
|
console.warn('pthread_join');
|
||||||
return __emscripten_do_pthread_join(thread, status, true);
|
return __emscripten_do_pthread_join(thread, status, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user