mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 19:19:47 +00:00
Update avif_enc_mt.js
This commit is contained in:
1
codecs/avif/enc/avif_enc_mt.js
generated
1
codecs/avif/enc/avif_enc_mt.js
generated
@@ -4079,6 +4079,7 @@ function resetPrototype(constructor, attrs) {
|
||||
}
|
||||
|
||||
function _pthread_create(pthread_ptr, attr, start_routine, arg) {
|
||||
console.trace("creating a pthread");
|
||||
if (typeof SharedArrayBuffer === "undefined") {
|
||||
err("Current environment does not support SharedArrayBuffer, pthreads are not available!");
|
||||
return 6;
|
||||
|
||||
Reference in New Issue
Block a user