@rerun-io/web-viewer 0.12.0-rc.4 → 0.12.0-rc.6

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.12.0-rc.4/examples/dna.rrd>
44
+ - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.12.0-rc.6/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.12.0-rc.4",
3
+ "version": "0.12.0-rc.6",
4
4
  "description": "Embed the Rerun web viewer in your app",
5
5
  "private": false,
6
6
  "scripts": {
package/re_viewer_bg.js CHANGED
@@ -222,25 +222,17 @@ function makeMutClosure(arg0, arg1, dtor, f) {
222
222
  return real;
223
223
  }
224
224
  function __wbg_adapter_34(arg0, arg1) {
225
- wasm.wasm_bindgen__convert__closures__invoke0_mut__ha27c7e68dc7e6fec(arg0, arg1);
225
+ wasm.wasm_bindgen__convert__closures__invoke0_mut__hffe46090d050c52e(arg0, arg1);
226
226
  }
227
227
 
228
228
  function __wbg_adapter_37(arg0, arg1) {
229
229
  wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4b1e59d19e751877(arg0, arg1);
230
230
  }
231
231
 
232
- function __wbg_adapter_40(arg0, arg1, arg2) {
233
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h495e021177c053ee(arg0, arg1, addHeapObject(arg2));
234
- }
235
-
236
- function __wbg_adapter_43(arg0, arg1) {
237
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8fa267ecc1eb02a4(arg0, arg1);
238
- }
239
-
240
- function __wbg_adapter_46(arg0, arg1) {
232
+ function __wbg_adapter_40(arg0, arg1) {
241
233
  try {
242
234
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
243
- wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h49d90045e5200b5e(retptr, arg0, arg1);
235
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5db19b379a5b2b2d(retptr, arg0, arg1);
244
236
  var r0 = getInt32Memory0()[retptr / 4 + 0];
245
237
  var r1 = getInt32Memory0()[retptr / 4 + 1];
246
238
  if (r1) {
@@ -251,12 +243,20 @@ function __wbg_adapter_46(arg0, arg1) {
251
243
  }
252
244
  }
253
245
 
246
+ function __wbg_adapter_43(arg0, arg1, arg2) {
247
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h66b9685bc927403b(arg0, arg1, addHeapObject(arg2));
248
+ }
249
+
250
+ function __wbg_adapter_46(arg0, arg1) {
251
+ wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb98c7eb41ddd4bc7(arg0, arg1);
252
+ }
253
+
254
254
  function __wbg_adapter_49(arg0, arg1, arg2) {
255
255
  wasm.wasm_bindgen__convert__closures__invoke1_mut__h5c5582a4f18faa87(arg0, arg1, addHeapObject(arg2));
256
256
  }
257
257
 
258
258
  function __wbg_adapter_58(arg0, arg1, arg2) {
259
- wasm.wasm_bindgen__convert__closures__invoke1_mut__hc6b86564fbbb6bb5(arg0, arg1, addHeapObject(arg2));
259
+ wasm.wasm_bindgen__convert__closures__invoke1_mut__haf52d5c955ef8cc6(arg0, arg1, addHeapObject(arg2));
260
260
  }
261
261
 
262
262
  function __wbg_adapter_61(arg0, arg1, arg2) {
@@ -731,12 +731,12 @@ export function __wbg_stack_5e4edbe5d1e14374(arg0, arg1) {
731
731
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
732
732
  };
733
733
 
734
- export function __wbg_new_395a8514ed40239d() {
734
+ export function __wbg_new_c44e4acf7a47b88d() {
735
735
  const ret = new Error();
736
736
  return addHeapObject(ret);
737
737
  };
738
738
 
739
- export function __wbg_stack_d537cf45a4444568(arg0, arg1) {
739
+ export function __wbg_stack_e75e239f8a997c46(arg0, arg1) {
740
740
  const ret = getObject(arg1).stack;
741
741
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
742
742
  const len1 = WASM_VECTOR_LEN;
@@ -2686,19 +2686,19 @@ export function __wbg_focus_dbcbbbb2a04c0e1f() { return handleError(function (ar
2686
2686
  getObject(arg0).focus();
2687
2687
  }, arguments) };
2688
2688
 
2689
- export function __wbg_warn_61f8e6f5038afcb9(arg0, arg1) {
2689
+ export function __wbg_warn_788adcd0a826ad84(arg0, arg1) {
2690
2690
  console.warn(getStringFromWasm0(arg0, arg1));
2691
2691
  };
2692
2692
 
2693
- export function __wbg_info_91f94e7c63d2ff55(arg0, arg1) {
2693
+ export function __wbg_info_a9ddb1d5190fb98c(arg0, arg1) {
2694
2694
  console.info(getStringFromWasm0(arg0, arg1));
2695
2695
  };
2696
2696
 
2697
- export function __wbg_debug_e55be755fe0c8f25(arg0, arg1) {
2697
+ export function __wbg_debug_f66985ef10371615(arg0, arg1) {
2698
2698
  console.debug(getStringFromWasm0(arg0, arg1));
2699
2699
  };
2700
2700
 
2701
- export function __wbg_trace_111cce78168df566(arg0, arg1) {
2701
+ export function __wbg_trace_add446df505c2954(arg0, arg1) {
2702
2702
  console.trace(getStringFromWasm0(arg0, arg1));
2703
2703
  };
2704
2704
 
@@ -3057,63 +3057,63 @@ export function __wbindgen_memory() {
3057
3057
  return addHeapObject(ret);
3058
3058
  };
3059
3059
 
3060
- export function __wbindgen_closure_wrapper1997(arg0, arg1, arg2) {
3061
- const ret = makeMutClosure(arg0, arg1, 534, __wbg_adapter_34);
3060
+ export function __wbindgen_closure_wrapper1903(arg0, arg1, arg2) {
3061
+ const ret = makeMutClosure(arg0, arg1, 470, __wbg_adapter_34);
3062
3062
  return addHeapObject(ret);
3063
3063
  };
3064
3064
 
3065
- export function __wbindgen_closure_wrapper2596(arg0, arg1, arg2) {
3066
- const ret = makeMutClosure(arg0, arg1, 750, __wbg_adapter_37);
3065
+ export function __wbindgen_closure_wrapper2593(arg0, arg1, arg2) {
3066
+ const ret = makeMutClosure(arg0, arg1, 751, __wbg_adapter_37);
3067
3067
  return addHeapObject(ret);
3068
3068
  };
3069
3069
 
3070
- export function __wbindgen_closure_wrapper4259(arg0, arg1, arg2) {
3071
- const ret = makeMutClosure(arg0, arg1, 1275, __wbg_adapter_40);
3070
+ export function __wbindgen_closure_wrapper4260(arg0, arg1, arg2) {
3071
+ const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_40);
3072
3072
  return addHeapObject(ret);
3073
3073
  };
3074
3074
 
3075
- export function __wbindgen_closure_wrapper4261(arg0, arg1, arg2) {
3076
- const ret = makeMutClosure(arg0, arg1, 1275, __wbg_adapter_43);
3075
+ export function __wbindgen_closure_wrapper4262(arg0, arg1, arg2) {
3076
+ const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_43);
3077
3077
  return addHeapObject(ret);
3078
3078
  };
3079
3079
 
3080
- export function __wbindgen_closure_wrapper4263(arg0, arg1, arg2) {
3081
- const ret = makeMutClosure(arg0, arg1, 1275, __wbg_adapter_46);
3080
+ export function __wbindgen_closure_wrapper4264(arg0, arg1, arg2) {
3081
+ const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_46);
3082
3082
  return addHeapObject(ret);
3083
3083
  };
3084
3084
 
3085
- export function __wbindgen_closure_wrapper20739(arg0, arg1, arg2) {
3086
- const ret = makeMutClosure(arg0, arg1, 7118, __wbg_adapter_49);
3085
+ export function __wbindgen_closure_wrapper20763(arg0, arg1, arg2) {
3086
+ const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
3087
3087
  return addHeapObject(ret);
3088
3088
  };
3089
3089
 
3090
- export function __wbindgen_closure_wrapper20741(arg0, arg1, arg2) {
3091
- const ret = makeMutClosure(arg0, arg1, 7118, __wbg_adapter_49);
3090
+ export function __wbindgen_closure_wrapper20765(arg0, arg1, arg2) {
3091
+ const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
3092
3092
  return addHeapObject(ret);
3093
3093
  };
3094
3094
 
3095
- export function __wbindgen_closure_wrapper20743(arg0, arg1, arg2) {
3096
- const ret = makeMutClosure(arg0, arg1, 7118, __wbg_adapter_49);
3095
+ export function __wbindgen_closure_wrapper20767(arg0, arg1, arg2) {
3096
+ const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
3097
3097
  return addHeapObject(ret);
3098
3098
  };
3099
3099
 
3100
- export function __wbindgen_closure_wrapper20745(arg0, arg1, arg2) {
3101
- const ret = makeMutClosure(arg0, arg1, 7118, __wbg_adapter_49);
3100
+ export function __wbindgen_closure_wrapper20769(arg0, arg1, arg2) {
3101
+ const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
3102
3102
  return addHeapObject(ret);
3103
3103
  };
3104
3104
 
3105
- export function __wbindgen_closure_wrapper23852(arg0, arg1, arg2) {
3106
- const ret = makeMutClosure(arg0, arg1, 8627, __wbg_adapter_58);
3105
+ export function __wbindgen_closure_wrapper23873(arg0, arg1, arg2) {
3106
+ const ret = makeMutClosure(arg0, arg1, 8611, __wbg_adapter_58);
3107
3107
  return addHeapObject(ret);
3108
3108
  };
3109
3109
 
3110
- export function __wbindgen_closure_wrapper24032(arg0, arg1, arg2) {
3111
- const ret = makeMutClosure(arg0, arg1, 8698, __wbg_adapter_61);
3110
+ export function __wbindgen_closure_wrapper24053(arg0, arg1, arg2) {
3111
+ const ret = makeMutClosure(arg0, arg1, 8682, __wbg_adapter_61);
3112
3112
  return addHeapObject(ret);
3113
3113
  };
3114
3114
 
3115
- export function __wbindgen_closure_wrapper24158(arg0, arg1, arg2) {
3116
- const ret = makeMutClosure(arg0, arg1, 8735, __wbg_adapter_64);
3115
+ export function __wbindgen_closure_wrapper24179(arg0, arg1, arg2) {
3116
+ const ret = makeMutClosure(arg0, arg1, 8719, __wbg_adapter_64);
3117
3117
  return addHeapObject(ret);
3118
3118
  };
3119
3119
 
package/re_viewer_bg.wasm CHANGED
Binary file
@@ -86,14 +86,14 @@ export function pipeoptions_signal(a: number): number;
86
86
  export function __wbindgen_malloc(a: number, b: number): number;
87
87
  export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
88
88
  export const __wbindgen_export_2: WebAssembly.Table;
89
- export function wasm_bindgen__convert__closures__invoke0_mut__ha27c7e68dc7e6fec(a: number, b: number): void;
89
+ export function wasm_bindgen__convert__closures__invoke0_mut__hffe46090d050c52e(a: number, b: number): void;
90
90
  export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4b1e59d19e751877(a: number, b: number): void;
91
- export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h495e021177c053ee(a: number, b: number, c: number): void;
92
- export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8fa267ecc1eb02a4(a: number, b: number): void;
93
91
  export function __wbindgen_add_to_stack_pointer(a: number): number;
94
- export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h49d90045e5200b5e(a: number, b: number, c: number): void;
92
+ export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5db19b379a5b2b2d(a: number, b: number, c: number): void;
93
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h66b9685bc927403b(a: number, b: number, c: number): void;
94
+ export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb98c7eb41ddd4bc7(a: number, b: number): void;
95
95
  export function wasm_bindgen__convert__closures__invoke1_mut__h5c5582a4f18faa87(a: number, b: number, c: number): void;
96
- export function wasm_bindgen__convert__closures__invoke1_mut__hc6b86564fbbb6bb5(a: number, b: number, c: number): void;
96
+ export function wasm_bindgen__convert__closures__invoke1_mut__haf52d5c955ef8cc6(a: number, b: number, c: number): void;
97
97
  export function wasm_bindgen__convert__closures__invoke1_mut__h8f179b773c7ba316(a: number, b: number, c: number): void;
98
98
  export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h83ad0401821b73ca(a: number, b: number, c: number): void;
99
99
  export function __wbindgen_free(a: number, b: number, c: number): void;