@rerun-io/web-viewer 0.29.0 → 0.29.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
@@ -28,7 +28,7 @@ This means that:
28
28
 
29
29
  ## Usage
30
30
 
31
- The entrypoint for this packages is the [`WebViewer`](https://ref.rerun.io/docs/js/0.29.0/web-viewer/classes/WebViewer.html) class.
31
+ The entrypoint for this packages is the [`WebViewer`](https://ref.rerun.io/docs/js/0.29.1/web-viewer/classes/WebViewer.html) class.
32
32
  The web viewer is an object which manages a canvas element:
33
33
 
34
34
  ```js
@@ -44,7 +44,7 @@ viewer.stop();
44
44
  ```
45
45
 
46
46
  The `rrd` in the snippet above should be a URL pointing to either:
47
- - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.29.0/examples/dna.rrd>
47
+ - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.29.1/examples/dna.rrd>
48
48
  - A gRPC connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
49
49
 
50
50
  If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.
package/index.d.ts CHANGED
@@ -192,7 +192,7 @@ export type EventsWithoutValue = {
192
192
  * ```
193
193
  *
194
194
  * Data may be provided to the Viewer as:
195
- * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.29.0/examples/dna.rrd")`
195
+ * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.29.1/examples/dna.rrd")`
196
196
  * - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
197
197
  * - A stream of log messages, via {@link WebViewer.open_channel}.
198
198
  *
package/index.js CHANGED
@@ -53,7 +53,7 @@ function delay(ms) {
53
53
  * ```
54
54
  *
55
55
  * Data may be provided to the Viewer as:
56
- * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.29.0/examples/dna.rrd")`
56
+ * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.29.1/examples/dna.rrd")`
57
57
  * - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
58
58
  * - A stream of log messages, via {@link WebViewer.open_channel}.
59
59
  *
package/index.ts CHANGED
@@ -309,7 +309,7 @@ function delay(ms: number) {
309
309
  * ```
310
310
  *
311
311
  * Data may be provided to the Viewer as:
312
- * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.29.0/examples/dna.rrd")`
312
+ * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.29.1/examples/dna.rrd")`
313
313
  * - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
314
314
  * - A stream of log messages, via {@link WebViewer.open_channel}.
315
315
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rerun-io/web-viewer",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "description": "Embed the Rerun web viewer in your app",
5
5
  "licenses": [
6
6
  {
package/re_viewer.d.ts CHANGED
@@ -158,10 +158,10 @@ declare interface InitOutput {
158
158
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd3fb9604b4b82502: (a: number, b: number) => void;
159
159
  readonly closure3626_externref_shim: (a: number, b: number, c: any) => void;
160
160
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h963c1ea1f7b255b6: (a: number, b: number) => void;
161
- readonly closure7318_externref_shim: (a: number, b: number, c: any) => void;
161
+ readonly closure7322_externref_shim: (a: number, b: number, c: any) => void;
162
162
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hff8916cd1a7c9220_multivalue_shim: (a: number, b: number) => [number, number];
163
- readonly closure7943_externref_shim: (a: number, b: number, c: any) => void;
164
- readonly closure11982_externref_shim: (a: number, b: number, c: any) => void;
163
+ readonly closure7947_externref_shim: (a: number, b: number, c: any) => void;
164
+ readonly closure11984_externref_shim: (a: number, b: number, c: any) => void;
165
165
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h219ec8e26e2e2221: (a: number, b: number) => void;
166
166
  readonly closure29418_externref_shim: (a: number, b: number, c: any) => void;
167
167
  readonly closure29548_externref_shim: (a: number, b: number, c: any, d: any) => void;
package/re_viewer.js CHANGED
@@ -285,7 +285,7 @@ export default function() {
285
285
  }
286
286
 
287
287
  function __wbg_adapter_58(arg0, arg1, arg2) {
288
- wasm.closure7318_externref_shim(arg0, arg1, arg2);
288
+ wasm.closure7322_externref_shim(arg0, arg1, arg2);
289
289
  }
290
290
 
291
291
  function __wbg_adapter_63(arg0, arg1) {
@@ -296,11 +296,11 @@ export default function() {
296
296
  }
297
297
 
298
298
  function __wbg_adapter_66(arg0, arg1, arg2) {
299
- wasm.closure7943_externref_shim(arg0, arg1, arg2);
299
+ wasm.closure7947_externref_shim(arg0, arg1, arg2);
300
300
  }
301
301
 
302
302
  function __wbg_adapter_69(arg0, arg1, arg2) {
303
- wasm.closure11982_externref_shim(arg0, arg1, arg2);
303
+ wasm.closure11984_externref_shim(arg0, arg1, arg2);
304
304
  }
305
305
 
306
306
  function __wbg_adapter_74(arg0, arg1) {
@@ -1378,7 +1378,7 @@ export default function() {
1378
1378
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1379
1379
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1380
1380
  };
1381
- imports.wbg.__wbg_debug_020ee2147b5f6bbc = function(arg0, arg1) {
1381
+ imports.wbg.__wbg_debug_93ca99b5fcc74529 = function(arg0, arg1) {
1382
1382
  console.debug(getStringFromWasm0(arg0, arg1));
1383
1383
  };
1384
1384
  imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
@@ -1991,7 +1991,7 @@ export default function() {
1991
1991
  const ret = arg0.includes(arg1, arg2);
1992
1992
  return ret;
1993
1993
  };
1994
- imports.wbg.__wbg_info_d79c1311921d206a = function(arg0, arg1) {
1994
+ imports.wbg.__wbg_info_8fcccb3521b080cb = function(arg0, arg1) {
1995
1995
  console.info(getStringFromWasm0(arg0, arg1));
1996
1996
  };
1997
1997
  imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
@@ -2577,14 +2577,14 @@ export default function() {
2577
2577
  const ret = new VideoDecoder(arg0);
2578
2578
  return ret;
2579
2579
  }, arguments) };
2580
- imports.wbg.__wbg_new_59bb4c9c0fc9bcb5 = function() {
2581
- const ret = new Error();
2582
- return ret;
2583
- };
2584
2580
  imports.wbg.__wbg_new_5f34cc0c99fcc488 = function() { return handleError(function (arg0) {
2585
2581
  const ret = new ResizeObserver(arg0);
2586
2582
  return ret;
2587
2583
  }, arguments) };
2584
+ imports.wbg.__wbg_new_6a17c3fa913a5558 = function() {
2585
+ const ret = new Error();
2586
+ return ret;
2587
+ };
2588
2588
  imports.wbg.__wbg_new_78feb108b6472713 = function() {
2589
2589
  const ret = new Array();
2590
2590
  return ret;
@@ -3644,7 +3644,7 @@ export default function() {
3644
3644
  const ret = arg0.size;
3645
3645
  return ret;
3646
3646
  };
3647
- imports.wbg.__wbg_stack_7cb7a23f64a21df9 = function(arg0, arg1) {
3647
+ imports.wbg.__wbg_stack_2bda6be28a2f8378 = function(arg0, arg1) {
3648
3648
  const ret = arg1.stack;
3649
3649
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
3650
3650
  const len1 = WASM_VECTOR_LEN;
@@ -3724,7 +3724,7 @@ export default function() {
3724
3724
  const ret = JSON.stringify(arg0);
3725
3725
  return ret;
3726
3726
  }, arguments) };
3727
- imports.wbg.__wbg_structuredClone_e989bb6fa4b9f1d4 = function() { return handleError(function (arg0) {
3727
+ imports.wbg.__wbg_structuredClone_cec4c577de9c5108 = function() { return handleError(function (arg0) {
3728
3728
  const ret = window.structuredClone(arg0);
3729
3729
  return ret;
3730
3730
  }, arguments) };
@@ -3842,7 +3842,7 @@ export default function() {
3842
3842
  const ret = arg0.touches;
3843
3843
  return ret;
3844
3844
  };
3845
- imports.wbg.__wbg_trace_202892e79c0e9d2c = function(arg0, arg1) {
3845
+ imports.wbg.__wbg_trace_9be75ba1c461735d = function(arg0, arg1) {
3846
3846
  console.trace(getStringFromWasm0(arg0, arg1));
3847
3847
  };
3848
3848
  imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
@@ -4043,7 +4043,7 @@ export default function() {
4043
4043
  imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
4044
4044
  arg0.viewport(arg1, arg2, arg3, arg4);
4045
4045
  };
4046
- imports.wbg.__wbg_warn_0df8d2fc85ea4ec7 = function(arg0, arg1) {
4046
+ imports.wbg.__wbg_warn_66b9043f8504c059 = function(arg0, arg1) {
4047
4047
  console.warn(getStringFromWasm0(arg0, arg1));
4048
4048
  };
4049
4049
  imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
@@ -4106,47 +4106,47 @@ export default function() {
4106
4106
  const ret = makeMutClosure(arg0, arg1, 17, __wbg_adapter_46);
4107
4107
  return ret;
4108
4108
  };
4109
- imports.wbg.__wbindgen_closure_wrapper150636 = function(arg0, arg1, arg2) {
4109
+ imports.wbg.__wbindgen_closure_wrapper150646 = function(arg0, arg1, arg2) {
4110
4110
  const ret = makeMutClosure(arg0, arg1, 29419, __wbg_adapter_77);
4111
4111
  return ret;
4112
4112
  };
4113
- imports.wbg.__wbindgen_closure_wrapper21861 = function(arg0, arg1, arg2) {
4113
+ imports.wbg.__wbindgen_closure_wrapper21904 = function(arg0, arg1, arg2) {
4114
4114
  const ret = makeMutClosure(arg0, arg1, 3627, __wbg_adapter_52);
4115
4115
  return ret;
4116
4116
  };
4117
- imports.wbg.__wbindgen_closure_wrapper32394 = function(arg0, arg1, arg2) {
4117
+ imports.wbg.__wbindgen_closure_wrapper32443 = function(arg0, arg1, arg2) {
4118
4118
  const ret = makeMutClosure(arg0, arg1, 5813, __wbg_adapter_55);
4119
4119
  return ret;
4120
4120
  };
4121
- imports.wbg.__wbindgen_closure_wrapper38849 = function(arg0, arg1, arg2) {
4122
- const ret = makeMutClosure(arg0, arg1, 7319, __wbg_adapter_58);
4121
+ imports.wbg.__wbindgen_closure_wrapper38898 = function(arg0, arg1, arg2) {
4122
+ const ret = makeMutClosure(arg0, arg1, 7323, __wbg_adapter_58);
4123
4123
  return ret;
4124
4124
  };
4125
- imports.wbg.__wbindgen_closure_wrapper38851 = function(arg0, arg1, arg2) {
4126
- const ret = makeMutClosure(arg0, arg1, 7319, __wbg_adapter_58);
4125
+ imports.wbg.__wbindgen_closure_wrapper38900 = function(arg0, arg1, arg2) {
4126
+ const ret = makeMutClosure(arg0, arg1, 7323, __wbg_adapter_58);
4127
4127
  return ret;
4128
4128
  };
4129
- imports.wbg.__wbindgen_closure_wrapper38853 = function(arg0, arg1, arg2) {
4130
- const ret = makeMutClosure(arg0, arg1, 7319, __wbg_adapter_63);
4129
+ imports.wbg.__wbindgen_closure_wrapper38902 = function(arg0, arg1, arg2) {
4130
+ const ret = makeMutClosure(arg0, arg1, 7323, __wbg_adapter_63);
4131
4131
  return ret;
4132
4132
  };
4133
- imports.wbg.__wbindgen_closure_wrapper44052 = function(arg0, arg1, arg2) {
4134
- const ret = makeMutClosure(arg0, arg1, 7944, __wbg_adapter_66);
4133
+ imports.wbg.__wbindgen_closure_wrapper44098 = function(arg0, arg1, arg2) {
4134
+ const ret = makeMutClosure(arg0, arg1, 7948, __wbg_adapter_66);
4135
4135
  return ret;
4136
4136
  };
4137
- imports.wbg.__wbindgen_closure_wrapper69355 = function(arg0, arg1, arg2) {
4138
- const ret = makeMutClosure(arg0, arg1, 11983, __wbg_adapter_69);
4137
+ imports.wbg.__wbindgen_closure_wrapper69357 = function(arg0, arg1, arg2) {
4138
+ const ret = makeMutClosure(arg0, arg1, 11985, __wbg_adapter_69);
4139
4139
  return ret;
4140
4140
  };
4141
- imports.wbg.__wbindgen_closure_wrapper69357 = function(arg0, arg1, arg2) {
4142
- const ret = makeMutClosure(arg0, arg1, 11983, __wbg_adapter_69);
4141
+ imports.wbg.__wbindgen_closure_wrapper69359 = function(arg0, arg1, arg2) {
4142
+ const ret = makeMutClosure(arg0, arg1, 11985, __wbg_adapter_69);
4143
4143
  return ret;
4144
4144
  };
4145
- imports.wbg.__wbindgen_closure_wrapper71936 = function(arg0, arg1, arg2) {
4146
- const ret = makeMutClosure(arg0, arg1, 12330, __wbg_adapter_74);
4145
+ imports.wbg.__wbindgen_closure_wrapper71938 = function(arg0, arg1, arg2) {
4146
+ const ret = makeMutClosure(arg0, arg1, 12332, __wbg_adapter_74);
4147
4147
  return ret;
4148
4148
  };
4149
- imports.wbg.__wbindgen_closure_wrapper8096 = function(arg0, arg1, arg2) {
4149
+ imports.wbg.__wbindgen_closure_wrapper8097 = function(arg0, arg1, arg2) {
4150
4150
  const ret = makeMutClosure(arg0, arg1, 1323, __wbg_adapter_49);
4151
4151
  return ret;
4152
4152
  };
package/re_viewer_bg.wasm CHANGED
Binary file
@@ -67,10 +67,10 @@ export const closure16_externref_shim_multivalue_shim: (a: number, b: number, c:
67
67
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd3fb9604b4b82502: (a: number, b: number) => void;
68
68
  export const closure3626_externref_shim: (a: number, b: number, c: any) => void;
69
69
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h963c1ea1f7b255b6: (a: number, b: number) => void;
70
- export const closure7318_externref_shim: (a: number, b: number, c: any) => void;
70
+ export const closure7322_externref_shim: (a: number, b: number, c: any) => void;
71
71
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hff8916cd1a7c9220_multivalue_shim: (a: number, b: number) => [number, number];
72
- export const closure7943_externref_shim: (a: number, b: number, c: any) => void;
73
- export const closure11982_externref_shim: (a: number, b: number, c: any) => void;
72
+ export const closure7947_externref_shim: (a: number, b: number, c: any) => void;
73
+ export const closure11984_externref_shim: (a: number, b: number, c: any) => void;
74
74
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h219ec8e26e2e2221: (a: number, b: number) => void;
75
75
  export const closure29418_externref_shim: (a: number, b: number, c: any) => void;
76
76
  export const closure29548_externref_shim: (a: number, b: number, c: any, d: any) => void;