@dcl-regenesislabs/bevy-explorer-web 0.1.0-19510592754.commit-e067eb7 → 0.1.0-19680534174.commit-453ed37

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-19510592754.commit-e067eb7"
1
+ PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19680534174.commit-453ed37"
package/index.html CHANGED
@@ -101,7 +101,7 @@
101
101
  }
102
102
  </style>
103
103
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
104
- <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19510592754.commit-e067eb7";</script>
104
+ <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19680534174.commit-453ed37";</script>
105
105
  </head>
106
106
  <body>
107
107
  <div id="header" class="container">
@@ -135,6 +135,6 @@
135
135
  </div>
136
136
  <script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
137
137
  <script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
138
- <script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19510592754.commit-e067eb7/main.js"></script>
138
+ <script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19680534174.commit-453ed37/main.js"></script>
139
139
  </body>
140
140
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/bevy-explorer-web",
3
- "version": "0.1.0-19510592754.commit-e067eb7",
3
+ "version": "0.1.0-19680534174.commit-453ed37",
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-19510592754.commit-e067eb7",
12
- "commit": "e067eb78780bc78a2d124594235dd57a775fe896"
11
+ "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19680534174.commit-453ed37",
12
+ "commit": "453ed37c041379620e093f96c12109729db1543b"
13
13
  }
@@ -37,7 +37,7 @@ export function op_external_url(state: WorkerContext, url: string): Promise<bool
37
37
  export function op_emote(op_state: WorkerContext, emote: string): void;
38
38
  export function op_scene_emote(op_state: WorkerContext, emote: string, looping: boolean): Promise<void>;
39
39
  export function op_open_nft_dialog(op_state: WorkerContext, urn: string): Promise<void>;
40
- export function op_set_ui_focus(op_state: WorkerContext, element_id: string): Promise<void>;
40
+ export function op_ui_focus(op_state: WorkerContext, apply: boolean, element_id?: string | null): Promise<any>;
41
41
  export function op_copy_to_clipboard(op_state: WorkerContext, text: string): Promise<void>;
42
42
  export function op_read_file(op_state: WorkerContext, filename: string): Promise<any>;
43
43
  export function op_scene_information(op_state: WorkerContext): Promise<any>;
