Skip to content

Commit 29a1295

Browse files
committed
Remove Atomics.waitAsync() polyfill in libwasm_worker.js
1 parent 4efefc6 commit 29a1295

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/libwasm_worker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ if (ENVIRONMENT_IS_WASM_WORKER
298298
return Atomics.isLockFree(width);
299299
},
300300

301-
emscripten_lock_async_acquire__deps: ['$polyfillWaitAsync'],
302301
emscripten_lock_async_acquire: (lock, asyncWaitFinished, userData, maxWaitMilliseconds) => {
303302
let dispatch = (val, ret) => {
304303
setTimeout(() => {

0 commit comments

Comments
 (0)