@rerun-io/web-viewer 0.23.0 → 0.23.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 +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +8 -8
- package/re_viewer.js +46 -46
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +8 -8
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.23.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.23.1/examples/dna.rrd>
|
|
45
45
|
- A gRPC 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
package/re_viewer.d.ts
CHANGED
|
@@ -130,19 +130,19 @@ declare interface InitOutput {
|
|
|
130
130
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
131
131
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
132
132
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
133
|
+
readonly closure299_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
134
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d91d8e65a3a97bb: (a: number, b: number) => void;
|
|
135
135
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haa170546d1ce3de6: (a: number, b: number) => void;
|
|
136
|
-
readonly
|
|
136
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he34de8d3e75d3592: (a: number, b: number) => void;
|
|
137
137
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h08b191b72e04463a: (a: number, b: number) => void;
|
|
138
138
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5fdd66cfc22a2d4b_multivalue_shim: (a: number, b: number) => [number, number];
|
|
139
139
|
readonly closure8092_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
140
|
readonly closure8855_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
141
|
+
readonly closure12148_externref_shim: (a: number, b: number, c: any) => void;
|
|
142
|
+
readonly closure12685_externref_shim: (a: number, b: number, c: any) => void;
|
|
143
|
+
readonly closure12774_externref_shim: (a: number, b: number, c: any) => void;
|
|
144
|
+
readonly closure12817_externref_shim: (a: number, b: number, c: any) => void;
|
|
145
|
+
readonly closure16723_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
146
146
|
readonly __wbindgen_start: () => void;
|
|
147
147
|
}
|
|
148
148
|
|
package/re_viewer.js
CHANGED
|
@@ -287,23 +287,23 @@ export default function() {
|
|
|
287
287
|
WASM_VECTOR_LEN = arg.length;
|
|
288
288
|
return ptr;
|
|
289
289
|
}
|
|
290
|
-
function __wbg_adapter_46(arg0, arg1) {
|
|
291
|
-
wasm.
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
295
|
-
const ret = wasm.closure304_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
290
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
291
|
+
const ret = wasm.closure299_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
296
292
|
if (ret[1]) {
|
|
297
293
|
throw takeFromExternrefTable0(ret[0]);
|
|
298
294
|
}
|
|
299
295
|
}
|
|
300
296
|
|
|
297
|
+
function __wbg_adapter_49(arg0, arg1) {
|
|
298
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d91d8e65a3a97bb(arg0, arg1);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
301
|
function __wbg_adapter_52(arg0, arg1) {
|
|
302
302
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haa170546d1ce3de6(arg0, arg1);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
function __wbg_adapter_55(arg0, arg1) {
|
|
306
|
-
wasm.
|
|
306
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he34de8d3e75d3592(arg0, arg1);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
function __wbg_adapter_58(arg0, arg1) {
|
|
@@ -326,23 +326,23 @@ export default function() {
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
function __wbg_adapter_74(arg0, arg1, arg2) {
|
|
329
|
-
wasm.
|
|
329
|
+
wasm.closure12148_externref_shim(arg0, arg1, arg2);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
function __wbg_adapter_79(arg0, arg1, arg2) {
|
|
333
|
-
wasm.
|
|
333
|
+
wasm.closure12685_externref_shim(arg0, arg1, arg2);
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
function __wbg_adapter_82(arg0, arg1, arg2) {
|
|
337
|
-
wasm.
|
|
337
|
+
wasm.closure12774_externref_shim(arg0, arg1, arg2);
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
341
|
-
wasm.
|
|
341
|
+
wasm.closure12817_externref_shim(arg0, arg1, arg2);
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
function __wbg_adapter_1779(arg0, arg1, arg2, arg3) {
|
|
345
|
-
wasm.
|
|
345
|
+
wasm.closure16723_externref_shim(arg0, arg1, arg2, arg3);
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
const __wbindgen_enum_EncodedVideoChunkType = ["key", "delta"];
|
|
@@ -1386,7 +1386,7 @@ export default function() {
|
|
|
1386
1386
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1387
1387
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1388
1388
|
};
|
|
1389
|
-
imports.wbg.
|
|
1389
|
+
imports.wbg.__wbg_debug_2f64222a63336812 = function(arg0, arg1) {
|
|
1390
1390
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1391
1391
|
};
|
|
1392
1392
|
imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -1997,7 +1997,7 @@ export default function() {
|
|
|
1997
1997
|
const ret = arg0.includes(arg1, arg2);
|
|
1998
1998
|
return ret;
|
|
1999
1999
|
};
|
|
2000
|
-
imports.wbg.
|
|
2000
|
+
imports.wbg.__wbg_info_df47ade8160d9cee = function(arg0, arg1) {
|
|
2001
2001
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2002
2002
|
};
|
|
2003
2003
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2515,6 +2515,10 @@ export default function() {
|
|
|
2515
2515
|
const ret = new Headers();
|
|
2516
2516
|
return ret;
|
|
2517
2517
|
}, arguments) };
|
|
2518
|
+
imports.wbg.__wbg_new_034ac140a37d7711 = function() {
|
|
2519
|
+
const ret = new Error();
|
|
2520
|
+
return ret;
|
|
2521
|
+
};
|
|
2518
2522
|
imports.wbg.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
2519
2523
|
try {
|
|
2520
2524
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -2593,10 +2597,6 @@ export default function() {
|
|
|
2593
2597
|
const ret = new AbortController();
|
|
2594
2598
|
return ret;
|
|
2595
2599
|
}, arguments) };
|
|
2596
|
-
imports.wbg.__wbg_new_fe3ceffe8c5d382b = function() {
|
|
2597
|
-
const ret = new Error();
|
|
2598
|
-
return ret;
|
|
2599
|
-
};
|
|
2600
2600
|
imports.wbg.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
|
|
2601
2601
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
2602
2602
|
return ret;
|
|
@@ -3625,7 +3625,7 @@ export default function() {
|
|
|
3625
3625
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3626
3626
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3627
3627
|
};
|
|
3628
|
-
imports.wbg.
|
|
3628
|
+
imports.wbg.__wbg_stack_57748d5f443321d9 = function(arg0, arg1) {
|
|
3629
3629
|
const ret = arg1.stack;
|
|
3630
3630
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3631
3631
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3698,7 +3698,7 @@ export default function() {
|
|
|
3698
3698
|
const ret = JSON.stringify(arg0);
|
|
3699
3699
|
return ret;
|
|
3700
3700
|
}, arguments) };
|
|
3701
|
-
imports.wbg.
|
|
3701
|
+
imports.wbg.__wbg_structuredClone_ece3942e02d5eea6 = function() { return handleError(function (arg0) {
|
|
3702
3702
|
const ret = window.structuredClone(arg0);
|
|
3703
3703
|
return ret;
|
|
3704
3704
|
}, arguments) };
|
|
@@ -3820,7 +3820,7 @@ export default function() {
|
|
|
3820
3820
|
const ret = arg0.touches;
|
|
3821
3821
|
return ret;
|
|
3822
3822
|
};
|
|
3823
|
-
imports.wbg.
|
|
3823
|
+
imports.wbg.__wbg_trace_96242caef7c402e5 = function(arg0, arg1) {
|
|
3824
3824
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3825
3825
|
};
|
|
3826
3826
|
imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
|
|
@@ -4025,7 +4025,7 @@ export default function() {
|
|
|
4025
4025
|
imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
4026
4026
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
4027
4027
|
};
|
|
4028
|
-
imports.wbg.
|
|
4028
|
+
imports.wbg.__wbg_warn_2166dc7766a82731 = function(arg0, arg1) {
|
|
4029
4029
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4030
4030
|
};
|
|
4031
4031
|
imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
|
|
@@ -4084,64 +4084,64 @@ export default function() {
|
|
|
4084
4084
|
const ret = false;
|
|
4085
4085
|
return ret;
|
|
4086
4086
|
};
|
|
4087
|
-
imports.wbg.
|
|
4088
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4087
|
+
imports.wbg.__wbindgen_closure_wrapper11134 = function(arg0, arg1, arg2) {
|
|
4088
|
+
const ret = makeMutClosure(arg0, arg1, 3872, __wbg_adapter_52);
|
|
4089
4089
|
return ret;
|
|
4090
4090
|
};
|
|
4091
|
-
imports.wbg.
|
|
4092
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4091
|
+
imports.wbg.__wbindgen_closure_wrapper19253 = function(arg0, arg1, arg2) {
|
|
4092
|
+
const ret = makeMutClosure(arg0, arg1, 6941, __wbg_adapter_55);
|
|
4093
4093
|
return ret;
|
|
4094
4094
|
};
|
|
4095
|
-
imports.wbg.
|
|
4096
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4095
|
+
imports.wbg.__wbindgen_closure_wrapper1989 = function(arg0, arg1, arg2) {
|
|
4096
|
+
const ret = makeMutClosure(arg0, arg1, 300, __wbg_adapter_46);
|
|
4097
4097
|
return ret;
|
|
4098
4098
|
};
|
|
4099
|
-
imports.wbg.
|
|
4100
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4099
|
+
imports.wbg.__wbindgen_closure_wrapper1991 = function(arg0, arg1, arg2) {
|
|
4100
|
+
const ret = makeMutClosure(arg0, arg1, 300, __wbg_adapter_49);
|
|
4101
4101
|
return ret;
|
|
4102
4102
|
};
|
|
4103
|
-
imports.wbg.
|
|
4103
|
+
imports.wbg.__wbindgen_closure_wrapper20478 = function(arg0, arg1, arg2) {
|
|
4104
4104
|
const ret = makeMutClosure(arg0, arg1, 7411, __wbg_adapter_58);
|
|
4105
4105
|
return ret;
|
|
4106
4106
|
};
|
|
4107
|
-
imports.wbg.
|
|
4107
|
+
imports.wbg.__wbindgen_closure_wrapper23456 = function(arg0, arg1, arg2) {
|
|
4108
4108
|
const ret = makeMutClosure(arg0, arg1, 8089, __wbg_adapter_61);
|
|
4109
4109
|
return ret;
|
|
4110
4110
|
};
|
|
4111
|
-
imports.wbg.
|
|
4111
|
+
imports.wbg.__wbindgen_closure_wrapper23458 = function(arg0, arg1, arg2) {
|
|
4112
4112
|
const ret = makeMutClosure(arg0, arg1, 8089, __wbg_adapter_64);
|
|
4113
4113
|
return ret;
|
|
4114
4114
|
};
|
|
4115
|
-
imports.wbg.
|
|
4115
|
+
imports.wbg.__wbindgen_closure_wrapper23460 = function(arg0, arg1, arg2) {
|
|
4116
4116
|
const ret = makeMutClosure(arg0, arg1, 8089, __wbg_adapter_64);
|
|
4117
4117
|
return ret;
|
|
4118
4118
|
};
|
|
4119
|
-
imports.wbg.
|
|
4119
|
+
imports.wbg.__wbindgen_closure_wrapper25406 = function(arg0, arg1, arg2) {
|
|
4120
4120
|
const ret = makeMutClosure(arg0, arg1, 8856, __wbg_adapter_69);
|
|
4121
4121
|
return ret;
|
|
4122
4122
|
};
|
|
4123
|
-
imports.wbg.
|
|
4123
|
+
imports.wbg.__wbindgen_closure_wrapper25408 = function(arg0, arg1, arg2) {
|
|
4124
4124
|
const ret = makeMutClosure(arg0, arg1, 8856, __wbg_adapter_69);
|
|
4125
4125
|
return ret;
|
|
4126
4126
|
};
|
|
4127
|
-
imports.wbg.
|
|
4128
|
-
const ret = makeClosure(arg0, arg1,
|
|
4127
|
+
imports.wbg.__wbindgen_closure_wrapper34736 = function(arg0, arg1, arg2) {
|
|
4128
|
+
const ret = makeClosure(arg0, arg1, 12149, __wbg_adapter_74);
|
|
4129
4129
|
return ret;
|
|
4130
4130
|
};
|
|
4131
|
-
imports.wbg.
|
|
4132
|
-
const ret = makeClosure(arg0, arg1,
|
|
4131
|
+
imports.wbg.__wbindgen_closure_wrapper34738 = function(arg0, arg1, arg2) {
|
|
4132
|
+
const ret = makeClosure(arg0, arg1, 12149, __wbg_adapter_74);
|
|
4133
4133
|
return ret;
|
|
4134
4134
|
};
|
|
4135
|
-
imports.wbg.
|
|
4136
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4135
|
+
imports.wbg.__wbindgen_closure_wrapper36021 = function(arg0, arg1, arg2) {
|
|
4136
|
+
const ret = makeMutClosure(arg0, arg1, 12686, __wbg_adapter_79);
|
|
4137
4137
|
return ret;
|
|
4138
4138
|
};
|
|
4139
|
-
imports.wbg.
|
|
4140
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4139
|
+
imports.wbg.__wbindgen_closure_wrapper36360 = function(arg0, arg1, arg2) {
|
|
4140
|
+
const ret = makeMutClosure(arg0, arg1, 12775, __wbg_adapter_82);
|
|
4141
4141
|
return ret;
|
|
4142
4142
|
};
|
|
4143
|
-
imports.wbg.
|
|
4144
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4143
|
+
imports.wbg.__wbindgen_closure_wrapper36467 = function(arg0, arg1, arg2) {
|
|
4144
|
+
const ret = makeMutClosure(arg0, arg1, 12818, __wbg_adapter_85);
|
|
4145
4145
|
return ret;
|
|
4146
4146
|
};
|
|
4147
4147
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -46,17 +46,17 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
46
46
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
47
47
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
48
48
|
export const __externref_table_dealloc: (a: number) => void;
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
49
|
+
export const closure299_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
50
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d91d8e65a3a97bb: (a: number, b: number) => void;
|
|
51
51
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haa170546d1ce3de6: (a: number, b: number) => void;
|
|
52
|
-
export const
|
|
52
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he34de8d3e75d3592: (a: number, b: number) => void;
|
|
53
53
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h08b191b72e04463a: (a: number, b: number) => void;
|
|
54
54
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5fdd66cfc22a2d4b_multivalue_shim: (a: number, b: number) => [number, number];
|
|
55
55
|
export const closure8092_externref_shim: (a: number, b: number, c: any) => void;
|
|
56
56
|
export const closure8855_externref_shim: (a: number, b: number, c: any) => void;
|
|
57
|
-
export const
|
|
58
|
-
export const
|
|
59
|
-
export const
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
57
|
+
export const closure12148_externref_shim: (a: number, b: number, c: any) => void;
|
|
58
|
+
export const closure12685_externref_shim: (a: number, b: number, c: any) => void;
|
|
59
|
+
export const closure12774_externref_shim: (a: number, b: number, c: any) => void;
|
|
60
|
+
export const closure12817_externref_shim: (a: number, b: number, c: any) => void;
|
|
61
|
+
export const closure16723_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
62
62
|
export const __wbindgen_start: () => void;
|