@rerun-io/web-viewer 0.23.2-rc.2 → 0.23.2
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 +10 -10
- package/re_viewer.js +47 -47
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +10 -10
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.2
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.23.2/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 _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h526940d6356b23b9: (a: number, b: number) => void;
|
|
134
|
+
readonly closure538_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
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__h485396ec0c203057: (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
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
139
|
+
readonly closure8070_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
|
+
readonly closure8833_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
+
readonly closure12180_externref_shim: (a: number, b: number, c: any) => void;
|
|
142
|
+
readonly closure12757_externref_shim: (a: number, b: number, c: any) => void;
|
|
143
|
+
readonly closure12843_externref_shim: (a: number, b: number, c: any) => void;
|
|
144
|
+
readonly closure12886_externref_shim: (a: number, b: number, c: any) => void;
|
|
145
|
+
readonly closure16801_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
|
@@ -288,11 +288,11 @@ export default function() {
|
|
|
288
288
|
return ptr;
|
|
289
289
|
}
|
|
290
290
|
function __wbg_adapter_46(arg0, arg1) {
|
|
291
|
-
wasm.
|
|
291
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h526940d6356b23b9(arg0, arg1);
|
|
292
292
|
}
|
|
293
293
|
|
|
294
294
|
function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
295
|
-
const ret = wasm.
|
|
295
|
+
const ret = wasm.closure538_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
296
296
|
if (ret[1]) {
|
|
297
297
|
throw takeFromExternrefTable0(ret[0]);
|
|
298
298
|
}
|
|
@@ -303,7 +303,7 @@ export default function() {
|
|
|
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__h485396ec0c203057(arg0, arg1);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
function __wbg_adapter_58(arg0, arg1) {
|
|
@@ -318,31 +318,31 @@ export default function() {
|
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
function __wbg_adapter_64(arg0, arg1, arg2) {
|
|
321
|
-
wasm.
|
|
321
|
+
wasm.closure8070_externref_shim(arg0, arg1, arg2);
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
function __wbg_adapter_69(arg0, arg1, arg2) {
|
|
325
|
-
wasm.
|
|
325
|
+
wasm.closure8833_externref_shim(arg0, arg1, arg2);
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
function __wbg_adapter_74(arg0, arg1, arg2) {
|
|
329
|
-
wasm.
|
|
329
|
+
wasm.closure12180_externref_shim(arg0, arg1, arg2);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
function __wbg_adapter_79(arg0, arg1, arg2) {
|
|
333
|
-
wasm.
|
|
333
|
+
wasm.closure12757_externref_shim(arg0, arg1, arg2);
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
function __wbg_adapter_82(arg0, arg1, arg2) {
|
|
337
|
-
wasm.
|
|
337
|
+
wasm.closure12843_externref_shim(arg0, arg1, arg2);
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
341
|
-
wasm.
|
|
341
|
+
wasm.closure12886_externref_shim(arg0, arg1, arg2);
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
function __wbg_adapter_1779(arg0, arg1, arg2, arg3) {
|
|
345
|
-
wasm.
|
|
345
|
+
wasm.closure16801_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_deb9632a23ac5582 = 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_b6f0082694e4576e = function(arg0, arg1) {
|
|
2001
2001
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2002
2002
|
};
|
|
2003
2003
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2537,7 +2537,7 @@ export default function() {
|
|
|
2537
2537
|
const ret = new Date(arg0);
|
|
2538
2538
|
return ret;
|
|
2539
2539
|
};
|
|
2540
|
-
imports.wbg.
|
|
2540
|
+
imports.wbg.__wbg_new_332a942801faf1cf = function() {
|
|
2541
2541
|
const ret = new Error();
|
|
2542
2542
|
return ret;
|
|
2543
2543
|
};
|
|
@@ -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_346ac4dc312a7097 = 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_0acb6bb8bb1dcfd7 = 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_940c9380fd1bdebd = 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_f33bc31ffe1d8425 = 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_wrapper11136 = function(arg0, arg1, arg2) {
|
|
4088
|
+
const ret = makeMutClosure(arg0, arg1, 3864, __wbg_adapter_52);
|
|
4089
4089
|
return ret;
|
|
4090
4090
|
};
|
|
4091
|
-
imports.wbg.
|
|
4092
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4091
|
+
imports.wbg.__wbindgen_closure_wrapper20429 = function(arg0, arg1, arg2) {
|
|
4092
|
+
const ret = makeMutClosure(arg0, arg1, 7364, __wbg_adapter_55);
|
|
4093
4093
|
return ret;
|
|
4094
4094
|
};
|
|
4095
|
-
imports.wbg.
|
|
4096
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4095
|
+
imports.wbg.__wbindgen_closure_wrapper20478 = function(arg0, arg1, arg2) {
|
|
4096
|
+
const ret = makeMutClosure(arg0, arg1, 7389, __wbg_adapter_58);
|
|
4097
4097
|
return ret;
|
|
4098
4098
|
};
|
|
4099
|
-
imports.wbg.
|
|
4100
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4099
|
+
imports.wbg.__wbindgen_closure_wrapper23456 = function(arg0, arg1, arg2) {
|
|
4100
|
+
const ret = makeMutClosure(arg0, arg1, 8067, __wbg_adapter_61);
|
|
4101
4101
|
return ret;
|
|
4102
4102
|
};
|
|
4103
|
-
imports.wbg.
|
|
4104
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4103
|
+
imports.wbg.__wbindgen_closure_wrapper23458 = function(arg0, arg1, arg2) {
|
|
4104
|
+
const ret = makeMutClosure(arg0, arg1, 8067, __wbg_adapter_64);
|
|
4105
4105
|
return ret;
|
|
4106
4106
|
};
|
|
4107
|
-
imports.wbg.
|
|
4108
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4107
|
+
imports.wbg.__wbindgen_closure_wrapper23460 = function(arg0, arg1, arg2) {
|
|
4108
|
+
const ret = makeMutClosure(arg0, arg1, 8067, __wbg_adapter_64);
|
|
4109
4109
|
return ret;
|
|
4110
4110
|
};
|
|
4111
|
-
imports.wbg.
|
|
4112
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4111
|
+
imports.wbg.__wbindgen_closure_wrapper2455 = function(arg0, arg1, arg2) {
|
|
4112
|
+
const ret = makeMutClosure(arg0, arg1, 535, __wbg_adapter_46);
|
|
4113
4113
|
return ret;
|
|
4114
4114
|
};
|
|
4115
|
-
imports.wbg.
|
|
4116
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4115
|
+
imports.wbg.__wbindgen_closure_wrapper2457 = function(arg0, arg1, arg2) {
|
|
4116
|
+
const ret = makeMutClosure(arg0, arg1, 535, __wbg_adapter_49);
|
|
4117
4117
|
return ret;
|
|
4118
4118
|
};
|
|
4119
|
-
imports.wbg.
|
|
4120
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4119
|
+
imports.wbg.__wbindgen_closure_wrapper25406 = function(arg0, arg1, arg2) {
|
|
4120
|
+
const ret = makeMutClosure(arg0, arg1, 8834, __wbg_adapter_69);
|
|
4121
4121
|
return ret;
|
|
4122
4122
|
};
|
|
4123
|
-
imports.wbg.
|
|
4124
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4123
|
+
imports.wbg.__wbindgen_closure_wrapper25408 = function(arg0, arg1, arg2) {
|
|
4124
|
+
const ret = makeMutClosure(arg0, arg1, 8834, __wbg_adapter_69);
|
|
4125
4125
|
return ret;
|
|
4126
4126
|
};
|
|
4127
|
-
imports.wbg.
|
|
4128
|
-
const ret = makeClosure(arg0, arg1,
|
|
4127
|
+
imports.wbg.__wbindgen_closure_wrapper34907 = function(arg0, arg1, arg2) {
|
|
4128
|
+
const ret = makeClosure(arg0, arg1, 12181, __wbg_adapter_74);
|
|
4129
4129
|
return ret;
|
|
4130
4130
|
};
|
|
4131
|
-
imports.wbg.
|
|
4132
|
-
const ret = makeClosure(arg0, arg1,
|
|
4131
|
+
imports.wbg.__wbindgen_closure_wrapper34909 = function(arg0, arg1, arg2) {
|
|
4132
|
+
const ret = makeClosure(arg0, arg1, 12181, __wbg_adapter_74);
|
|
4133
4133
|
return ret;
|
|
4134
4134
|
};
|
|
4135
|
-
imports.wbg.
|
|
4136
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4135
|
+
imports.wbg.__wbindgen_closure_wrapper36300 = function(arg0, arg1, arg2) {
|
|
4136
|
+
const ret = makeMutClosure(arg0, arg1, 12758, __wbg_adapter_79);
|
|
4137
4137
|
return ret;
|
|
4138
4138
|
};
|
|
4139
|
-
imports.wbg.
|
|
4140
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4139
|
+
imports.wbg.__wbindgen_closure_wrapper36706 = function(arg0, arg1, arg2) {
|
|
4140
|
+
const ret = makeMutClosure(arg0, arg1, 12844, __wbg_adapter_82);
|
|
4141
4141
|
return ret;
|
|
4142
4142
|
};
|
|
4143
|
-
imports.wbg.
|
|
4144
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4143
|
+
imports.wbg.__wbindgen_closure_wrapper36813 = function(arg0, arg1, arg2) {
|
|
4144
|
+
const ret = makeMutClosure(arg0, arg1, 12887, __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 _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h526940d6356b23b9: (a: number, b: number) => void;
|
|
50
|
+
export const closure538_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
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__h485396ec0c203057: (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
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const
|
|
59
|
-
export const
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
55
|
+
export const closure8070_externref_shim: (a: number, b: number, c: any) => void;
|
|
56
|
+
export const closure8833_externref_shim: (a: number, b: number, c: any) => void;
|
|
57
|
+
export const closure12180_externref_shim: (a: number, b: number, c: any) => void;
|
|
58
|
+
export const closure12757_externref_shim: (a: number, b: number, c: any) => void;
|
|
59
|
+
export const closure12843_externref_shim: (a: number, b: number, c: any) => void;
|
|
60
|
+
export const closure12886_externref_shim: (a: number, b: number, c: any) => void;
|
|
61
|
+
export const closure16801_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
62
62
|
export const __wbindgen_start: () => void;
|