@dcl-regenesislabs/bevy-explorer-web 0.1.0-22767247238.commit-d68e416 → 0.1.0-22898575835.commit-fffc516

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/.env CHANGED
@@ -1 +1 @@
1
- PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22767247238.commit-d68e416"
1
+ PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22898575835.commit-fffc516"
package/index.html CHANGED
@@ -411,7 +411,7 @@
411
411
  }
412
412
  </style>
413
413
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
414
- <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22767247238.commit-d68e416";</script>
414
+ <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22898575835.commit-fffc516";</script>
415
415
  </head>
416
416
  <body>
417
417
  <div id="header" class="container">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/bevy-explorer-web",
3
- "version": "0.1.0-22767247238.commit-d68e416",
3
+ "version": "0.1.0-22898575835.commit-fffc516",
4
4
  "scripts": {
5
5
  "postinstall": "node ./scripts/prebuild.js"
6
6
  },
@@ -8,6 +8,6 @@
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/decentraland/bevy-explorer.git"
10
10
  },
11
- "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22767247238.commit-d68e416",
12
- "commit": "d68e4167617b9ff6dceef47fb582afa3a1d5808a"
11
+ "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22898575835.commit-fffc516",
12
+ "commit": "fffc5162d2cca8712b8fcf199b590866b4b77ca0"
13
13
  }
package/pkg/manifest.json CHANGED
@@ -1 +1 @@
1
- {"wasmSize":115587652}
1
+ {"wasmSize":115622614}
@@ -70,7 +70,7 @@ export function op_settings(state: WorkerContext): Promise<Array<any>>;
70
70
  export function op_set_setting(state: WorkerContext, name: string, val: number): Promise<void>;
71
71
  export function op_get_user_data(state: WorkerContext): Promise<any>;
72
72
  export function op_get_player_data(state: WorkerContext, id: string): Promise<any>;
73
- export function op_move_player_to(op_state: WorkerContext, position_x: number, position_y: number, position_z: number, camera: boolean, maybe_camera_x: number, maybe_camera_y: number, maybe_camera_z: number, looking_at: boolean, maybe_looking_at_x: number, maybe_looking_at_y: number, maybe_looking_at_z: number): void;
73
+ export function op_move_player_to(op_state: WorkerContext, position: any, camera_target: any, avatar_target: any, duration?: number | null): Promise<boolean>;
74
74
  export function op_teleport_to(state: WorkerContext, position_x: number, position_y: number): Promise<boolean>;
75
75
  export function op_change_realm(state: WorkerContext, realm: string, message?: string | null): Promise<boolean>;
76
76
  export function op_external_url(state: WorkerContext, url: string): Promise<boolean>;
