@rerun-io/web-viewer 0.20.0-alpha.2 → 0.20.0-rc.1

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.0-alpha.2/examples/dna.rrd>
44
+ - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.0-rc.1/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.0-alpha.2",
3
+ "version": "0.20.0-rc.1",
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__hf7fdb257c04c68b1: (a: number, b: number) => void;
196
197
  readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
197
- readonly closure803_externref_shim: (a: number, b: number, c: number, d: number) => void;
198
+ readonly closure922_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__h152edff22007f962: (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 closure5835_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__h1fe0a1120d56c742: (a: number, b: number) => void;
201
+ readonly closure5793_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__h454729041cff4f59: (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 closure8688_externref_shim: (a: number, b: number, c: number) => void;
205
- readonly closure11914_externref_shim: (a: number, b: number, c: number) => void;
206
- readonly closure13983_externref_shim: (a: number, b: number, c: number) => void;
207
- readonly closure14748_externref_shim: (a: number, b: number, c: number) => void;
208
- readonly closure14938_externref_shim: (a: number, b: number, c: number) => void;
209
- readonly closure14979_externref_shim: (a: number, b: number, c: number) => void;
204
+ readonly closure8689_externref_shim: (a: number, b: number, c: number) => void;
205
+ readonly closure11916_externref_shim: (a: number, b: number, c: number) => void;
206
+ readonly closure13996_externref_shim: (a: number, b: number, c: number) => void;
207
+ readonly closure14767_externref_shim: (a: number, b: number, c: number) => void;
208
+ readonly closure14957_externref_shim: (a: number, b: number, c: number) => void;
209
+ readonly closure14998_externref_shim: (a: number, b: number, c: number) => void;
210
210
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
211
211
  readonly __wbindgen_exn_store: (a: number) => void;
212
212
  readonly __externref_table_alloc: () => number;
213
- readonly closure18162_externref_shim: (a: number, b: number, c: number, d: number) => void;
213
+ readonly closure18181_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__hf7fdb257c04c68b1(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.closure803_externref_shim(retptr, arg0, arg1, arg2);
205
+ wasm.closure922_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__h152edff22007f962(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.closure5835_externref_shim(arg0, arg1, arg2);
231
+ wasm.closure5793_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__h1fe0a1120d56c742(arg0, arg1);
235
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h454729041cff4f59(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.closure8688_externref_shim(arg0, arg1, arg2);
243
+ wasm.closure8689_externref_shim(arg0, arg1, arg2);
245
244
  }
246
245
 
247
246
  function __wbg_adapter_71(arg0, arg1, arg2) {
248
- wasm.closure11914_externref_shim(arg0, arg1, arg2);
247
+ wasm.closure11916_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.closure13983_externref_shim(arg0, arg1, arg2);
272
+ wasm.closure13996_externref_shim(arg0, arg1, arg2);
274
273
  }
275
274
 
276
275
  function __wbg_adapter_85(arg0, arg1, arg2) {
277
- wasm.closure14748_externref_shim(arg0, arg1, arg2);
276
+ wasm.closure14767_externref_shim(arg0, arg1, arg2);
278
277
  }
279
278
 
280
279
  function __wbg_adapter_88(arg0, arg1, arg2) {
281
- wasm.closure14938_externref_shim(arg0, arg1, arg2);
280
+ wasm.closure14957_externref_shim(arg0, arg1, arg2);
282
281
  }
283
282
 
284
283
  function __wbg_adapter_91(arg0, arg1, arg2) {
285
- wasm.closure14979_externref_shim(arg0, arg1, arg2);
284
+ wasm.closure14998_externref_shim(arg0, arg1, arg2);
286
285
  }
287
286
 
288
287
  function passArray8ToWasm0(arg, malloc) {
@@ -363,8 +362,8 @@ function getArrayI32FromWasm0(ptr, len) {
363
362
  ptr = ptr >>> 0;
364
363
  return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
365
364
  }
366
- function __wbg_adapter_1466(arg0, arg1, arg2, arg3) {
367
- wasm.closure18162_externref_shim(arg0, arg1, arg2, arg3);
365
+ function __wbg_adapter_1468(arg0, arg1, arg2, arg3) {
366
+ wasm.closure18181_externref_shim(arg0, arg1, arg2, arg3);
368
367
  }
369
368
 
370
369
  const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
@@ -737,15 +736,6 @@ async function __wbg_load(module, imports) {
737
736
  function __wbg_get_imports() {
738
737
  const imports = {};
739
738
  imports.wbg = {};
740
- imports.wbg.__wbindgen_cb_drop = function(arg0) {
741
- const obj = arg0.original;
742
- if (obj.cnt-- == 1) {
743
- obj.a = 0;
744
- return true;
745
- }
746
- const ret = false;
747
- return ret;
748
- };
749
739
  imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
750
740
  const obj = arg1;
751
741
  const ret = typeof(obj) === 'string' ? obj : undefined;
@@ -759,8 +749,12 @@ function __wbg_get_imports() {
759
749
  const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
760
750
  return ret;
761
751
  };
762
- imports.wbg.__wbindgen_is_function = function(arg0) {
763
- const ret = typeof(arg0) === 'function';
752
+ imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
753
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
754
+ return ret;
755
+ };
756
+ imports.wbg.__wbindgen_is_string = function(arg0) {
757
+ const ret = typeof(arg0) === 'string';
764
758
  return ret;
765
759
  };
766
760
  imports.wbg.__wbindgen_is_object = function(arg0) {
@@ -776,23 +770,23 @@ function __wbg_get_imports() {
776
770
  const ret = arg0 in arg1;
777
771
  return ret;
778
772
  };
779
- imports.wbg.__wbindgen_is_string = function(arg0) {
780
- const ret = typeof(arg0) === 'string';
781
- return ret;
782
- };
783
773
  imports.wbg.__wbindgen_number_new = function(arg0) {
784
774
  const ret = arg0;
785
775
  return ret;
786
776
  };
787
- imports.wbg.__wbindgen_is_null = function(arg0) {
788
- const ret = arg0 === null;
777
+ imports.wbg.__wbindgen_is_function = function(arg0) {
778
+ const ret = typeof(arg0) === 'function';
789
779
  return ret;
790
780
  };
791
- imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
792
- const ret = new Error(getStringFromWasm0(arg0, arg1));
781
+ imports.wbg.__wbindgen_is_falsy = function(arg0) {
782
+ const ret = !arg0;
783
+ return ret;
784
+ };
785
+ imports.wbg.__wbindgen_is_null = function(arg0) {
786
+ const ret = arg0 === null;
793
787
  return ret;
794
788
  };
795
- imports.wbg.__wbg_structuredClone_0ed3fd3e1666a43d = function() { return handleError(function (arg0) {
789
+ imports.wbg.__wbg_structuredClone_5019504bb06309c1 = function() { return handleError(function (arg0) {
796
790
  const ret = window.structuredClone(arg0);
797
791
  return ret;
798
792
  }, arguments) };
@@ -800,8 +794,13 @@ function __wbg_get_imports() {
800
794
  const ret = getStringFromWasm0(arg0, arg1);
801
795
  return ret;
802
796
  };
803
- imports.wbg.__wbindgen_is_falsy = function(arg0) {
804
- const ret = !arg0;
797
+ imports.wbg.__wbindgen_cb_drop = function(arg0) {
798
+ const obj = arg0.original;
799
+ if (obj.cnt-- == 1) {
800
+ obj.a = 0;
801
+ return true;
802
+ }
803
+ const ret = false;
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_ebdefad4e481c77e = function() {
849
+ imports.wbg.__wbg_new_851fcb0b186c6490 = function() {
851
850
  const ret = new Error();
852
851
  return ret;
853
852
  };
854
- imports.wbg.__wbg_stack_2055239064e86b51 = function(arg0, arg1) {
853
+ imports.wbg.__wbg_stack_37ad9e78d0016830 = 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;
@@ -3011,6 +3010,10 @@ function __wbg_get_imports() {
3011
3010
  imports.wbg.__wbg_decode_322aa8c3136679d0 = function() { return handleError(function (arg0, arg1) {
3012
3011
  arg0.decode(arg1);
3013
3012
  }, arguments) };
3013
+ imports.wbg.__wbg_flush_9716c0a97ed0b5fb = function(arg0) {
3014
+ const ret = arg0.flush();
3015
+ return ret;
3016
+ };
3014
3017
  imports.wbg.__wbg_reset_946aa2e6c9cecbe2 = function() { return handleError(function (arg0) {
3015
3018
  arg0.reset();
3016
3019
  }, arguments) };
@@ -3217,16 +3220,16 @@ function __wbg_get_imports() {
3217
3220
  imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
3218
3221
  arg0.close();
3219
3222
  };
3220
- imports.wbg.__wbg_warn_17663c8d0a67016a = function(arg0, arg1) {
3223
+ imports.wbg.__wbg_warn_f459922734b6723e = function(arg0, arg1) {
3221
3224
  console.warn(getStringFromWasm0(arg0, arg1));
3222
3225
  };
3223
- imports.wbg.__wbg_info_09cd125250b82e98 = function(arg0, arg1) {
3226
+ imports.wbg.__wbg_info_929b8ca57dd23589 = function(arg0, arg1) {
3224
3227
  console.info(getStringFromWasm0(arg0, arg1));
3225
3228
  };
3226
- imports.wbg.__wbg_debug_53ac2f5a79777f0f = function(arg0, arg1) {
3229
+ imports.wbg.__wbg_debug_d647a5301e244328 = function(arg0, arg1) {
3227
3230
  console.debug(getStringFromWasm0(arg0, arg1));
3228
3231
  };
3229
- imports.wbg.__wbg_trace_0673467fc54e02de = function(arg0, arg1) {
3232
+ imports.wbg.__wbg_trace_115a7cb20909154d = function(arg0, arg1) {
3230
3233
  console.trace(getStringFromWasm0(arg0, arg1));
3231
3234
  };
3232
3235
  imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
@@ -3457,7 +3460,7 @@ function __wbg_get_imports() {
3457
3460
  const a = state0.a;
3458
3461
  state0.a = 0;
3459
3462
  try {
3460
- return __wbg_adapter_1466(a, state0.b, arg0, arg1);
3463
+ return __wbg_adapter_1468(a, state0.b, arg0, arg1);
3461
3464
  } finally {
3462
3465
  state0.a = a;
3463
3466
  }
@@ -3575,76 +3578,76 @@ function __wbg_get_imports() {
3575
3578
  const ret = wasm.memory;
3576
3579
  return ret;
3577
3580
  };
3578
- imports.wbg.__wbindgen_closure_wrapper2736 = function(arg0, arg1, arg2) {
3579
- const ret = makeMutClosure(arg0, arg1, 804, __wbg_adapter_46);
3581
+ imports.wbg.__wbindgen_closure_wrapper3306 = function(arg0, arg1, arg2) {
3582
+ const ret = makeMutClosure(arg0, arg1, 919, __wbg_adapter_46);
3580
3583
  return ret;
3581
3584
  };
3582
- imports.wbg.__wbindgen_closure_wrapper2738 = function(arg0, arg1, arg2) {
3583
- const ret = makeMutClosure(arg0, arg1, 804, __wbg_adapter_49);
3585
+ imports.wbg.__wbindgen_closure_wrapper3308 = function(arg0, arg1, arg2) {
3586
+ const ret = makeMutClosure(arg0, arg1, 919, __wbg_adapter_49);
3584
3587
  return ret;
3585
3588
  };
3586
- imports.wbg.__wbindgen_closure_wrapper14171 = function(arg0, arg1, arg2) {
3587
- const ret = makeMutClosure(arg0, arg1, 5832, __wbg_adapter_52);
3589
+ imports.wbg.__wbindgen_closure_wrapper14248 = function(arg0, arg1, arg2) {
3590
+ const ret = makeMutClosure(arg0, arg1, 5790, __wbg_adapter_52);
3588
3591
  return ret;
3589
3592
  };
3590
- imports.wbg.__wbindgen_closure_wrapper14173 = function(arg0, arg1, arg2) {
3591
- const ret = makeMutClosure(arg0, arg1, 5832, __wbg_adapter_55);
3593
+ imports.wbg.__wbindgen_closure_wrapper14250 = function(arg0, arg1, arg2) {
3594
+ const ret = makeMutClosure(arg0, arg1, 5790, __wbg_adapter_55);
3592
3595
  return ret;
3593
3596
  };
3594
- imports.wbg.__wbindgen_closure_wrapper14175 = function(arg0, arg1, arg2) {
3595
- const ret = makeMutClosure(arg0, arg1, 5832, __wbg_adapter_55);
3597
+ imports.wbg.__wbindgen_closure_wrapper14252 = function(arg0, arg1, arg2) {
3598
+ const ret = makeMutClosure(arg0, arg1, 5790, __wbg_adapter_55);
3596
3599
  return ret;
3597
3600
  };
3598
- imports.wbg.__wbindgen_closure_wrapper19059 = function(arg0, arg1, arg2) {
3599
- const ret = makeMutClosure(arg0, arg1, 7615, __wbg_adapter_60);
3601
+ imports.wbg.__wbindgen_closure_wrapper18963 = function(arg0, arg1, arg2) {
3602
+ const ret = makeMutClosure(arg0, arg1, 7570, __wbg_adapter_60);
3600
3603
  return ret;
3601
3604
  };
3602
- imports.wbg.__wbindgen_closure_wrapper19139 = function(arg0, arg1, arg2) {
3603
- const ret = makeMutClosure(arg0, arg1, 7641, __wbg_adapter_63);
3605
+ imports.wbg.__wbindgen_closure_wrapper19321 = function(arg0, arg1, arg2) {
3606
+ const ret = makeMutClosure(arg0, arg1, 7632, __wbg_adapter_63);
3604
3607
  return ret;
3605
3608
  };
3606
- imports.wbg.__wbindgen_closure_wrapper23016 = function(arg0, arg1, arg2) {
3607
- const ret = makeMutClosure(arg0, arg1, 8689, __wbg_adapter_66);
3609
+ imports.wbg.__wbindgen_closure_wrapper23203 = function(arg0, arg1, arg2) {
3610
+ const ret = makeMutClosure(arg0, arg1, 8690, __wbg_adapter_66);
3608
3611
  return ret;
3609
3612
  };
3610
- imports.wbg.__wbindgen_closure_wrapper23018 = function(arg0, arg1, arg2) {
3611
- const ret = makeMutClosure(arg0, arg1, 8689, __wbg_adapter_66);
3613
+ imports.wbg.__wbindgen_closure_wrapper23205 = function(arg0, arg1, arg2) {
3614
+ const ret = makeMutClosure(arg0, arg1, 8690, __wbg_adapter_66);
3612
3615
  return ret;
3613
3616
  };
3614
- imports.wbg.__wbindgen_closure_wrapper30252 = function(arg0, arg1, arg2) {
3615
- const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
3617
+ imports.wbg.__wbindgen_closure_wrapper30442 = function(arg0, arg1, arg2) {
3618
+ const ret = makeMutClosure(arg0, arg1, 11917, __wbg_adapter_71);
3616
3619
  return ret;
3617
3620
  };
3618
- imports.wbg.__wbindgen_closure_wrapper30254 = function(arg0, arg1, arg2) {
3619
- const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
3621
+ imports.wbg.__wbindgen_closure_wrapper30444 = function(arg0, arg1, arg2) {
3622
+ const ret = makeMutClosure(arg0, arg1, 11917, __wbg_adapter_71);
3620
3623
  return ret;
3621
3624
  };
3622
- imports.wbg.__wbindgen_closure_wrapper30256 = function(arg0, arg1, arg2) {
3623
- const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
3625
+ imports.wbg.__wbindgen_closure_wrapper30446 = function(arg0, arg1, arg2) {
3626
+ const ret = makeMutClosure(arg0, arg1, 11917, __wbg_adapter_71);
3624
3627
  return ret;
3625
3628
  };
3626
- imports.wbg.__wbindgen_closure_wrapper30258 = function(arg0, arg1, arg2) {
3627
- const ret = makeMutClosure(arg0, arg1, 11915, __wbg_adapter_71);
3629
+ imports.wbg.__wbindgen_closure_wrapper30448 = function(arg0, arg1, arg2) {
3630
+ const ret = makeMutClosure(arg0, arg1, 11917, __wbg_adapter_71);
3628
3631
  return ret;
3629
3632
  };
3630
- imports.wbg.__wbindgen_closure_wrapper35440 = function(arg0, arg1, arg2) {
3631
- const ret = makeClosure(arg0, arg1, 13984, __wbg_adapter_80);
3633
+ imports.wbg.__wbindgen_closure_wrapper35636 = function(arg0, arg1, arg2) {
3634
+ const ret = makeClosure(arg0, arg1, 13997, __wbg_adapter_80);
3632
3635
  return ret;
3633
3636
  };
3634
- imports.wbg.__wbindgen_closure_wrapper35442 = function(arg0, arg1, arg2) {
3635
- const ret = makeClosure(arg0, arg1, 13984, __wbg_adapter_80);
3637
+ imports.wbg.__wbindgen_closure_wrapper35638 = function(arg0, arg1, arg2) {
3638
+ const ret = makeClosure(arg0, arg1, 13997, __wbg_adapter_80);
3636
3639
  return ret;
3637
3640
  };
3638
- imports.wbg.__wbindgen_closure_wrapper36941 = function(arg0, arg1, arg2) {
3639
- const ret = makeMutClosure(arg0, arg1, 14749, __wbg_adapter_85);
3641
+ imports.wbg.__wbindgen_closure_wrapper37150 = function(arg0, arg1, arg2) {
3642
+ const ret = makeMutClosure(arg0, arg1, 14768, __wbg_adapter_85);
3640
3643
  return ret;
3641
3644
  };
3642
- imports.wbg.__wbindgen_closure_wrapper37366 = function(arg0, arg1, arg2) {
3643
- const ret = makeMutClosure(arg0, arg1, 14939, __wbg_adapter_88);
3645
+ imports.wbg.__wbindgen_closure_wrapper37575 = function(arg0, arg1, arg2) {
3646
+ const ret = makeMutClosure(arg0, arg1, 14958, __wbg_adapter_88);
3644
3647
  return ret;
3645
3648
  };
3646
- imports.wbg.__wbindgen_closure_wrapper37479 = function(arg0, arg1, arg2) {
3647
- const ret = makeMutClosure(arg0, arg1, 14980, __wbg_adapter_91);
3649
+ imports.wbg.__wbindgen_closure_wrapper37688 = function(arg0, arg1, arg2) {
3650
+ const ret = makeMutClosure(arg0, arg1, 14999, __wbg_adapter_91);
3648
3651
  return ret;
3649
3652
  };
3650
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__hf7fdb257c04c68b1(a: number, b: number): void;
48
49
  export function __wbindgen_add_to_stack_pointer(a: number): number;
49
- export function closure803_externref_shim(a: number, b: number, c: number, d: number): void;
50
+ export function closure922_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__h152edff22007f962(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 closure5835_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__h1fe0a1120d56c742(a: number, b: number): void;
53
+ export function closure5793_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__h454729041cff4f59(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 closure8688_externref_shim(a: number, b: number, c: number): void;
57
- export function closure11914_externref_shim(a: number, b: number, c: number): void;
58
- export function closure13983_externref_shim(a: number, b: number, c: number): void;
59
- export function closure14748_externref_shim(a: number, b: number, c: number): void;
60
- export function closure14938_externref_shim(a: number, b: number, c: number): void;
61
- export function closure14979_externref_shim(a: number, b: number, c: number): void;
56
+ export function closure8689_externref_shim(a: number, b: number, c: number): void;
57
+ export function closure11916_externref_shim(a: number, b: number, c: number): void;
58
+ export function closure13996_externref_shim(a: number, b: number, c: number): void;
59
+ export function closure14767_externref_shim(a: number, b: number, c: number): void;
60
+ export function closure14957_externref_shim(a: number, b: number, c: number): void;
61
+ export function closure14998_externref_shim(a: number, b: number, c: number): void;
62
62
  export function __wbindgen_free(a: number, b: number, c: number): void;
63
63
  export function __wbindgen_exn_store(a: number): void;
64
64
  export function __externref_table_alloc(): number;
65
- export function closure18162_externref_shim(a: number, b: number, c: number, d: number): void;
65
+ export function closure18181_externref_shim(a: number, b: number, c: number, d: number): void;
66
66
  export function __wbindgen_start(): void;