@rerun-io/web-viewer 0.19.1-rc.5 → 0.19.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 +45 -44
- 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.19.1
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.19.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
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__hf1d45112f3885ea0: (a: number, b: number) => void;
|
|
197
196
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
198
|
-
readonly
|
|
197
|
+
readonly closure89_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
199
198
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc2a2d4f2017e01fe: (a: number, b: number) => void;
|
|
200
200
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he0da33c1926a6213: (a: number, b: number, c: number) => void;
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
201
|
+
readonly closure5022_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__ha234a863e4a6bc16: (a: number, b: number) => void;
|
|
203
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha28c5a2c57e79949: (a: number, b: number) => void;
|
|
204
204
|
readonly closure7327_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
205
|
readonly closure8348_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
206
|
readonly closure11725_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
207
|
+
readonly closure14598_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14671_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14705_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
|
|
213
|
+
readonly closure17400_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,19 +190,16 @@ 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__hf1d45112f3885ea0(arg0, arg1);
|
|
195
|
-
}
|
|
196
193
|
|
|
197
194
|
function takeFromExternrefTable0(idx) {
|
|
198
195
|
const value = wasm.__wbindgen_export_2.get(idx);
|
|
199
196
|
wasm.__externref_table_dealloc(idx);
|
|
200
197
|
return value;
|
|
201
198
|
}
|
|
202
|
-
function
|
|
199
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
203
200
|
try {
|
|
204
201
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
205
|
-
wasm.
|
|
202
|
+
wasm.closure89_externref_shim(retptr, arg0, arg1, arg2);
|
|
206
203
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
207
204
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
208
205
|
if (r1) {
|
|
@@ -213,6 +210,10 @@ function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
|
213
210
|
}
|
|
214
211
|
}
|
|
215
212
|
|
|
213
|
+
function __wbg_adapter_49(arg0, arg1) {
|
|
214
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc2a2d4f2017e01fe(arg0, arg1);
|
|
215
|
+
}
|
|
216
|
+
|
|
216
217
|
function __wbg_adapter_52(arg0, arg1) {
|
|
217
218
|
try {
|
|
218
219
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -228,11 +229,11 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
231
|
-
wasm.
|
|
232
|
+
wasm.closure5022_externref_shim(arg0, arg1, arg2);
|
|
232
233
|
}
|
|
233
234
|
|
|
234
235
|
function __wbg_adapter_60(arg0, arg1) {
|
|
235
|
-
wasm.
|
|
236
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha234a863e4a6bc16(arg0, arg1);
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -273,15 +274,15 @@ function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
|
273
274
|
}
|
|
274
275
|
|
|
275
276
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
276
|
-
wasm.
|
|
277
|
+
wasm.closure14598_externref_shim(arg0, arg1, arg2);
|
|
277
278
|
}
|
|
278
279
|
|
|
279
280
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
280
|
-
wasm.
|
|
281
|
+
wasm.closure14671_externref_shim(arg0, arg1, arg2);
|
|
281
282
|
}
|
|
282
283
|
|
|
283
284
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
284
|
-
wasm.
|
|
285
|
+
wasm.closure14705_externref_shim(arg0, arg1, arg2);
|
|
285
286
|
}
|
|
286
287
|
|
|
287
288
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -363,7 +364,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
363
364
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
364
365
|
}
|
|
365
366
|
function __wbg_adapter_1470(arg0, arg1, arg2, arg3) {
|
|
366
|
-
wasm.
|
|
367
|
+
wasm.closure17400_externref_shim(arg0, arg1, arg2, arg3);
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -762,10 +763,6 @@ function __wbg_get_imports() {
|
|
|
762
763
|
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
763
764
|
return ret;
|
|
764
765
|
};
|
|
765
|
-
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
766
|
-
const ret = typeof(arg0) === 'string';
|
|
767
|
-
return ret;
|
|
768
|
-
};
|
|
769
766
|
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
770
767
|
const val = arg0;
|
|
771
768
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -779,6 +776,10 @@ function __wbg_get_imports() {
|
|
|
779
776
|
const ret = arg0 in arg1;
|
|
780
777
|
return ret;
|
|
781
778
|
};
|
|
779
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
780
|
+
const ret = typeof(arg0) === 'string';
|
|
781
|
+
return ret;
|
|
782
|
+
};
|
|
782
783
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
783
784
|
const ret = arg0;
|
|
784
785
|
return ret;
|
|
@@ -795,7 +796,7 @@ function __wbg_get_imports() {
|
|
|
795
796
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
796
797
|
return ret;
|
|
797
798
|
};
|
|
798
|
-
imports.wbg.
|
|
799
|
+
imports.wbg.__wbg_structuredClone_9e438836da36872c = function() { return handleError(function (arg0) {
|
|
799
800
|
const ret = window.structuredClone(arg0);
|
|
800
801
|
return ret;
|
|
801
802
|
}, arguments) };
|
|
@@ -846,11 +847,11 @@ function __wbg_get_imports() {
|
|
|
846
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
847
848
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
848
849
|
};
|
|
849
|
-
imports.wbg.
|
|
850
|
+
imports.wbg.__wbg_new_89542eff11487833 = function() {
|
|
850
851
|
const ret = new Error();
|
|
851
852
|
return ret;
|
|
852
853
|
};
|
|
853
|
-
imports.wbg.
|
|
854
|
+
imports.wbg.__wbg_stack_4fe54c8a0fb078ac = function(arg0, arg1) {
|
|
854
855
|
const ret = arg1.stack;
|
|
855
856
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
856
857
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3227,16 +3228,16 @@ function __wbg_get_imports() {
|
|
|
3227
3228
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3228
3229
|
arg0.close();
|
|
3229
3230
|
};
|
|
3230
|
-
imports.wbg.
|
|
3231
|
+
imports.wbg.__wbg_warn_65c1e87732d39894 = function(arg0, arg1) {
|
|
3231
3232
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3232
3233
|
};
|
|
3233
|
-
imports.wbg.
|
|
3234
|
+
imports.wbg.__wbg_info_ed215b7db5ea574e = function(arg0, arg1) {
|
|
3234
3235
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3235
3236
|
};
|
|
3236
|
-
imports.wbg.
|
|
3237
|
+
imports.wbg.__wbg_debug_37511d371960329e = function(arg0, arg1) {
|
|
3237
3238
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3238
3239
|
};
|
|
3239
|
-
imports.wbg.
|
|
3240
|
+
imports.wbg.__wbg_trace_7246f48b889386a2 = function(arg0, arg1) {
|
|
3240
3241
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3241
3242
|
};
|
|
3242
3243
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3593,68 +3594,68 @@ function __wbg_get_imports() {
|
|
|
3593
3594
|
const ret = makeMutClosure(arg0, arg1, 90, __wbg_adapter_49);
|
|
3594
3595
|
return ret;
|
|
3595
3596
|
};
|
|
3596
|
-
imports.wbg.
|
|
3597
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3597
|
+
imports.wbg.__wbindgen_closure_wrapper13005 = function(arg0, arg1, arg2) {
|
|
3598
|
+
const ret = makeMutClosure(arg0, arg1, 5019, __wbg_adapter_52);
|
|
3598
3599
|
return ret;
|
|
3599
3600
|
};
|
|
3600
|
-
imports.wbg.
|
|
3601
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3601
|
+
imports.wbg.__wbindgen_closure_wrapper13007 = function(arg0, arg1, arg2) {
|
|
3602
|
+
const ret = makeMutClosure(arg0, arg1, 5019, __wbg_adapter_55);
|
|
3602
3603
|
return ret;
|
|
3603
3604
|
};
|
|
3604
|
-
imports.wbg.
|
|
3605
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3605
|
+
imports.wbg.__wbindgen_closure_wrapper13009 = function(arg0, arg1, arg2) {
|
|
3606
|
+
const ret = makeMutClosure(arg0, arg1, 5019, __wbg_adapter_55);
|
|
3606
3607
|
return ret;
|
|
3607
3608
|
};
|
|
3608
|
-
imports.wbg.
|
|
3609
|
+
imports.wbg.__wbindgen_closure_wrapper17138 = function(arg0, arg1, arg2) {
|
|
3609
3610
|
const ret = makeMutClosure(arg0, arg1, 6494, __wbg_adapter_60);
|
|
3610
3611
|
return ret;
|
|
3611
3612
|
};
|
|
3612
|
-
imports.wbg.
|
|
3613
|
+
imports.wbg.__wbindgen_closure_wrapper17762 = function(arg0, arg1, arg2) {
|
|
3613
3614
|
const ret = makeMutClosure(arg0, arg1, 6761, __wbg_adapter_63);
|
|
3614
3615
|
return ret;
|
|
3615
3616
|
};
|
|
3616
|
-
imports.wbg.
|
|
3617
|
+
imports.wbg.__wbindgen_closure_wrapper19713 = function(arg0, arg1, arg2) {
|
|
3617
3618
|
const ret = makeClosure(arg0, arg1, 7328, __wbg_adapter_66);
|
|
3618
3619
|
return ret;
|
|
3619
3620
|
};
|
|
3620
|
-
imports.wbg.
|
|
3621
|
+
imports.wbg.__wbindgen_closure_wrapper19715 = function(arg0, arg1, arg2) {
|
|
3621
3622
|
const ret = makeClosure(arg0, arg1, 7328, __wbg_adapter_66);
|
|
3622
3623
|
return ret;
|
|
3623
3624
|
};
|
|
3624
|
-
imports.wbg.
|
|
3625
|
+
imports.wbg.__wbindgen_closure_wrapper21948 = function(arg0, arg1, arg2) {
|
|
3625
3626
|
const ret = makeMutClosure(arg0, arg1, 8349, __wbg_adapter_71);
|
|
3626
3627
|
return ret;
|
|
3627
3628
|
};
|
|
3628
|
-
imports.wbg.
|
|
3629
|
+
imports.wbg.__wbindgen_closure_wrapper21950 = function(arg0, arg1, arg2) {
|
|
3629
3630
|
const ret = makeMutClosure(arg0, arg1, 8349, __wbg_adapter_71);
|
|
3630
3631
|
return ret;
|
|
3631
3632
|
};
|
|
3632
|
-
imports.wbg.
|
|
3633
|
+
imports.wbg.__wbindgen_closure_wrapper29873 = function(arg0, arg1, arg2) {
|
|
3633
3634
|
const ret = makeMutClosure(arg0, arg1, 11726, __wbg_adapter_76);
|
|
3634
3635
|
return ret;
|
|
3635
3636
|
};
|
|
3636
|
-
imports.wbg.
|
|
3637
|
+
imports.wbg.__wbindgen_closure_wrapper29875 = function(arg0, arg1, arg2) {
|
|
3637
3638
|
const ret = makeMutClosure(arg0, arg1, 11726, __wbg_adapter_76);
|
|
3638
3639
|
return ret;
|
|
3639
3640
|
};
|
|
3640
|
-
imports.wbg.
|
|
3641
|
+
imports.wbg.__wbindgen_closure_wrapper29877 = function(arg0, arg1, arg2) {
|
|
3641
3642
|
const ret = makeMutClosure(arg0, arg1, 11726, __wbg_adapter_76);
|
|
3642
3643
|
return ret;
|
|
3643
3644
|
};
|
|
3644
|
-
imports.wbg.
|
|
3645
|
+
imports.wbg.__wbindgen_closure_wrapper29879 = function(arg0, arg1, arg2) {
|
|
3645
3646
|
const ret = makeMutClosure(arg0, arg1, 11726, __wbg_adapter_76);
|
|
3646
3647
|
return ret;
|
|
3647
3648
|
};
|
|
3648
|
-
imports.wbg.
|
|
3649
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3649
|
+
imports.wbg.__wbindgen_closure_wrapper36587 = function(arg0, arg1, arg2) {
|
|
3650
|
+
const ret = makeMutClosure(arg0, arg1, 14599, __wbg_adapter_85);
|
|
3650
3651
|
return ret;
|
|
3651
3652
|
};
|
|
3652
|
-
imports.wbg.
|
|
3653
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3653
|
+
imports.wbg.__wbindgen_closure_wrapper36830 = function(arg0, arg1, arg2) {
|
|
3654
|
+
const ret = makeMutClosure(arg0, arg1, 14672, __wbg_adapter_88);
|
|
3654
3655
|
return ret;
|
|
3655
3656
|
};
|
|
3656
|
-
imports.wbg.
|
|
3657
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3657
|
+
imports.wbg.__wbindgen_closure_wrapper36899 = function(arg0, arg1, arg2) {
|
|
3658
|
+
const ret = makeMutClosure(arg0, arg1, 14706, __wbg_adapter_91);
|
|
3658
3659
|
return ret;
|
|
3659
3660
|
};
|
|
3660
3661
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -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__hf1d45112f3885ea0(a: number, b: number): void;
|
|
49
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
|
-
export function
|
|
49
|
+
export function closure89_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
51
50
|
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__hc2a2d4f2017e01fe(a: number, b: number): void;
|
|
52
52
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he0da33c1926a6213(a: number, b: number, c: number): void;
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
53
|
+
export function closure5022_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__ha234a863e4a6bc16(a: number, b: number): void;
|
|
55
55
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha28c5a2c57e79949(a: number, b: number): void;
|
|
56
56
|
export function closure7327_externref_shim(a: number, b: number, c: number): void;
|
|
57
57
|
export function closure8348_externref_shim(a: number, b: number, c: number): void;
|
|
58
58
|
export function closure11725_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
-
export function
|
|
60
|
-
export function
|
|
61
|
-
export function
|
|
59
|
+
export function closure14598_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14671_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14705_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
|
|
65
|
+
export function closure17400_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|