@dcl-regenesislabs/bevy-explorer-web 0.1.0-22444813827.commit-3f2ea24 → 0.1.0-22461240100.commit-7dc4195

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-22444813827.commit-3f2ea24"
1
+ PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22461240100.commit-7dc4195"
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-22444813827.commit-3f2ea24";</script>
414
+ <script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22461240100.commit-7dc4195";</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-22444813827.commit-3f2ea24",
3
+ "version": "0.1.0-22461240100.commit-7dc4195",
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-22444813827.commit-3f2ea24",
12
- "commit": "3f2ea248e1d38bbca8dfe8b00c0489a36d80a0cb"
11
+ "homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22461240100.commit-7dc4195",
12
+ "commit": "7dc419534f46585cee92eca099558647c38d40f1"
13
13
  }
package/pkg/manifest.json CHANGED
@@ -1 +1 @@
1
- {"wasmSize":115695061}
1
+ {"wasmSize":115708963}
@@ -9,6 +9,7 @@ export function engine_run(platform: string, realm: string, location: string, sy
9
9
  export function image_processor_init(): void;
10
10
  export function image_processor_run(): Promise<void>;
11
11
  export function wasm_init_scene(): Promise<WorkerContext>;
12
+ export function op_set_elapsed(state: WorkerContext, elapsed: number): void;
12
13
  export function op_continue_running(state: WorkerContext): boolean;
13
14
  export function op_communicated_with_renderer(state: WorkerContext): boolean;
14
15
  export function drop_context(state: WorkerContext): void;
@@ -279,6 +280,7 @@ export interface InitOutput {
279
280
  readonly op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
280
281
  readonly op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
281
282
  readonly op_set_bindings: (a: number, b: any) => any;
283
+ readonly op_set_elapsed: (a: number, b: number) => void;
282
284
  readonly op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
283
285
  readonly op_set_interactable_area: (a: number, b: number, c: number, d: number, e: number) => void;
284
286
  readonly op_set_mic_enabled: (a: number, b: number) => any;
@@ -315,20 +317,20 @@ export interface InitOutput {
315
317
  readonly __wbindgen_export_7: WebAssembly.Table;
316
318
  readonly __externref_table_dealloc: (a: number) => void;
317
319
  readonly __externref_drop_slice: (a: number, b: number) => void;
318
- readonly closure15889_externref_shim: (a: number, b: number, c: number, d: any) => void;
319
- readonly closure41744_externref_shim: (a: number, b: number, c: any) => void;
320
- readonly closure51167_externref_shim: (a: number, b: number, c: any) => void;
320
+ readonly closure15890_externref_shim: (a: number, b: number, c: number, d: any) => void;
321
+ readonly closure41798_externref_shim: (a: number, b: number, c: any) => void;
322
+ readonly closure51263_externref_shim: (a: number, b: number, c: any) => void;
321
323
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
322
324
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
323
- readonly closure54821_externref_shim: (a: number, b: number, c: any) => void;
325
+ readonly closure54917_externref_shim: (a: number, b: number, c: any) => void;
324
326
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
325
327
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
326
- readonly closure59897_externref_shim: (a: number, b: number, c: any) => void;
327
- readonly closure59901_externref_shim: (a: number, b: number, c: any, d: any) => void;
328
+ readonly closure59993_externref_shim: (a: number, b: number, c: any) => void;
329
+ readonly closure59997_externref_shim: (a: number, b: number, c: any, d: any) => void;
328
330
  readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
329
- readonly closure119854_externref_shim: (a: number, b: number, c: any) => void;
330
- readonly closure135108_externref_shim: (a: number, b: number, c: any) => void;
331
- readonly closure138001_externref_shim: (a: number, b: number, c: any, d: any) => void;
331
+ readonly closure119950_externref_shim: (a: number, b: number, c: any) => void;
332
+ readonly closure135204_externref_shim: (a: number, b: number, c: any) => void;
333
+ readonly closure138097_externref_shim: (a: number, b: number, c: any, d: any) => void;
332
334
  readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
333
335
  readonly __wbindgen_start: (a: number) => void;
334
336
  }
@@ -299,6 +299,15 @@ function _assertClass(instance, klass) {
299
299
  throw new Error(`expected instance of ${klass.name}`);
300
300
  }
301
301
  }
302
+ /**
303
+ * @param {WorkerContext} state
304
+ * @param {number} elapsed
305
+ */
306
+ export function op_set_elapsed(state, elapsed) {
307
+ _assertClass(state, WorkerContext);
308
+ wasm.op_set_elapsed(state.__wbg_ptr, elapsed);
309
+ }
310
+
302
311
  /**
303
312
  * @param {WorkerContext} state
304
313
  * @returns {boolean}
@@ -1441,15 +1450,15 @@ export function gpu_cache_hash() {
1441
1450
  }
1442
1451
 
1443
1452
  function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
1444
- wasm.closure15889_externref_shim(arg0, arg1, arg2, arg3);
1453
+ wasm.closure15890_externref_shim(arg0, arg1, arg2, arg3);
1445
1454
  }
1446
1455
 
1447
1456
  function __wbg_adapter_65(arg0, arg1, arg2) {
1448
- wasm.closure41744_externref_shim(arg0, arg1, arg2);
1457
+ wasm.closure41798_externref_shim(arg0, arg1, arg2);
1449
1458
  }
1450
1459
 
1451
1460
  function __wbg_adapter_68(arg0, arg1, arg2) {
1452
- wasm.closure51167_externref_shim(arg0, arg1, arg2);
1461
+ wasm.closure51263_externref_shim(arg0, arg1, arg2);
1453
1462
  }
1454
1463
 
1455
1464
  function __wbg_adapter_71(arg0, arg1) {
@@ -1461,7 +1470,7 @@ function __wbg_adapter_74(arg0, arg1) {
1461
1470
  }
1462
1471
 
1463
1472
  function __wbg_adapter_77(arg0, arg1, arg2) {
1464
- wasm.closure54821_externref_shim(arg0, arg1, arg2);
1473
+ wasm.closure54917_externref_shim(arg0, arg1, arg2);
1465
1474
  }
1466
1475
 
1467
1476
  function __wbg_adapter_84(arg0, arg1) {
@@ -1473,11 +1482,11 @@ function __wbg_adapter_87(arg0, arg1) {
1473
1482
  }
1474
1483
 
1475
1484
  function __wbg_adapter_90(arg0, arg1, arg2) {
1476
- wasm.closure59897_externref_shim(arg0, arg1, arg2);
1485
+ wasm.closure59993_externref_shim(arg0, arg1, arg2);
1477
1486
  }
1478
1487
 
1479
1488
  function __wbg_adapter_93(arg0, arg1, arg2, arg3) {
1480
- wasm.closure59901_externref_shim(arg0, arg1, arg2, arg3);
1489
+ wasm.closure59997_externref_shim(arg0, arg1, arg2, arg3);
1481
1490
  }
1482
1491
 
1483
1492
  function __wbg_adapter_108(arg0, arg1) {
@@ -1485,15 +1494,15 @@ function __wbg_adapter_108(arg0, arg1) {
1485
1494
  }
1486
1495
 
1487
1496
  function __wbg_adapter_111(arg0, arg1, arg2) {
1488
- wasm.closure119854_externref_shim(arg0, arg1, arg2);
1497
+ wasm.closure119950_externref_shim(arg0, arg1, arg2);
1489
1498
  }
1490
1499
 
1491
1500
  function __wbg_adapter_114(arg0, arg1, arg2) {
1492
- wasm.closure135108_externref_shim(arg0, arg1, arg2);
1501
+ wasm.closure135204_externref_shim(arg0, arg1, arg2);
1493
1502
  }
1494
1503
 
1495
- function __wbg_adapter_1602(arg0, arg1, arg2, arg3) {
1496
- wasm.closure138001_externref_shim(arg0, arg1, arg2, arg3);
1504
+ function __wbg_adapter_1603(arg0, arg1, arg2, arg3) {
1505
+ wasm.closure138097_externref_shim(arg0, arg1, arg2, arg3);
1497
1506
  }
1498
1507
 
1499
1508
  /**
@@ -3200,7 +3209,7 @@ function __wbg_get_imports() {
3200
3209
  const a = state0.a;
3201
3210
  state0.a = 0;
3202
3211
  try {
3203
- return __wbg_adapter_1602(a, state0.b, arg0, arg1);
3212
+ return __wbg_adapter_1603(a, state0.b, arg0, arg1);
3204
3213
  } finally {
3205
3214
  state0.a = a;
3206
3215
  }
@@ -4801,92 +4810,92 @@ function __wbg_get_imports() {
4801
4810
  const ret = false;
4802
4811
  return ret;
4803
4812
  };
4804
- imports.wbg.__wbindgen_closure_wrapper151358 = function(arg0, arg1, arg2) {
4805
- const ret = makeMutClosure(arg0, arg1, 119855, __wbg_adapter_111);
4813
+ imports.wbg.__wbindgen_closure_wrapper151463 = function(arg0, arg1, arg2) {
4814
+ const ret = makeMutClosure(arg0, arg1, 119951, __wbg_adapter_111);
4806
4815
  return ret;
4807
4816
  };
4808
- imports.wbg.__wbindgen_closure_wrapper172155 = function(arg0, arg1, arg2) {
4809
- const ret = makeMutClosure(arg0, arg1, 135109, __wbg_adapter_114);
4817
+ imports.wbg.__wbindgen_closure_wrapper172260 = function(arg0, arg1, arg2) {
4818
+ const ret = makeMutClosure(arg0, arg1, 135205, __wbg_adapter_114);
4810
4819
  return ret;
4811
4820
  };
4812
- imports.wbg.__wbindgen_closure_wrapper172157 = function(arg0, arg1, arg2) {
4813
- const ret = makeMutClosure(arg0, arg1, 135109, __wbg_adapter_114);
4821
+ imports.wbg.__wbindgen_closure_wrapper172262 = function(arg0, arg1, arg2) {
4822
+ const ret = makeMutClosure(arg0, arg1, 135205, __wbg_adapter_114);
4814
4823
  return ret;
4815
4824
  };
4816
- imports.wbg.__wbindgen_closure_wrapper20305 = function(arg0, arg1, arg2) {
4817
- const ret = makeMutClosure(arg0, arg1, 15890, __wbg_adapter_62);
4825
+ imports.wbg.__wbindgen_closure_wrapper20311 = function(arg0, arg1, arg2) {
4826
+ const ret = makeMutClosure(arg0, arg1, 15891, __wbg_adapter_62);
4818
4827
  return ret;
4819
4828
  };
4820
- imports.wbg.__wbindgen_closure_wrapper54447 = function(arg0, arg1, arg2) {
4821
- const ret = makeClosure(arg0, arg1, 41745, __wbg_adapter_65);
4829
+ imports.wbg.__wbindgen_closure_wrapper54505 = function(arg0, arg1, arg2) {
4830
+ const ret = makeClosure(arg0, arg1, 41799, __wbg_adapter_65);
4822
4831
  return ret;
4823
4832
  };
4824
- imports.wbg.__wbindgen_closure_wrapper67267 = function(arg0, arg1, arg2) {
4825
- const ret = makeMutClosure(arg0, arg1, 51168, __wbg_adapter_68);
4833
+ imports.wbg.__wbindgen_closure_wrapper67372 = function(arg0, arg1, arg2) {
4834
+ const ret = makeMutClosure(arg0, arg1, 51264, __wbg_adapter_68);
4826
4835
  return ret;
4827
4836
  };
4828
- imports.wbg.__wbindgen_closure_wrapper67406 = function(arg0, arg1, arg2) {
4829
- const ret = makeMutClosure(arg0, arg1, 51271, __wbg_adapter_71);
4837
+ imports.wbg.__wbindgen_closure_wrapper67511 = function(arg0, arg1, arg2) {
4838
+ const ret = makeMutClosure(arg0, arg1, 51367, __wbg_adapter_71);
4830
4839
  return ret;
4831
4840
  };
4832
- imports.wbg.__wbindgen_closure_wrapper71230 = function(arg0, arg1, arg2) {
4833
- const ret = makeMutClosure(arg0, arg1, 54208, __wbg_adapter_74);
4841
+ imports.wbg.__wbindgen_closure_wrapper71335 = function(arg0, arg1, arg2) {
4842
+ const ret = makeMutClosure(arg0, arg1, 54304, __wbg_adapter_74);
4834
4843
  return ret;
4835
4844
  };
4836
- imports.wbg.__wbindgen_closure_wrapper72428 = function(arg0, arg1, arg2) {
4837
- const ret = makeMutClosure(arg0, arg1, 54822, __wbg_adapter_77);
4845
+ imports.wbg.__wbindgen_closure_wrapper72533 = function(arg0, arg1, arg2) {
4846
+ const ret = makeMutClosure(arg0, arg1, 54918, __wbg_adapter_77);
4838
4847
  return ret;
4839
4848
  };
4840
- imports.wbg.__wbindgen_closure_wrapper72430 = function(arg0, arg1, arg2) {
4841
- const ret = makeMutClosure(arg0, arg1, 54822, __wbg_adapter_77);
4849
+ imports.wbg.__wbindgen_closure_wrapper72535 = function(arg0, arg1, arg2) {
4850
+ const ret = makeMutClosure(arg0, arg1, 54918, __wbg_adapter_77);
4842
4851
  return ret;
4843
4852
  };
4844
- imports.wbg.__wbindgen_closure_wrapper72432 = function(arg0, arg1, arg2) {
4845
- const ret = makeMutClosure(arg0, arg1, 54822, __wbg_adapter_77);
4853
+ imports.wbg.__wbindgen_closure_wrapper72537 = function(arg0, arg1, arg2) {
4854
+ const ret = makeMutClosure(arg0, arg1, 54918, __wbg_adapter_77);
4846
4855
  return ret;
4847
4856
  };
4848
- imports.wbg.__wbindgen_closure_wrapper76999 = function(arg0, arg1, arg2) {
4849
- const ret = makeMutClosure(arg0, arg1, 58056, __wbg_adapter_84);
4857
+ imports.wbg.__wbindgen_closure_wrapper77104 = function(arg0, arg1, arg2) {
4858
+ const ret = makeMutClosure(arg0, arg1, 58152, __wbg_adapter_84);
4850
4859
  return ret;
4851
4860
  };
4852
- imports.wbg.__wbindgen_closure_wrapper78034 = function(arg0, arg1, arg2) {
4853
- const ret = makeMutClosure(arg0, arg1, 58437, __wbg_adapter_87);
4861
+ imports.wbg.__wbindgen_closure_wrapper78139 = function(arg0, arg1, arg2) {
4862
+ const ret = makeMutClosure(arg0, arg1, 58533, __wbg_adapter_87);
4854
4863
  return ret;
4855
4864
  };
4856
- imports.wbg.__wbindgen_closure_wrapper80186 = function(arg0, arg1, arg2) {
4857
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4865
+ imports.wbg.__wbindgen_closure_wrapper80291 = function(arg0, arg1, arg2) {
4866
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4858
4867
  return ret;
4859
4868
  };
4860
- imports.wbg.__wbindgen_closure_wrapper80188 = function(arg0, arg1, arg2) {
4861
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_93);
4869
+ imports.wbg.__wbindgen_closure_wrapper80293 = function(arg0, arg1, arg2) {
4870
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_93);
4862
4871
  return ret;
4863
4872
  };
4864
- imports.wbg.__wbindgen_closure_wrapper80190 = function(arg0, arg1, arg2) {
4865
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4873
+ imports.wbg.__wbindgen_closure_wrapper80295 = function(arg0, arg1, arg2) {
4874
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4866
4875
  return ret;
4867
4876
  };
4868
- imports.wbg.__wbindgen_closure_wrapper80192 = function(arg0, arg1, arg2) {
4869
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4877
+ imports.wbg.__wbindgen_closure_wrapper80297 = function(arg0, arg1, arg2) {
4878
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4870
4879
  return ret;
4871
4880
  };
4872
- imports.wbg.__wbindgen_closure_wrapper80194 = function(arg0, arg1, arg2) {
4873
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4881
+ imports.wbg.__wbindgen_closure_wrapper80299 = function(arg0, arg1, arg2) {
4882
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4874
4883
  return ret;
4875
4884
  };
4876
- imports.wbg.__wbindgen_closure_wrapper80196 = function(arg0, arg1, arg2) {
4877
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4885
+ imports.wbg.__wbindgen_closure_wrapper80301 = function(arg0, arg1, arg2) {
4886
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4878
4887
  return ret;
4879
4888
  };
4880
- imports.wbg.__wbindgen_closure_wrapper80198 = function(arg0, arg1, arg2) {
4881
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4889
+ imports.wbg.__wbindgen_closure_wrapper80303 = function(arg0, arg1, arg2) {
4890
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4882
4891
  return ret;
4883
4892
  };
4884
- imports.wbg.__wbindgen_closure_wrapper80200 = function(arg0, arg1, arg2) {
4885
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_90);
4893
+ imports.wbg.__wbindgen_closure_wrapper80305 = function(arg0, arg1, arg2) {
4894
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_90);
4886
4895
  return ret;
4887
4896
  };
4888
- imports.wbg.__wbindgen_closure_wrapper80202 = function(arg0, arg1, arg2) {
4889
- const ret = makeMutClosure(arg0, arg1, 59898, __wbg_adapter_108);
4897
+ imports.wbg.__wbindgen_closure_wrapper80307 = function(arg0, arg1, arg2) {
4898
+ const ret = makeMutClosure(arg0, arg1, 59994, __wbg_adapter_108);
4890
4899
  return ret;
4891
4900
  };
4892
4901
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -113,6 +113,7 @@ export const op_send_batch: (a: number) => any;
113
113
  export const op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
114
114
  export const op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
115
115
  export const op_set_bindings: (a: number, b: any) => any;
116
+ export const op_set_elapsed: (a: number, b: number) => void;
116
117
  export const op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
117
118
  export const op_set_interactable_area: (a: number, b: number, c: number, d: number, e: number) => void;
118
119
  export const op_set_mic_enabled: (a: number, b: number) => any;
@@ -149,19 +150,19 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
149
150
  export const __wbindgen_export_7: WebAssembly.Table;
150
151
  export const __externref_table_dealloc: (a: number) => void;
151
152
  export const __externref_drop_slice: (a: number, b: number) => void;
152
- export const closure15889_externref_shim: (a: number, b: number, c: number, d: any) => void;
153
- export const closure41744_externref_shim: (a: number, b: number, c: any) => void;
154
- export const closure51167_externref_shim: (a: number, b: number, c: any) => void;
153
+ export const closure15890_externref_shim: (a: number, b: number, c: number, d: any) => void;
154
+ export const closure41798_externref_shim: (a: number, b: number, c: any) => void;
155
+ export const closure51263_externref_shim: (a: number, b: number, c: any) => void;
155
156
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
156
157
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
157
- export const closure54821_externref_shim: (a: number, b: number, c: any) => void;
158
+ export const closure54917_externref_shim: (a: number, b: number, c: any) => void;
158
159
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
159
160
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
160
- export const closure59897_externref_shim: (a: number, b: number, c: any) => void;
161
- export const closure59901_externref_shim: (a: number, b: number, c: any, d: any) => void;
161
+ export const closure59993_externref_shim: (a: number, b: number, c: any) => void;
162
+ export const closure59997_externref_shim: (a: number, b: number, c: any, d: any) => void;
162
163
  export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
163
- export const closure119854_externref_shim: (a: number, b: number, c: any) => void;
164
- export const closure135108_externref_shim: (a: number, b: number, c: any) => void;
165
- export const closure138001_externref_shim: (a: number, b: number, c: any, d: any) => void;
164
+ export const closure119950_externref_shim: (a: number, b: number, c: any) => void;
165
+ export const closure135204_externref_shim: (a: number, b: number, c: any) => void;
166
+ export const closure138097_externref_shim: (a: number, b: number, c: any, d: any) => void;
166
167
  export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
167
168
  export const __wbindgen_start: (a: number) => void;
package/sandbox_worker.js CHANGED
@@ -312,6 +312,7 @@ self.onmessage = async (event) => {
312
312
  var consecutiveErrorsWithoutInteraction = 0;
313
313
  while (ops.op_continue_running()) {
314
314
  const dt = (elapsed - prevElapsed) / 1000;
315
+ ops.op_set_elapsed(elapsed / 1000);
315
316
  try {
316
317
  await module.onUpdate(dt);
317
318
  consecutiveErrorsWithoutInteraction = 0;