Skip to content

Commit 0a96930

Browse files
authored
fix wasm workers to work with closure (emscripten-core#16696)
1 parent 355b970 commit 0a96930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library_wasm_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mergeInto(LibraryManager.library, {
5050

5151
// src/postamble_minimal.js brings this symbol in to the build, and calls this function synchronously
5252
// from main JS file at the startup of each Worker.
53-
_wasm_worker_initializeRuntime__deps: ['_wasm_worker_delayedMessageQueue', '_wasm_worker_runPostMessage'],
53+
_wasm_worker_initializeRuntime__deps: ['_wasm_worker_delayedMessageQueue', '_wasm_worker_runPostMessage', '_wasm_worker_appendToQueue'],
5454
_wasm_worker_initializeRuntime: function() {
5555
let m = Module;
5656
#if ASSERTIONS

0 commit comments

Comments
 (0)