We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cf4d5 commit 0bc69beCopy full SHA for 0bc69be
src/modules.js
@@ -464,8 +464,7 @@ function exportRuntime() {
464
// In pthreads mode, the following functions always need to be exported to
465
// Module for closure compiler, and also for MODULARIZE (so worker.js can
466
// access them).
467
- var threadExports = ['PThread', '_pthread_self'];
468
- threadExports.push('wasmMemory');
+ var threadExports = ['PThread', 'wasmMemory'];
469
if (!MINIMAL_RUNTIME) {
470
threadExports.push('ExitStatus');
471
}
0 commit comments