@thenick775/mgba-wasm 2.0.0-beta.4 → 2.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mgba.js CHANGED
@@ -1286,7 +1286,7 @@ var ASM_CONSTS = {
1286
1286
  }
1287
1287
  },
1288
1288
  initMainThread() {
1289
- var pthreadPoolSize = 5;
1289
+ var pthreadPoolSize = 3;
1290
1290
  // Start loading up the Worker pool, if requested.
1291
1291
  while (pthreadPoolSize--) {
1292
1292
  PThread.allocateUnusedWorker();
package/dist/mgba.wasm CHANGED
Binary file