@rerun-io/web-viewer 0.20.1-alpha.2 → 0.20.1-alpha.3

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/README.md CHANGED
@@ -41,7 +41,7 @@ viewer.stop();
41
41
  ```
42
42
 
43
43
  The `rrd` in the snippet above should be a URL pointing to either:
44
- - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.1-alpha.2/examples/dna.rrd>
44
+ - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.1-alpha.3/examples/dna.rrd>
45
45
  - A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
46
46
 
47
47
  If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rerun-io/web-viewer",
3
- "version": "0.20.1-alpha.2",
3
+ "version": "0.20.1-alpha.3",
4
4
  "description": "Embed the Rerun web viewer in your app",
5
5
  "licenses": [
6
6
  {
package/re_viewer.d.ts CHANGED
@@ -193,24 +193,24 @@ declare interface InitOutput {
193
193
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
194
194
  readonly __wbindgen_export_2: WebAssembly.Table;
195
195
  readonly __wbindgen_export_3: WebAssembly.Table;
196
+ readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82649c3a67a8b81c: (a: number, b: number) => void;
196
197
  readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
197
- readonly closure164_externref_shim: (a: number, b: number, c: number, d: number) => void;
198
+ readonly closure100_externref_shim: (a: number, b: number, c: number, d: number) => void;
198
199
  readonly __externref_table_dealloc: (a: number) => void;
199
- readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0d2a35a136e98ead: (a: number, b: number) => void;
200
200
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef: (a: number, b: number, c: number) => void;
201
- readonly closure5830_externref_shim: (a: number, b: number, c: number) => void;
202
- readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h87257da69beaa5d6: (a: number, b: number) => void;
201
+ readonly closure5824_externref_shim: (a: number, b: number, c: number) => void;
202
+ readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha123fe7264e08379: (a: number, b: number) => void;
203
203
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a: (a: number, b: number) => void;
204
- readonly closure8697_externref_shim: (a: number, b: number, c: number) => void;
205
- readonly closure11924_externref_shim: (a: number, b: number, c: number) => void;
206
- readonly closure13993_externref_shim: (a: number, b: number, c: number) => void;
207
- readonly closure14764_externref_shim: (a: number, b: number, c: number) => void;
208
- readonly closure14954_externref_shim: (a: number, b: number, c: number) => void;
209
- readonly closure14995_externref_shim: (a: number, b: number, c: number) => void;
204
+ readonly closure8695_externref_shim: (a: number, b: number, c: number) => void;
205
+ readonly closure11922_externref_shim: (a: number, b: number, c: number) => void;
206
+ readonly closure13979_externref_shim: (a: number, b: number, c: number) => void;
207
+ readonly closure14750_externref_shim: (a: number, b: number, c: number) => void;
208
+ readonly closure14940_externref_shim: (a: number, b: number, c: number) => void;
209
+ readonly closure14981_externref_shim: (a: number, b: number, c: number) => void;
210
210
  readonly __wbindgen_exn_store: (a: number) => void;
211
211
  readonly __externref_table_alloc: () => number;
212
212
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
213
- readonly closure18178_externref_shim: (a: number, b: number, c: number, d: number) => void;
213
+ readonly closure18164_externref_shim: (a: number, b: number, c: number, d: number) => void;
214
214
  readonly __wbindgen_start: () => void;
215
215
  }
216
216
 
package/re_viewer.js CHANGED
@@ -190,16 +190,19 @@ function makeMutClosure(arg0, arg1, dtor, f) {
190
190
  CLOSURE_DTORS.register(real, state, state);
191
191
  return real;
192
192
  }
193
+ function __wbg_adapter_46(arg0, arg1) {
194
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82649c3a67a8b81c(arg0, arg1);
195
+ }
193
196
 
194
197
  function takeFromExternrefTable0(idx) {
195
198
  const value = wasm.__wbindgen_export_2.get(idx);
196
199
  wasm.__externref_table_dealloc(idx);
197
200
  return value;
198
201
  }
199
- function __wbg_adapter_46(arg0, arg1, arg2) {
202
+ function __wbg_adapter_49(arg0, arg1, arg2) {
200
203
  try {
201
204
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
202
- wasm.closure164_externref_shim(retptr, arg0, arg1, arg2);
205
+ wasm.closure100_externref_shim(retptr, arg0, arg1, arg2);
203
206
  var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
204
207
  var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
205
208
  if (r1) {
@@ -210,10 +213,6 @@ function __wbg_adapter_46(arg0, arg1, arg2) {
210
213
  }
211
214
  }
212
215
 
213
- function __wbg_adapter_49(arg0, arg1) {
214
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0d2a35a136e98ead(arg0, arg1);
215
- }
216
-
217
216
  function __wbg_adapter_52(arg0, arg1) {
218
217
  try {
219
218
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
@@ -229,11 +228,11 @@ function __wbg_adapter_52(arg0, arg1) {
229
228
  }
230
229
 
231
230
  function __wbg_adapter_55(arg0, arg1, arg2) {
232
- wasm.closure5830_externref_shim(arg0, arg1, arg2);
231
+ wasm.closure5824_externref_shim(arg0, arg1, arg2);
233
232
  }
234
233
 
235
234
  function __wbg_adapter_60(arg0, arg1) {
236
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h87257da69beaa5d6(arg0, arg1);
235
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha123fe7264e08379(arg0, arg1);
237
236
  }
238
237
 
239
238
  function __wbg_adapter_63(arg0, arg1) {
@@ -241,11 +240,11 @@ function __wbg_adapter_63(arg0, arg1) {
241
240
  }
242
241
 
243
242
  function __wbg_adapter_66(arg0, arg1, arg2) {
244
- wasm.closure8697_externref_shim(arg0, arg1, arg2);
243
+ wasm.closure8695_externref_shim(arg0, arg1, arg2);
245
244
  }
246
245
 
247
246
  function __wbg_adapter_71(arg0, arg1, arg2) {
248
- wasm.closure11924_externref_shim(arg0, arg1, arg2);
247
+ wasm.closure11922_externref_shim(arg0, arg1, arg2);
249
248
  }
250
249
 
251
250
  function makeClosure(arg0, arg1, dtor, f) {
@@ -270,19 +269,19 @@ function makeClosure(arg0, arg1, dtor, f) {
270
269
  return real;
271
270
  }
272
271
  function __wbg_adapter_80(arg0, arg1, arg2) {
273
- wasm.closure13993_externref_shim(arg0, arg1, arg2);
272
+ wasm.closure13979_externref_shim(arg0, arg1, arg2);
274
273
  }
275
274
 
276
275
  function __wbg_adapter_85(arg0, arg1, arg2) {
277
- wasm.closure14764_externref_shim(arg0, arg1, arg2);
276
+ wasm.closure14750_externref_shim(arg0, arg1, arg2);
278
277
  }
279
278
 
280
279
  function __wbg_adapter_88(arg0, arg1, arg2) {
281
- wasm.closure14954_externref_shim(arg0, arg1, arg2);
280
+ wasm.closure14940_externref_shim(arg0, arg1, arg2);
282
281
  }
283
282
 
284
283
  function __wbg_adapter_91(arg0, arg1, arg2) {
285
- wasm.closure14995_externref_shim(arg0, arg1, arg2);
284
+ wasm.closure14981_externref_shim(arg0, arg1, arg2);
286
285
  }
287
286
 
288
287
  function addToExternrefTable0(obj) {
@@ -364,7 +363,7 @@ function getArrayI32FromWasm0(ptr, len) {
364
363
  return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
365
364
  }
366
365
  function __wbg_adapter_1468(arg0, arg1, arg2, arg3) {
367
- wasm.closure18178_externref_shim(arg0, arg1, arg2, arg3);
366
+ wasm.closure18164_externref_shim(arg0, arg1, arg2, arg3);
368
367
  }
369
368
 
370
369
  const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -758,13 +757,16 @@ function __wbg_get_imports() {
758
757
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
759
758
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
760
759
  };
761
- imports.wbg.__wbindgen_boolean_get = function(arg0) {
762
- const v = arg0;
763
- const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
760
+ imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
761
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
764
762
  return ret;
765
763
  };
766
- imports.wbg.__wbindgen_is_string = function(arg0) {
767
- const ret = typeof(arg0) === 'string';
764
+ imports.wbg.__wbindgen_is_undefined = function(arg0) {
765
+ const ret = arg0 === undefined;
766
+ return ret;
767
+ };
768
+ imports.wbg.__wbindgen_is_null = function(arg0) {
769
+ const ret = arg0 === null;
768
770
  return ret;
769
771
  };
770
772
  imports.wbg.__wbindgen_is_object = function(arg0) {
@@ -772,36 +774,33 @@ function __wbg_get_imports() {
772
774
  const ret = typeof(val) === 'object' && val !== null;
773
775
  return ret;
774
776
  };
775
- imports.wbg.__wbindgen_is_undefined = function(arg0) {
776
- const ret = arg0 === undefined;
777
+ imports.wbg.__wbg_structuredClone_4bcd52ca3b529be8 = function() { return handleError(function (arg0) {
778
+ const ret = window.structuredClone(arg0);
777
779
  return ret;
778
- };
779
- imports.wbg.__wbindgen_in = function(arg0, arg1) {
780
- const ret = arg0 in arg1;
780
+ }, arguments) };
781
+ imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
782
+ const ret = getStringFromWasm0(arg0, arg1);
781
783
  return ret;
782
784
  };
783
- imports.wbg.__wbindgen_number_new = function(arg0) {
784
- const ret = arg0;
785
+ imports.wbg.__wbindgen_boolean_get = function(arg0) {
786
+ const v = arg0;
787
+ const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
785
788
  return ret;
786
789
  };
787
- imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
788
- const ret = new Error(getStringFromWasm0(arg0, arg1));
790
+ imports.wbg.__wbindgen_is_falsy = function(arg0) {
791
+ const ret = !arg0;
789
792
  return ret;
790
793
  };
791
- imports.wbg.__wbindgen_is_null = function(arg0) {
792
- const ret = arg0 === null;
794
+ imports.wbg.__wbindgen_is_string = function(arg0) {
795
+ const ret = typeof(arg0) === 'string';
793
796
  return ret;
794
797
  };
795
- imports.wbg.__wbg_structuredClone_5799405655407de5 = function() { return handleError(function (arg0) {
796
- const ret = window.structuredClone(arg0);
797
- return ret;
798
- }, arguments) };
799
- imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
800
- const ret = getStringFromWasm0(arg0, arg1);
798
+ imports.wbg.__wbindgen_in = function(arg0, arg1) {
799
+ const ret = arg0 in arg1;
801
800
  return ret;
802
801
  };
803
- imports.wbg.__wbindgen_is_falsy = function(arg0) {
804
- const ret = !arg0;
802
+ imports.wbg.__wbindgen_number_new = function(arg0) {
803
+ const ret = arg0;
805
804
  return ret;
806
805
  };
807
806
  imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
@@ -847,11 +846,11 @@ function __wbg_get_imports() {
847
846
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
848
847
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
849
848
  };
850
- imports.wbg.__wbg_new_d94bbbbb1b639553 = function() {
849
+ imports.wbg.__wbg_new_c2c38762a20c36e8 = function() {
851
850
  const ret = new Error();
852
851
  return ret;
853
852
  };
854
- imports.wbg.__wbg_stack_0dd2491865288316 = function(arg0, arg1) {
853
+ imports.wbg.__wbg_stack_51421e13afad1693 = function(arg0, arg1) {
855
854
  const ret = arg1.stack;
856
855
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
857
856
  const len1 = WASM_VECTOR_LEN;
@@ -3221,16 +3220,16 @@ function __wbg_get_imports() {
3221
3220
  imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
3222
3221
  arg0.close();
3223
3222
  };
3224
- imports.wbg.__wbg_warn_bd24947110eb9fcb = function(arg0, arg1) {
3223
+ imports.wbg.__wbg_warn_be69c02270f8a686 = function(arg0, arg1) {
3225
3224
  console.warn(getStringFromWasm0(arg0, arg1));
3226
3225
  };
3227
- imports.wbg.__wbg_info_e19ca40457b39bee = function(arg0, arg1) {
3226
+ imports.wbg.__wbg_info_0c6dfc5ef1bb7990 = function(arg0, arg1) {
3228
3227
  console.info(getStringFromWasm0(arg0, arg1));
3229
3228
  };
3230
- imports.wbg.__wbg_debug_5c5f51756187b29d = function(arg0, arg1) {
3229
+ imports.wbg.__wbg_debug_f90c18d4f6c30039 = function(arg0, arg1) {
3231
3230
  console.debug(getStringFromWasm0(arg0, arg1));
3232
3231
  };
3233
- imports.wbg.__wbg_trace_c77b06350cdf15fd = function(arg0, arg1) {
3232
+ imports.wbg.__wbg_trace_35a5d360531287a2 = function(arg0, arg1) {
3234
3233
  console.trace(getStringFromWasm0(arg0, arg1));
3235
3234
  };
3236
3235
  imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
@@ -3579,76 +3578,76 @@ function __wbg_get_imports() {
3579
3578
  const ret = wasm.memory;
3580
3579
  return ret;
3581
3580
  };
3582
- imports.wbg.__wbindgen_closure_wrapper1470 = function(arg0, arg1, arg2) {
3583
- const ret = makeMutClosure(arg0, arg1, 165, __wbg_adapter_46);
3581
+ imports.wbg.__wbindgen_closure_wrapper1500 = function(arg0, arg1, arg2) {
3582
+ const ret = makeMutClosure(arg0, arg1, 97, __wbg_adapter_46);
3584
3583
  return ret;
3585
3584
  };
3586
- imports.wbg.__wbindgen_closure_wrapper1472 = function(arg0, arg1, arg2) {
3587
- const ret = makeMutClosure(arg0, arg1, 165, __wbg_adapter_49);
3585
+ imports.wbg.__wbindgen_closure_wrapper1502 = function(arg0, arg1, arg2) {
3586
+ const ret = makeMutClosure(arg0, arg1, 97, __wbg_adapter_49);
3588
3587
  return ret;
3589
3588
  };
3590
- imports.wbg.__wbindgen_closure_wrapper14068 = function(arg0, arg1, arg2) {
3591
- const ret = makeMutClosure(arg0, arg1, 5827, __wbg_adapter_52);
3589
+ imports.wbg.__wbindgen_closure_wrapper14086 = function(arg0, arg1, arg2) {
3590
+ const ret = makeMutClosure(arg0, arg1, 5821, __wbg_adapter_52);
3592
3591
  return ret;
3593
3592
  };
3594
- imports.wbg.__wbindgen_closure_wrapper14070 = function(arg0, arg1, arg2) {
3595
- const ret = makeMutClosure(arg0, arg1, 5827, __wbg_adapter_55);
3593
+ imports.wbg.__wbindgen_closure_wrapper14088 = function(arg0, arg1, arg2) {
3594
+ const ret = makeMutClosure(arg0, arg1, 5821, __wbg_adapter_55);
3596
3595
  return ret;
3597
3596
  };
3598
- imports.wbg.__wbindgen_closure_wrapper14072 = function(arg0, arg1, arg2) {
3599
- const ret = makeMutClosure(arg0, arg1, 5827, __wbg_adapter_55);
3597
+ imports.wbg.__wbindgen_closure_wrapper14090 = function(arg0, arg1, arg2) {
3598
+ const ret = makeMutClosure(arg0, arg1, 5821, __wbg_adapter_55);
3600
3599
  return ret;
3601
3600
  };
3602
- imports.wbg.__wbindgen_closure_wrapper18807 = function(arg0, arg1, arg2) {
3603
- const ret = makeMutClosure(arg0, arg1, 7476, __wbg_adapter_60);
3601
+ imports.wbg.__wbindgen_closure_wrapper18957 = function(arg0, arg1, arg2) {
3602
+ const ret = makeMutClosure(arg0, arg1, 7551, __wbg_adapter_60);
3604
3603
  return ret;
3605
3604
  };
3606
- imports.wbg.__wbindgen_closure_wrapper19134 = function(arg0, arg1, arg2) {
3607
- const ret = makeMutClosure(arg0, arg1, 7644, __wbg_adapter_63);
3605
+ imports.wbg.__wbindgen_closure_wrapper19153 = function(arg0, arg1, arg2) {
3606
+ const ret = makeMutClosure(arg0, arg1, 7638, __wbg_adapter_63);
3608
3607
  return ret;
3609
3608
  };
3610
- imports.wbg.__wbindgen_closure_wrapper23018 = function(arg0, arg1, arg2) {
3611
- const ret = makeMutClosure(arg0, arg1, 8698, __wbg_adapter_66);
3609
+ imports.wbg.__wbindgen_closure_wrapper23034 = function(arg0, arg1, arg2) {
3610
+ const ret = makeMutClosure(arg0, arg1, 8696, __wbg_adapter_66);
3612
3611
  return ret;
3613
3612
  };
3614
- imports.wbg.__wbindgen_closure_wrapper23020 = function(arg0, arg1, arg2) {
3615
- const ret = makeMutClosure(arg0, arg1, 8698, __wbg_adapter_66);
3613
+ imports.wbg.__wbindgen_closure_wrapper23036 = function(arg0, arg1, arg2) {
3614
+ const ret = makeMutClosure(arg0, arg1, 8696, __wbg_adapter_66);
3616
3615
  return ret;
3617
3616
  };
3618
- imports.wbg.__wbindgen_closure_wrapper30257 = function(arg0, arg1, arg2) {
3619
- const ret = makeMutClosure(arg0, arg1, 11925, __wbg_adapter_71);
3617
+ imports.wbg.__wbindgen_closure_wrapper30273 = function(arg0, arg1, arg2) {
3618
+ const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
3620
3619
  return ret;
3621
3620
  };
3622
- imports.wbg.__wbindgen_closure_wrapper30259 = function(arg0, arg1, arg2) {
3623
- const ret = makeMutClosure(arg0, arg1, 11925, __wbg_adapter_71);
3621
+ imports.wbg.__wbindgen_closure_wrapper30275 = function(arg0, arg1, arg2) {
3622
+ const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
3624
3623
  return ret;
3625
3624
  };
3626
- imports.wbg.__wbindgen_closure_wrapper30261 = function(arg0, arg1, arg2) {
3627
- const ret = makeMutClosure(arg0, arg1, 11925, __wbg_adapter_71);
3625
+ imports.wbg.__wbindgen_closure_wrapper30277 = function(arg0, arg1, arg2) {
3626
+ const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
3628
3627
  return ret;
3629
3628
  };
3630
- imports.wbg.__wbindgen_closure_wrapper30263 = function(arg0, arg1, arg2) {
3631
- const ret = makeMutClosure(arg0, arg1, 11925, __wbg_adapter_71);
3629
+ imports.wbg.__wbindgen_closure_wrapper30279 = function(arg0, arg1, arg2) {
3630
+ const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
3632
3631
  return ret;
3633
3632
  };
3634
- imports.wbg.__wbindgen_closure_wrapper35446 = function(arg0, arg1, arg2) {
3635
- const ret = makeClosure(arg0, arg1, 13994, __wbg_adapter_80);
3633
+ imports.wbg.__wbindgen_closure_wrapper35444 = function(arg0, arg1, arg2) {
3634
+ const ret = makeClosure(arg0, arg1, 13980, __wbg_adapter_80);
3636
3635
  return ret;
3637
3636
  };
3638
- imports.wbg.__wbindgen_closure_wrapper35448 = function(arg0, arg1, arg2) {
3639
- const ret = makeClosure(arg0, arg1, 13994, __wbg_adapter_80);
3637
+ imports.wbg.__wbindgen_closure_wrapper35446 = function(arg0, arg1, arg2) {
3638
+ const ret = makeClosure(arg0, arg1, 13980, __wbg_adapter_80);
3640
3639
  return ret;
3641
3640
  };
3642
- imports.wbg.__wbindgen_closure_wrapper36960 = function(arg0, arg1, arg2) {
3643
- const ret = makeMutClosure(arg0, arg1, 14765, __wbg_adapter_85);
3641
+ imports.wbg.__wbindgen_closure_wrapper36958 = function(arg0, arg1, arg2) {
3642
+ const ret = makeMutClosure(arg0, arg1, 14751, __wbg_adapter_85);
3644
3643
  return ret;
3645
3644
  };
3646
- imports.wbg.__wbindgen_closure_wrapper37385 = function(arg0, arg1, arg2) {
3647
- const ret = makeMutClosure(arg0, arg1, 14955, __wbg_adapter_88);
3645
+ imports.wbg.__wbindgen_closure_wrapper37383 = function(arg0, arg1, arg2) {
3646
+ const ret = makeMutClosure(arg0, arg1, 14941, __wbg_adapter_88);
3648
3647
  return ret;
3649
3648
  };
3650
- imports.wbg.__wbindgen_closure_wrapper37498 = function(arg0, arg1, arg2) {
3651
- const ret = makeMutClosure(arg0, arg1, 14996, __wbg_adapter_91);
3649
+ imports.wbg.__wbindgen_closure_wrapper37496 = function(arg0, arg1, arg2) {
3650
+ const ret = makeMutClosure(arg0, arg1, 14982, __wbg_adapter_91);
3652
3651
  return ret;
3653
3652
  };
3654
3653
  imports.wbg.__wbindgen_init_externref_table = function() {
package/re_viewer_bg.wasm CHANGED
Binary file
@@ -45,22 +45,22 @@ export function __wbindgen_malloc(a: number, b: number): number;
45
45
  export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
46
46
  export const __wbindgen_export_2: WebAssembly.Table;
47
47
  export const __wbindgen_export_3: WebAssembly.Table;
48
+ export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82649c3a67a8b81c(a: number, b: number): void;
48
49
  export function __wbindgen_add_to_stack_pointer(a: number): number;
49
- export function closure164_externref_shim(a: number, b: number, c: number, d: number): void;
50
+ export function closure100_externref_shim(a: number, b: number, c: number, d: number): void;
50
51
  export function __externref_table_dealloc(a: number): void;
51
- export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0d2a35a136e98ead(a: number, b: number): void;
52
52
  export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef(a: number, b: number, c: number): void;
53
- export function closure5830_externref_shim(a: number, b: number, c: number): void;
54
- export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h87257da69beaa5d6(a: number, b: number): void;
53
+ export function closure5824_externref_shim(a: number, b: number, c: number): void;
54
+ export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha123fe7264e08379(a: number, b: number): void;
55
55
  export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a(a: number, b: number): void;
56
- export function closure8697_externref_shim(a: number, b: number, c: number): void;
57
- export function closure11924_externref_shim(a: number, b: number, c: number): void;
58
- export function closure13993_externref_shim(a: number, b: number, c: number): void;
59
- export function closure14764_externref_shim(a: number, b: number, c: number): void;
60
- export function closure14954_externref_shim(a: number, b: number, c: number): void;
61
- export function closure14995_externref_shim(a: number, b: number, c: number): void;
56
+ export function closure8695_externref_shim(a: number, b: number, c: number): void;
57
+ export function closure11922_externref_shim(a: number, b: number, c: number): void;
58
+ export function closure13979_externref_shim(a: number, b: number, c: number): void;
59
+ export function closure14750_externref_shim(a: number, b: number, c: number): void;
60
+ export function closure14940_externref_shim(a: number, b: number, c: number): void;
61
+ export function closure14981_externref_shim(a: number, b: number, c: number): void;
62
62
  export function __wbindgen_exn_store(a: number): void;
63
63
  export function __externref_table_alloc(): number;
64
64
  export function __wbindgen_free(a: number, b: number, c: number): void;
65
- export function closure18178_externref_shim(a: number, b: number, c: number, d: number): void;
65
+ export function closure18164_externref_shim(a: number, b: number, c: number, d: number): void;
66
66
  export function __wbindgen_start(): void;