@bloopjs/web 0.0.94 → 0.0.95

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/mod.js CHANGED
@@ -1450,7 +1450,7 @@ function readTapeHeader(tape) {
1450
1450
  eventCount: view.getUint16(14, true)
1451
1451
  };
1452
1452
  }
1453
- var DEFAULT_WASM_URL = new URL("https://unpkg.com/@bloopjs/engine@0.0.94/wasm/bloop.wasm");
1453
+ var DEFAULT_WASM_URL = new URL("https://unpkg.com/@bloopjs/engine@0.0.95/wasm/bloop.wasm");
1454
1454
  var MAX_ROLLBACK_FRAMES = 500;
1455
1455
  var TIME_CTX_OFFSET = 0;
1456
1456
  var INPUT_CTX_OFFSET = TIME_CTX_OFFSET + 4;
@@ -2026,7 +2026,6 @@ class Bloop {
2026
2026
  break;
2027
2027
  }
2028
2028
  case exports_enums.EventType.NetSessionInit:
2029
- console.log("[bloop] NetSessionInit event received");
2030
2029
  this.#context.event = {
2031
2030
  type: "session:start"
2032
2031
  };
@@ -3309,7 +3308,7 @@ function readTapeHeader2(tape) {
3309
3308
  eventCount: view.getUint16(14, true)
3310
3309
  };
3311
3310
  }
3312
- var DEFAULT_WASM_URL2 = new URL("https://unpkg.com/@bloopjs/engine@0.0.94/wasm/bloop.wasm");
3311
+ var DEFAULT_WASM_URL2 = new URL("https://unpkg.com/@bloopjs/engine@0.0.95/wasm/bloop.wasm");
3313
3312
  var TIME_CTX_OFFSET2 = 0;
3314
3313
  var INPUT_CTX_OFFSET2 = TIME_CTX_OFFSET2 + 4;
3315
3314
  var EVENTS_OFFSET2 = INPUT_CTX_OFFSET2 + 4;
@@ -7486,5 +7485,5 @@ export {
7486
7485
  App
7487
7486
  };
7488
7487
 
7489
- //# debugId=6E474F33EDC12CE364756E2164756E21
7488
+ //# debugId=52E02B65591AAA1464756E2164756E21
7490
7489
  //# sourceMappingURL=mod.js.map