@@ -223,7 +223,7 @@ export interface InitOutput {
223
223
  readonly op_login_previous: (a: number) => any;
224
224
  readonly op_logout: (a: number) => void;
225
225
  readonly op_motd: (a: number) => any;
226
- readonly op_move_player_to: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => void;
226
+ readonly op_move_player_to: (a: number, b: any, c: any, d: any, e: number) => any;
227
227
  readonly op_native_input: (a: number) => any;
228
228
  readonly op_open_nft_dialog: (a: number, b: number, c: number) => any;
229
229
  readonly op_portable_kill: (a: number, b: number, c: number) => any;
@@ -283,20 +283,20 @@ export interface InitOutput {
283
283
  readonly __wbindgen_export_7: WebAssembly.Table;
284
284
  readonly __externref_table_dealloc: (a: number) => void;
285
285
  readonly __externref_drop_slice: (a: number, b: number) => void;
286
- readonly closure15966_externref_shim: (a: number, b: number, c: number, d: any) => void;
287
- readonly closure41983_externref_shim: (a: number, b: number, c: any) => void;
288
- readonly closure51484_externref_shim: (a: number, b: number, c: any) => void;
286
+ readonly closure15207_externref_shim: (a: number, b: number, c: number, d: any) => void;
287
+ readonly closure42019_externref_shim: (a: number, b: number, c: any) => void;
288
+ readonly closure51526_externref_shim: (a: number, b: number, c: any) => void;
289
289
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
290
290
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
291
- readonly closure55138_externref_shim: (a: number, b: number, c: any) => void;
291
+ readonly closure55180_externref_shim: (a: number, b: number, c: any) => void;
292
292
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
293
293
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
294
- readonly closure60218_externref_shim: (a: number, b: number, c: any) => void;
295
- readonly closure60222_externref_shim: (a: number, b: number, c: any, d: any) => void;
294
+ readonly closure60260_externref_shim: (a: number, b: number, c: any) => void;
295
+ readonly closure60264_externref_shim: (a: number, b: number, c: any, d: any) => void;
296
296
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
297
- readonly closure120183_externref_shim: (a: number, b: number, c: any) => void;
298
- readonly closure135439_externref_shim: (a: number, b: number, c: any) => void;
299
- readonly closure138332_externref_shim: (a: number, b: number, c: any, d: any) => void;
297
+ readonly closure120225_externref_shim: (a: number, b: number, c: any) => void;
298
+ readonly closure135481_externref_shim: (a: number, b: number, c: any) => void;
299
+ readonly closure138374_externref_shim: (a: number, b: number, c: any, d: any) => void;
300
300
  readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
301
301
  readonly __wbindgen_start: (a: number) => void;
302
302
  }
@@ -1027,21 +1027,16 @@ export function op_get_player_data(state, id) {
1027
1027
 
1028
1028
  /**
1029
1029
  * @param {WorkerContext} op_state
1030
- * @param {number} position_x
1031
- * @param {number} position_y
1032
- * @param {number} position_z
1033
- * @param {boolean} camera
1034
- * @param {number} maybe_camera_x
1035
- * @param {number} maybe_camera_y
1036
- * @param {number} maybe_camera_z
1037
- * @param {boolean} looking_at
1038
- * @param {number} maybe_looking_at_x
1039
- * @param {number} maybe_looking_at_y
1040
- * @param {number} maybe_looking_at_z
1030
+ * @param {any} position
1031
+ * @param {any} camera_target
1032
+ * @param {any} avatar_target
1033
+ * @param {number | null} [duration]
1034
+ * @returns {Promise<boolean>}
1041
1035
  */
1042
- export function op_move_player_to(op_state, position_x, position_y, position_z, camera, maybe_camera_x, maybe_camera_y, maybe_camera_z, looking_at, maybe_looking_at_x, maybe_looking_at_y, maybe_looking_at_z) {
1036
+ export function op_move_player_to(op_state, position, camera_target, avatar_target, duration) {
1043
1037
  _assertClass(op_state, WorkerContext);
1044
- wasm.op_move_player_to(op_state.__wbg_ptr, position_x, position_y, position_z, camera, maybe_camera_x, maybe_camera_y, maybe_camera_z, looking_at, maybe_looking_at_x, maybe_looking_at_y, maybe_looking_at_z);
1038
+ const ret = wasm.op_move_player_to(op_state.__wbg_ptr, position, camera_target, avatar_target, isLikeNone(duration) ? 0x100000001 : Math.fround(duration));
1039
+ return ret;
1045
1040
  }
1046
1041
 
1047
1042
  /**
@@ -1450,15 +1445,15 @@ export function gpu_cache_hash() {
1450
1445
  }
1451
1446
 
1452
1447
  function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
1453
- wasm.closure15966_externref_shim(arg0, arg1, arg2, arg3);
1448
+ wasm.closure15207_externref_shim(arg0, arg1, arg2, arg3);
1454
1449
  }
1455
1450
 
1456
1451
  function __wbg_adapter_65(arg0, arg1, arg2) {
1457
- wasm.closure41983_externref_shim(arg0, arg1, arg2);
1452
+ wasm.closure42019_externref_shim(arg0, arg1, arg2);
1458
1453
  }
1459
1454
 
1460
1455
  function __wbg_adapter_68(arg0, arg1, arg2) {
1461
- wasm.closure51484_externref_shim(arg0, arg1, arg2);
1456
+ wasm.closure51526_externref_shim(arg0, arg1, arg2);
1462
1457
  }
1463
1458
 
1464
1459
  function __wbg_adapter_71(arg0, arg1) {
@@ -1470,7 +1465,7 @@ function __wbg_adapter_74(arg0, arg1) {
1470
1465
  }
1471
1466
 
1472
1467
  function __wbg_adapter_77(arg0, arg1, arg2) {
1473
- wasm.closure55138_externref_shim(arg0, arg1, arg2);
1468
+ wasm.closure55180_externref_shim(arg0, arg1, arg2);
1474
1469
  }
1475
1470
 
1476
1471
  function __wbg_adapter_84(arg0, arg1) {
@@ -1482,11 +1477,11 @@ function __wbg_adapter_87(arg0, arg1) {
1482
1477
  }
1483
1478
 
1484
1479
  function __wbg_adapter_90(arg0, arg1, arg2) {
1485
- wasm.closure60218_externref_shim(arg0, arg1, arg2);
1480
+ wasm.closure60260_externref_shim(arg0, arg1, arg2);
1486
1481
  }
1487
1482
 
1488
1483
  function __wbg_adapter_93(arg0, arg1, arg2, arg3) {
1489
- wasm.closure60222_externref_shim(arg0, arg1, arg2, arg3);
1484
+ wasm.closure60264_externref_shim(arg0, arg1, arg2, arg3);
1490
1485
  }
1491
1486
 
1492
1487
  function __wbg_adapter_108(arg0, arg1) {
@@ -1494,15 +1489,15 @@ function __wbg_adapter_108(arg0, arg1) {
1494
1489
  }
1495
1490
 
1496
1491
  function __wbg_adapter_111(arg0, arg1, arg2) {
1497
- wasm.closure120183_externref_shim(arg0, arg1, arg2);
1492
+ wasm.closure120225_externref_shim(arg0, arg1, arg2);
1498
1493
  }
1499
1494
 
1500
1495
  function __wbg_adapter_114(arg0, arg1, arg2) {
1501
- wasm.closure135439_externref_shim(arg0, arg1, arg2);
1496
+ wasm.closure135481_externref_shim(arg0, arg1, arg2);
1502
1497
  }
1503
1498
 
1504
1499
  function __wbg_adapter_1589(arg0, arg1, arg2, arg3) {
1505
- wasm.closure138332_externref_shim(arg0, arg1, arg2, arg3);
1500
+ wasm.closure138374_externref_shim(arg0, arg1, arg2, arg3);
1506
1501
  }
1507
1502
 
1508
1503
  /**
@@ -4652,92 +4647,92 @@ function __wbg_get_imports() {
4652
4647
  const ret = false;
4653
4648
  return ret;
4654
4649
  };
4655
- imports.wbg.__wbindgen_closure_wrapper151820 = function(arg0, arg1, arg2) {
4656
- const ret = makeMutClosure(arg0, arg1, 120184, __wbg_adapter_111);
4650
+ imports.wbg.__wbindgen_closure_wrapper151884 = function(arg0, arg1, arg2) {
4651
+ const ret = makeMutClosure(arg0, arg1, 120226, __wbg_adapter_111);
4657
4652
  return ret;
4658
4653
  };
4659
- imports.wbg.__wbindgen_closure_wrapper172475 = function(arg0, arg1, arg2) {
4660
- const ret = makeMutClosure(arg0, arg1, 135440, __wbg_adapter_114);
4654
+ imports.wbg.__wbindgen_closure_wrapper172539 = function(arg0, arg1, arg2) {
4655
+ const ret = makeMutClosure(arg0, arg1, 135482, __wbg_adapter_114);
4661
4656
  return ret;
4662
4657
  };
4663
- imports.wbg.__wbindgen_closure_wrapper172477 = function(arg0, arg1, arg2) {
4664
- const ret = makeMutClosure(arg0, arg1, 135440, __wbg_adapter_114);
4658
+ imports.wbg.__wbindgen_closure_wrapper172541 = function(arg0, arg1, arg2) {
4659
+ const ret = makeMutClosure(arg0, arg1, 135482, __wbg_adapter_114);
4665
4660
  return ret;
4666
4661
  };
4667
- imports.wbg.__wbindgen_closure_wrapper20401 = function(arg0, arg1, arg2) {
4668
- const ret = makeMutClosure(arg0, arg1, 15967, __wbg_adapter_62);
4662
+ imports.wbg.__wbindgen_closure_wrapper19475 = function(arg0, arg1, arg2) {
4663
+ const ret = makeMutClosure(arg0, arg1, 15208, __wbg_adapter_62);
4669
4664
  return ret;
4670
4665
  };
4671
- imports.wbg.__wbindgen_closure_wrapper54824 = function(arg0, arg1, arg2) {
4672
- const ret = makeClosure(arg0, arg1, 41984, __wbg_adapter_65);
4666
+ imports.wbg.__wbindgen_closure_wrapper54877 = function(arg0, arg1, arg2) {
4667
+ const ret = makeClosure(arg0, arg1, 42020, __wbg_adapter_65);
4673
4668
  return ret;
4674
4669
  };
4675
- imports.wbg.__wbindgen_closure_wrapper67700 = function(arg0, arg1, arg2) {
4676
- const ret = makeMutClosure(arg0, arg1, 51485, __wbg_adapter_68);
4670
+ imports.wbg.__wbindgen_closure_wrapper67762 = function(arg0, arg1, arg2) {
4671
+ const ret = makeMutClosure(arg0, arg1, 51527, __wbg_adapter_68);
4677
4672
  return ret;
4678
4673
  };
4679
- imports.wbg.__wbindgen_closure_wrapper67839 = function(arg0, arg1, arg2) {
4680
- const ret = makeMutClosure(arg0, arg1, 51588, __wbg_adapter_71);
4674
+ imports.wbg.__wbindgen_closure_wrapper67901 = function(arg0, arg1, arg2) {
4675
+ const ret = makeMutClosure(arg0, arg1, 51630, __wbg_adapter_71);
4681
4676
  return ret;
4682
4677
  };
4683
- imports.wbg.__wbindgen_closure_wrapper71663 = function(arg0, arg1, arg2) {
4684
- const ret = makeMutClosure(arg0, arg1, 54525, __wbg_adapter_74);
4678
+ imports.wbg.__wbindgen_closure_wrapper71721 = function(arg0, arg1, arg2) {
4679
+ const ret = makeMutClosure(arg0, arg1, 54567, __wbg_adapter_74);
4685
4680
  return ret;
4686
4681
  };
4687
- imports.wbg.__wbindgen_closure_wrapper72861 = function(arg0, arg1, arg2) {
4688
- const ret = makeMutClosure(arg0, arg1, 55139, __wbg_adapter_77);
4682
+ imports.wbg.__wbindgen_closure_wrapper72919 = function(arg0, arg1, arg2) {
4683
+ const ret = makeMutClosure(arg0, arg1, 55181, __wbg_adapter_77);
4689
4684
  return ret;
4690
4685
  };
4691
- imports.wbg.__wbindgen_closure_wrapper72863 = function(arg0, arg1, arg2) {
4692
- const ret = makeMutClosure(arg0, arg1, 55139, __wbg_adapter_77);
4686
+ imports.wbg.__wbindgen_closure_wrapper72921 = function(arg0, arg1, arg2) {
4687
+ const ret = makeMutClosure(arg0, arg1, 55181, __wbg_adapter_77);
4693
4688
  return ret;
4694
4689
  };
4695
- imports.wbg.__wbindgen_closure_wrapper72865 = function(arg0, arg1, arg2) {
4696
- const ret = makeMutClosure(arg0, arg1, 55139, __wbg_adapter_77);
4690
+ imports.wbg.__wbindgen_closure_wrapper72923 = function(arg0, arg1, arg2) {
4691
+ const ret = makeMutClosure(arg0, arg1, 55181, __wbg_adapter_77);
4697
4692
  return ret;
4698
4693
  };
4699
- imports.wbg.__wbindgen_closure_wrapper77432 = function(arg0, arg1, arg2) {
4700
- const ret = makeMutClosure(arg0, arg1, 58373, __wbg_adapter_84);
4694
+ imports.wbg.__wbindgen_closure_wrapper77494 = function(arg0, arg1, arg2) {
4695
+ const ret = makeMutClosure(arg0, arg1, 58415, __wbg_adapter_84);
4701
4696
  return ret;
4702
4697
  };
4703
- imports.wbg.__wbindgen_closure_wrapper78469 = function(arg0, arg1, arg2) {
4704
- const ret = makeMutClosure(arg0, arg1, 58754, __wbg_adapter_87);
4698
+ imports.wbg.__wbindgen_closure_wrapper78531 = function(arg0, arg1, arg2) {
4699
+ const ret = makeMutClosure(arg0, arg1, 58796, __wbg_adapter_87);
4705
4700
  return ret;
4706
4701
  };
4707
- imports.wbg.__wbindgen_closure_wrapper80626 = function(arg0, arg1, arg2) {
4708
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4702
+ imports.wbg.__wbindgen_closure_wrapper80690 = function(arg0, arg1, arg2) {
4703
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4709
4704
  return ret;
4710
4705
  };
4711
- imports.wbg.__wbindgen_closure_wrapper80628 = function(arg0, arg1, arg2) {
4712
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_93);
4706
+ imports.wbg.__wbindgen_closure_wrapper80692 = function(arg0, arg1, arg2) {
4707
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_93);
4713
4708
  return ret;
4714
4709
  };
4715
- imports.wbg.__wbindgen_closure_wrapper80630 = function(arg0, arg1, arg2) {
4716
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4710
+ imports.wbg.__wbindgen_closure_wrapper80694 = function(arg0, arg1, arg2) {
4711
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4717
4712
  return ret;
4718
4713
  };
4719
- imports.wbg.__wbindgen_closure_wrapper80632 = function(arg0, arg1, arg2) {
4720
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4714
+ imports.wbg.__wbindgen_closure_wrapper80696 = function(arg0, arg1, arg2) {
4715
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4721
4716
  return ret;
4722
4717
  };
4723
- imports.wbg.__wbindgen_closure_wrapper80634 = function(arg0, arg1, arg2) {
4724
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4718
+ imports.wbg.__wbindgen_closure_wrapper80698 = function(arg0, arg1, arg2) {
4719
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4725
4720
  return ret;
4726
4721
  };
4727
- imports.wbg.__wbindgen_closure_wrapper80636 = function(arg0, arg1, arg2) {
4728
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4722
+ imports.wbg.__wbindgen_closure_wrapper80700 = function(arg0, arg1, arg2) {
4723
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4729
4724
  return ret;
4730
4725
  };
4731
- imports.wbg.__wbindgen_closure_wrapper80638 = function(arg0, arg1, arg2) {
4732
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4726
+ imports.wbg.__wbindgen_closure_wrapper80702 = function(arg0, arg1, arg2) {
4727
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4733
4728
  return ret;
4734
4729
  };
4735
- imports.wbg.__wbindgen_closure_wrapper80640 = function(arg0, arg1, arg2) {
4736
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
4730
+ imports.wbg.__wbindgen_closure_wrapper80704 = function(arg0, arg1, arg2) {
4731
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
4737
4732
  return ret;
4738
4733
  };
4739
- imports.wbg.__wbindgen_closure_wrapper80642 = function(arg0, arg1, arg2) {
4740
- const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_108);
4734
+ imports.wbg.__wbindgen_closure_wrapper80706 = function(arg0, arg1, arg2) {
4735
+ const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_108);
4741
4736
  return ret;
4742
4737
  };
4743
4738
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -72,7 +72,7 @@ export const op_login_new_success: (a: number) => any;
72
72
  export const op_login_previous: (a: number) => any;
73
73
  export const op_logout: (a: number) => void;
74
74
  export const op_motd: (a: number) => any;
75
- export const op_move_player_to: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => void;
75
+ export const op_move_player_to: (a: number, b: any, c: any, d: any, e: number) => any;
76
76
  export const op_native_input: (a: number) => any;
77
77
  export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
78
78
  export const op_portable_kill: (a: number, b: number, c: number) => any;
@@ -132,19 +132,19 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
132
132
  export const __wbindgen_export_7: WebAssembly.Table;
133
133
  export const __externref_table_dealloc: (a: number) => void;
134
134
  export const __externref_drop_slice: (a: number, b: number) => void;
135
- export const closure15966_externref_shim: (a: number, b: number, c: number, d: any) => void;
136
- export const closure41983_externref_shim: (a: number, b: number, c: any) => void;
137
- export const closure51484_externref_shim: (a: number, b: number, c: any) => void;
135
+ export const closure15207_externref_shim: (a: number, b: number, c: number, d: any) => void;
136
+ export const closure42019_externref_shim: (a: number, b: number, c: any) => void;
137
+ export const closure51526_externref_shim: (a: number, b: number, c: any) => void;
138
138
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
139
139
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
140
- export const closure55138_externref_shim: (a: number, b: number, c: any) => void;
140
+ export const closure55180_externref_shim: (a: number, b: number, c: any) => void;
141
141
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
142
142
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
143
- export const closure60218_externref_shim: (a: number, b: number, c: any) => void;
144
- export const closure60222_externref_shim: (a: number, b: number, c: any, d: any) => void;
143
+ export const closure60260_externref_shim: (a: number, b: number, c: any) => void;
144
+ export const closure60264_externref_shim: (a: number, b: number, c: any, d: any) => void;
145
145
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
146
- export const closure120183_externref_shim: (a: number, b: number, c: any) => void;
147
- export const closure135439_externref_shim: (a: number, b: number, c: any) => void;
148
- export const closure138332_externref_shim: (a: number, b: number, c: any, d: any) => void;
146
+ export const closure120225_externref_shim: (a: number, b: number, c: any) => void;
147
+ export const closure135481_externref_shim: (a: number, b: number, c: any) => void;
148
+ export const closure138374_externref_shim: (a: number, b: number, c: any, d: any) => void;
149
149
  export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
150
150
  export const __wbindgen_start: (a: number) => void;