We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efefc6 commit 29a1295Copy full SHA for 29a1295
1 file changed
src/lib/libwasm_worker.js
@@ -298,7 +298,6 @@ if (ENVIRONMENT_IS_WASM_WORKER
298
return Atomics.isLockFree(width);
299
},
300
301
- emscripten_lock_async_acquire__deps: ['$polyfillWaitAsync'],
302
emscripten_lock_async_acquire: (lock, asyncWaitFinished, userData, maxWaitMilliseconds) => {
303
let dispatch = (val, ret) => {
304
setTimeout(() => {
0 commit comments