@@ -138,7 +138,7 @@ export interface InitOutput {
138
138
  readonly op_emote: (a: number, b: number, c: number) => void;
139
139
  readonly op_scene_emote: (a: number, b: number, c: number, d: number) => any;
140
140
  readonly op_open_nft_dialog: (a: number, b: number, c: number) => any;
141
- readonly op_set_ui_focus: (a: number, b: number, c: number) => any;
141
+ readonly op_ui_focus: (a: number, b: number, c: number, d: number) => any;
142
142
  readonly op_copy_to_clipboard: (a: number, b: number, c: number) => any;
143
143
  readonly op_read_file: (a: number, b: number, c: number) => any;
144
144
  readonly op_scene_information: (a: number) => any;
@@ -208,19 +208,19 @@ export interface InitOutput {
208
208
  readonly __wbindgen_export_7: WebAssembly.Table;
209
209
  readonly __externref_drop_slice: (a: number, b: number) => void;
210
210
  readonly __externref_table_dealloc: (a: number) => void;
211
- readonly closure15250_externref_shim: (a: number, b: number, c: number, d: any) => void;
212
- readonly closure47751_externref_shim: (a: number, b: number, c: any) => void;
211
+ readonly closure14781_externref_shim: (a: number, b: number, c: number, d: any) => void;
212
+ readonly closure46645_externref_shim: (a: number, b: number, c: any) => void;
213
213
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
214
214
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
215
- readonly closure51579_externref_shim: (a: number, b: number, c: any) => void;
215
+ readonly closure50194_externref_shim: (a: number, b: number, c: any) => void;
216
216
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
217
217
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
218
- readonly closure56622_externref_shim: (a: number, b: number, c: any) => void;
219
- readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0c78161a9a71767b: (a: number, b: number) => void;
220
- readonly closure56635_externref_shim: (a: number, b: number, c: any, d: any) => void;
221
- readonly closure116795_externref_shim: (a: number, b: number, c: any) => void;
222
- readonly closure131826_externref_shim: (a: number, b: number, c: any) => void;
223
- readonly closure134730_externref_shim: (a: number, b: number, c: any, d: any) => void;
218
+ readonly closure54952_externref_shim: (a: number, b: number, c: any) => void;
219
+ readonly closure54960_externref_shim: (a: number, b: number, c: any, d: any) => void;
220
+ readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6452c7ce15c5a52b: (a: number, b: number) => void;
221
+ readonly closure115042_externref_shim: (a: number, b: number, c: any) => void;
222
+ readonly closure130087_externref_shim: (a: number, b: number, c: any) => void;
223
+ readonly closure132992_externref_shim: (a: number, b: number, c: any, d: any) => void;
224
224
  readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
225
225
  readonly __wbindgen_start: (a: number) => void;
226
226
  }
@@ -660,14 +660,15 @@ export function op_open_nft_dialog(op_state, urn) {
660
660
 
661
661
  /**
662
662
  * @param {WorkerContext} op_state
663
- * @param {string} element_id
664
- * @returns {Promise<void>}
663
+ * @param {boolean} apply
664
+ * @param {string | null} [element_id]
665
+ * @returns {Promise<any>}
665
666
  */
666
- export function op_set_ui_focus(op_state, element_id) {
667
+ export function op_ui_focus(op_state, apply, element_id) {
667
668
  _assertClass(op_state, WorkerContext);
668
- const ptr0 = passStringToWasm0(element_id, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
669
- const len0 = WASM_VECTOR_LEN;
670
- const ret = wasm.op_set_ui_focus(op_state.__wbg_ptr, ptr0, len0);
669
+ var ptr0 = isLikeNone(element_id) ? 0 : passStringToWasm0(element_id, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
670
+ var len0 = WASM_VECTOR_LEN;
671
+ const ret = wasm.op_ui_focus(op_state.__wbg_ptr, apply, ptr0, len0);
671
672
  return ret;
672
673
  }
673
674
 
@@ -1337,11 +1338,11 @@ export function is_super(state) {
1337
1338
  }
1338
1339
 
1339
1340
  function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
1340
- wasm.closure15250_externref_shim(arg0, arg1, arg2, arg3);
1341
+ wasm.closure14781_externref_shim(arg0, arg1, arg2, arg3);
1341
1342
  }
1342
1343
 
1343
1344
  function __wbg_adapter_65(arg0, arg1, arg2) {
1344
- wasm.closure47751_externref_shim(arg0, arg1, arg2);
1345
+ wasm.closure46645_externref_shim(arg0, arg1, arg2);
1345
1346
  }
1346
1347
 
1347
1348
  function __wbg_adapter_68(arg0, arg1) {
@@ -1353,7 +1354,7 @@ function __wbg_adapter_71(arg0, arg1) {
1353
1354
  }
1354
1355
 
1355
1356
  function __wbg_adapter_74(arg0, arg1, arg2) {
1356
- wasm.closure51579_externref_shim(arg0, arg1, arg2);
1357
+ wasm.closure50194_externref_shim(arg0, arg1, arg2);
1357
1358
  }
1358
1359
 
1359
1360
  function __wbg_adapter_81(arg0, arg1) {
@@ -1365,27 +1366,27 @@ function __wbg_adapter_84(arg0, arg1) {
1365
1366
  }
1366
1367
 
1367
1368
  function __wbg_adapter_87(arg0, arg1, arg2) {
1368
- wasm.closure56622_externref_shim(arg0, arg1, arg2);
1369
+ wasm.closure54952_externref_shim(arg0, arg1, arg2);
1369
1370
  }
1370
1371
 
1371
- function __wbg_adapter_98(arg0, arg1) {
1372
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0c78161a9a71767b(arg0, arg1);
1372
+ function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
1373
+ wasm.closure54960_externref_shim(arg0, arg1, arg2, arg3);
1373
1374
  }
1374
1375
 
1375
- function __wbg_adapter_105(arg0, arg1, arg2, arg3) {
1376
- wasm.closure56635_externref_shim(arg0, arg1, arg2, arg3);
1376
+ function __wbg_adapter_101(arg0, arg1) {
1377
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6452c7ce15c5a52b(arg0, arg1);
1377
1378
  }
1378
1379
 
1379
1380
  function __wbg_adapter_108(arg0, arg1, arg2) {
1380
- wasm.closure116795_externref_shim(arg0, arg1, arg2);
1381
+ wasm.closure115042_externref_shim(arg0, arg1, arg2);
1381
1382
  }
1382
1383
 
1383
1384
  function __wbg_adapter_111(arg0, arg1, arg2) {
1384
- wasm.closure131826_externref_shim(arg0, arg1, arg2);
1385
+ wasm.closure130087_externref_shim(arg0, arg1, arg2);
1385
1386
  }
1386
1387
 
1387
1388
  function __wbg_adapter_1529(arg0, arg1, arg2, arg3) {
1388
- wasm.closure134730_externref_shim(arg0, arg1, arg2, arg3);
1389
+ wasm.closure132992_externref_shim(arg0, arg1, arg2, arg3);
1389
1390
  }
1390
1391
 
1391
1392
  const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
@@ -4203,88 +4204,88 @@ function __wbg_get_imports() {
4203
4204
  const ret = false;
4204
4205
  return ret;
4205
4206
  };
4206
- imports.wbg.__wbindgen_closure_wrapper149588 = function(arg0, arg1, arg2) {
4207
- const ret = makeMutClosure(arg0, arg1, 116796, __wbg_adapter_108);
4207
+ imports.wbg.__wbindgen_closure_wrapper147800 = function(arg0, arg1, arg2) {
4208
+ const ret = makeMutClosure(arg0, arg1, 115043, __wbg_adapter_108);
4208
4209
  return ret;
4209
4210
  };
4210
- imports.wbg.__wbindgen_closure_wrapper170039 = function(arg0, arg1, arg2) {
4211
- const ret = makeMutClosure(arg0, arg1, 131827, __wbg_adapter_111);
4211
+ imports.wbg.__wbindgen_closure_wrapper168268 = function(arg0, arg1, arg2) {
4212
+ const ret = makeMutClosure(arg0, arg1, 130088, __wbg_adapter_111);
4212
4213
  return ret;
4213
4214
  };
4214
- imports.wbg.__wbindgen_closure_wrapper170041 = function(arg0, arg1, arg2) {
4215
- const ret = makeMutClosure(arg0, arg1, 131827, __wbg_adapter_111);
4215
+ imports.wbg.__wbindgen_closure_wrapper168270 = function(arg0, arg1, arg2) {
4216
+ const ret = makeMutClosure(arg0, arg1, 130088, __wbg_adapter_111);
4216
4217
  return ret;
4217
4218
  };
4218
- imports.wbg.__wbindgen_closure_wrapper20137 = function(arg0, arg1, arg2) {
4219
- const ret = makeMutClosure(arg0, arg1, 15251, __wbg_adapter_62);
4219
+ imports.wbg.__wbindgen_closure_wrapper19684 = function(arg0, arg1, arg2) {
4220
+ const ret = makeMutClosure(arg0, arg1, 14782, __wbg_adapter_62);
4220
4221
  return ret;
4221
4222
  };
4222
- imports.wbg.__wbindgen_closure_wrapper64148 = function(arg0, arg1, arg2) {
4223
- const ret = makeMutClosure(arg0, arg1, 47752, __wbg_adapter_65);
4223
+ imports.wbg.__wbindgen_closure_wrapper63100 = function(arg0, arg1, arg2) {
4224
+ const ret = makeMutClosure(arg0, arg1, 46646, __wbg_adapter_65);
4224
4225
  return ret;
4225
4226
  };
4226
- imports.wbg.__wbindgen_closure_wrapper64336 = function(arg0, arg1, arg2) {
4227
- const ret = makeMutClosure(arg0, arg1, 47857, __wbg_adapter_68);
4227
+ imports.wbg.__wbindgen_closure_wrapper63279 = function(arg0, arg1, arg2) {
4228
+ const ret = makeMutClosure(arg0, arg1, 46743, __wbg_adapter_68);
4228
4229
  return ret;
4229
4230
  };
4230
- imports.wbg.__wbindgen_closure_wrapper68361 = function(arg0, arg1, arg2) {
4231
- const ret = makeMutClosure(arg0, arg1, 50933, __wbg_adapter_71);
4231
+ imports.wbg.__wbindgen_closure_wrapper67097 = function(arg0, arg1, arg2) {
4232
+ const ret = makeMutClosure(arg0, arg1, 49613, __wbg_adapter_71);
4232
4233
  return ret;
4233
4234
  };
4234
- imports.wbg.__wbindgen_closure_wrapper70399 = function(arg0, arg1, arg2) {
4235
- const ret = makeMutClosure(arg0, arg1, 51580, __wbg_adapter_74);
4235
+ imports.wbg.__wbindgen_closure_wrapper69067 = function(arg0, arg1, arg2) {
4236
+ const ret = makeMutClosure(arg0, arg1, 50195, __wbg_adapter_74);
4236
4237
  return ret;
4237
4238
  };
4238
- imports.wbg.__wbindgen_closure_wrapper70401 = function(arg0, arg1, arg2) {
4239
- const ret = makeMutClosure(arg0, arg1, 51580, __wbg_adapter_74);
4239
+ imports.wbg.__wbindgen_closure_wrapper69069 = function(arg0, arg1, arg2) {
4240
+ const ret = makeMutClosure(arg0, arg1, 50195, __wbg_adapter_74);
4240
4241
  return ret;
4241
4242
  };
4242
- imports.wbg.__wbindgen_closure_wrapper70403 = function(arg0, arg1, arg2) {
4243
- const ret = makeMutClosure(arg0, arg1, 51580, __wbg_adapter_74);
4243
+ imports.wbg.__wbindgen_closure_wrapper69071 = function(arg0, arg1, arg2) {
4244
+ const ret = makeMutClosure(arg0, arg1, 50195, __wbg_adapter_74);
4244
4245
  return ret;
4245
4246
  };
4246
- imports.wbg.__wbindgen_closure_wrapper74254 = function(arg0, arg1, arg2) {
4247
- const ret = makeMutClosure(arg0, arg1, 54805, __wbg_adapter_81);
4247
+ imports.wbg.__wbindgen_closure_wrapper72920 = function(arg0, arg1, arg2) {
4248
+ const ret = makeMutClosure(arg0, arg1, 53419, __wbg_adapter_81);
4248
4249
  return ret;
4249
4250
  };
4250
- imports.wbg.__wbindgen_closure_wrapper75074 = function(arg0, arg1, arg2) {
4251
- const ret = makeMutClosure(arg0, arg1, 55122, __wbg_adapter_84);
4251
+ imports.wbg.__wbindgen_closure_wrapper73740 = function(arg0, arg1, arg2) {
4252
+ const ret = makeMutClosure(arg0, arg1, 53736, __wbg_adapter_84);
4252
4253
  return ret;
4253
4254
  };
4254
- imports.wbg.__wbindgen_closure_wrapper77315 = function(arg0, arg1, arg2) {
4255
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4255
+ imports.wbg.__wbindgen_closure_wrapper75626 = function(arg0, arg1, arg2) {
4256
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4256
4257
  return ret;
4257
4258
  };
4258
- imports.wbg.__wbindgen_closure_wrapper77317 = function(arg0, arg1, arg2) {
4259
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4259
+ imports.wbg.__wbindgen_closure_wrapper75628 = function(arg0, arg1, arg2) {
4260
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4260
4261
  return ret;
4261
4262
  };
4262
- imports.wbg.__wbindgen_closure_wrapper77319 = function(arg0, arg1, arg2) {
4263
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4263
+ imports.wbg.__wbindgen_closure_wrapper75630 = function(arg0, arg1, arg2) {
4264
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4264
4265
  return ret;
4265
4266
  };
4266
- imports.wbg.__wbindgen_closure_wrapper77321 = function(arg0, arg1, arg2) {
4267
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4267
+ imports.wbg.__wbindgen_closure_wrapper75632 = function(arg0, arg1, arg2) {
4268
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4268
4269
  return ret;
4269
4270
  };
4270
- imports.wbg.__wbindgen_closure_wrapper77323 = function(arg0, arg1, arg2) {
4271
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4271
+ imports.wbg.__wbindgen_closure_wrapper75634 = function(arg0, arg1, arg2) {
4272
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4272
4273
  return ret;
4273
4274
  };
4274
- imports.wbg.__wbindgen_closure_wrapper77325 = function(arg0, arg1, arg2) {
4275
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_98);
4275
+ imports.wbg.__wbindgen_closure_wrapper75636 = function(arg0, arg1, arg2) {
4276
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_98);
4276
4277
  return ret;
4277
4278
  };
4278
- imports.wbg.__wbindgen_closure_wrapper77327 = function(arg0, arg1, arg2) {
4279
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4279
+ imports.wbg.__wbindgen_closure_wrapper75638 = function(arg0, arg1, arg2) {
4280
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_101);
4280
4281
  return ret;
4281
4282
  };
4282
- imports.wbg.__wbindgen_closure_wrapper77329 = function(arg0, arg1, arg2) {
4283
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_87);
4283
+ imports.wbg.__wbindgen_closure_wrapper75640 = function(arg0, arg1, arg2) {
4284
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4284
4285
  return ret;
4285
4286
  };
4286
- imports.wbg.__wbindgen_closure_wrapper77331 = function(arg0, arg1, arg2) {
4287
- const ret = makeMutClosure(arg0, arg1, 56623, __wbg_adapter_105);
4287
+ imports.wbg.__wbindgen_closure_wrapper75642 = function(arg0, arg1, arg2) {
4288
+ const ret = makeMutClosure(arg0, arg1, 54953, __wbg_adapter_87);
4288
4289
  return ret;
4289
4290
  };
4290
4291
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
@@ -4683,7 +4684,7 @@ function __wbg_get_imports() {
4683
4684
  }
4684
4685
 
4685
4686
  function __wbg_init_memory(imports, memory) {
4686
- imports.wbg.memory = memory || new WebAssembly.Memory({initial:852,maximum:65536,shared:true});
4687
+ imports.wbg.memory = memory || new WebAssembly.Memory({initial:849,maximum:65536,shared:true});
4687
4688
  }
4688
4689
 
4689
4690
  function __wbg_finalize_init(instance, module, thread_stack_size) {
Binary file
@@ -34,7 +34,7 @@ export const op_external_url: (a: number, b: number, c: number) => any;
34
34
  export const op_emote: (a: number, b: number, c: number) => void;
35
35
  export const op_scene_emote: (a: number, b: number, c: number, d: number) => any;
36
36
  export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
37
- export const op_set_ui_focus: (a: number, b: number, c: number) => any;
37
+ export const op_ui_focus: (a: number, b: number, c: number, d: number) => any;
38
38
  export const op_copy_to_clipboard: (a: number, b: number, c: number) => any;
39
39
  export const op_read_file: (a: number, b: number, c: number) => any;
40
40
  export const op_scene_information: (a: number) => any;
@@ -104,18 +104,18 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
104
104
  export const __wbindgen_export_7: WebAssembly.Table;
105
105
  export const __externref_drop_slice: (a: number, b: number) => void;
106
106
  export const __externref_table_dealloc: (a: number) => void;
107
- export const closure15250_externref_shim: (a: number, b: number, c: number, d: any) => void;
108
- export const closure47751_externref_shim: (a: number, b: number, c: any) => void;
107
+ export const closure14781_externref_shim: (a: number, b: number, c: number, d: any) => void;
108
+ export const closure46645_externref_shim: (a: number, b: number, c: any) => void;
109
109
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
110
110
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
111
- export const closure51579_externref_shim: (a: number, b: number, c: any) => void;
111
+ export const closure50194_externref_shim: (a: number, b: number, c: any) => void;
112
112
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
113
113
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
114
- export const closure56622_externref_shim: (a: number, b: number, c: any) => void;
115
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0c78161a9a71767b: (a: number, b: number) => void;
116
- export const closure56635_externref_shim: (a: number, b: number, c: any, d: any) => void;
117
- export const closure116795_externref_shim: (a: number, b: number, c: any) => void;
118
- export const closure131826_externref_shim: (a: number, b: number, c: any) => void;
119
- export const closure134730_externref_shim: (a: number, b: number, c: any, d: any) => void;
114
+ export const closure54952_externref_shim: (a: number, b: number, c: any) => void;
115
+ export const closure54960_externref_shim: (a: number, b: number, c: any, d: any) => void;
116
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6452c7ce15c5a52b: (a: number, b: number) => void;
117
+ export const closure115042_externref_shim: (a: number, b: number, c: any) => void;
118
+ export const closure130087_externref_shim: (a: number, b: number, c: any) => void;
119
+ export const closure132992_externref_shim: (a: number, b: number, c: any, d: any) => void;
120
120
  export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
121
121
  export const __wbindgen_start: (a: number) => void;