@rerun-io/web-viewer 0.19.0-alpha.5 → 0.19.0-alpha.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 +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +9 -9
- package/re_viewer.js +45 -45
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +9 -9
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.0-alpha.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.19.0-alpha.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
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
|
|
196
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9b0ae865e1febcfe: (a: number, b: number) => void;
|
|
197
197
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
198
198
|
readonly closure547_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
199
199
|
readonly __externref_table_dealloc: (a: 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
201
|
readonly closure5027_externref_shim: (a: number, b: number, c: number) => void;
|
|
202
|
-
readonly
|
|
202
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc965b6959d05299d: (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
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
204
|
+
readonly closure7332_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure8353_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure11734_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14638_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14689_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14723_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
210
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
211
211
|
readonly __externref_table_alloc: () => number;
|
|
212
212
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
213
|
-
readonly
|
|
213
|
+
readonly closure17417_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
|
@@ -191,7 +191,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
191
191
|
return real;
|
|
192
192
|
}
|
|
193
193
|
function __wbg_adapter_46(arg0, arg1) {
|
|
194
|
-
wasm.
|
|
194
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9b0ae865e1febcfe(arg0, arg1);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
function takeFromExternrefTable0(idx) {
|
|
@@ -232,7 +232,7 @@ function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
function __wbg_adapter_60(arg0, arg1) {
|
|
235
|
-
wasm.
|
|
235
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc965b6959d05299d(arg0, arg1);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -261,27 +261,27 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
261
261
|
return real;
|
|
262
262
|
}
|
|
263
263
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
264
|
-
wasm.
|
|
264
|
+
wasm.closure7332_externref_shim(arg0, arg1, arg2);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
268
|
-
wasm.
|
|
268
|
+
wasm.closure8353_externref_shim(arg0, arg1, arg2);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
272
|
-
wasm.
|
|
272
|
+
wasm.closure11734_externref_shim(arg0, arg1, arg2);
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
276
|
-
wasm.
|
|
276
|
+
wasm.closure14638_externref_shim(arg0, arg1, arg2);
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
280
|
-
wasm.
|
|
280
|
+
wasm.closure14689_externref_shim(arg0, arg1, arg2);
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
284
|
-
wasm.
|
|
284
|
+
wasm.closure14723_externref_shim(arg0, arg1, arg2);
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
function addToExternrefTable0(obj) {
|
|
@@ -363,7 +363,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
363
363
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
364
364
|
}
|
|
365
365
|
function __wbg_adapter_1470(arg0, arg1, arg2, arg3) {
|
|
366
|
-
wasm.
|
|
366
|
+
wasm.closure17417_externref_shim(arg0, arg1, arg2, arg3);
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -787,7 +787,7 @@ function __wbg_get_imports() {
|
|
|
787
787
|
const ret = typeof(val) === 'object' && val !== null;
|
|
788
788
|
return ret;
|
|
789
789
|
};
|
|
790
|
-
imports.wbg.
|
|
790
|
+
imports.wbg.__wbg_structuredClone_7d5d74f89df31ebe = function() { return handleError(function (arg0) {
|
|
791
791
|
const ret = window.structuredClone(arg0);
|
|
792
792
|
return ret;
|
|
793
793
|
}, arguments) };
|
|
@@ -846,11 +846,11 @@ function __wbg_get_imports() {
|
|
|
846
846
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
847
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
848
848
|
};
|
|
849
|
-
imports.wbg.
|
|
849
|
+
imports.wbg.__wbg_new_4b68ea172b33719e = function() {
|
|
850
850
|
const ret = new Error();
|
|
851
851
|
return ret;
|
|
852
852
|
};
|
|
853
|
-
imports.wbg.
|
|
853
|
+
imports.wbg.__wbg_stack_c84ce235218146cf = function(arg0, arg1) {
|
|
854
854
|
const ret = arg1.stack;
|
|
855
855
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
856
856
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3227,16 +3227,16 @@ function __wbg_get_imports() {
|
|
|
3227
3227
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3228
3228
|
arg0.close();
|
|
3229
3229
|
};
|
|
3230
|
-
imports.wbg.
|
|
3230
|
+
imports.wbg.__wbg_warn_b8681d8b33664693 = function(arg0, arg1) {
|
|
3231
3231
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3232
3232
|
};
|
|
3233
|
-
imports.wbg.
|
|
3233
|
+
imports.wbg.__wbg_info_18a3211a804c3595 = function(arg0, arg1) {
|
|
3234
3234
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3235
3235
|
};
|
|
3236
|
-
imports.wbg.
|
|
3236
|
+
imports.wbg.__wbg_debug_658c9855c9d6eda4 = function(arg0, arg1) {
|
|
3237
3237
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3238
3238
|
};
|
|
3239
|
-
imports.wbg.
|
|
3239
|
+
imports.wbg.__wbg_trace_e325efdb615f4bba = function(arg0, arg1) {
|
|
3240
3240
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3241
3241
|
};
|
|
3242
3242
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3593,68 +3593,68 @@ function __wbg_get_imports() {
|
|
|
3593
3593
|
const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_49);
|
|
3594
3594
|
return ret;
|
|
3595
3595
|
};
|
|
3596
|
-
imports.wbg.
|
|
3596
|
+
imports.wbg.__wbindgen_closure_wrapper12999 = function(arg0, arg1, arg2) {
|
|
3597
3597
|
const ret = makeMutClosure(arg0, arg1, 5024, __wbg_adapter_52);
|
|
3598
3598
|
return ret;
|
|
3599
3599
|
};
|
|
3600
|
-
imports.wbg.
|
|
3600
|
+
imports.wbg.__wbindgen_closure_wrapper13001 = function(arg0, arg1, arg2) {
|
|
3601
3601
|
const ret = makeMutClosure(arg0, arg1, 5024, __wbg_adapter_55);
|
|
3602
3602
|
return ret;
|
|
3603
3603
|
};
|
|
3604
|
-
imports.wbg.
|
|
3604
|
+
imports.wbg.__wbindgen_closure_wrapper13003 = function(arg0, arg1, arg2) {
|
|
3605
3605
|
const ret = makeMutClosure(arg0, arg1, 5024, __wbg_adapter_55);
|
|
3606
3606
|
return ret;
|
|
3607
3607
|
};
|
|
3608
|
-
imports.wbg.
|
|
3609
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3608
|
+
imports.wbg.__wbindgen_closure_wrapper17212 = function(arg0, arg1, arg2) {
|
|
3609
|
+
const ret = makeMutClosure(arg0, arg1, 6522, __wbg_adapter_60);
|
|
3610
3610
|
return ret;
|
|
3611
3611
|
};
|
|
3612
|
-
imports.wbg.
|
|
3613
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3612
|
+
imports.wbg.__wbindgen_closure_wrapper17759 = function(arg0, arg1, arg2) {
|
|
3613
|
+
const ret = makeMutClosure(arg0, arg1, 6767, __wbg_adapter_63);
|
|
3614
3614
|
return ret;
|
|
3615
3615
|
};
|
|
3616
|
-
imports.wbg.
|
|
3617
|
-
const ret = makeClosure(arg0, arg1,
|
|
3616
|
+
imports.wbg.__wbindgen_closure_wrapper19709 = function(arg0, arg1, arg2) {
|
|
3617
|
+
const ret = makeClosure(arg0, arg1, 7333, __wbg_adapter_66);
|
|
3618
3618
|
return ret;
|
|
3619
3619
|
};
|
|
3620
|
-
imports.wbg.
|
|
3621
|
-
const ret = makeClosure(arg0, arg1,
|
|
3620
|
+
imports.wbg.__wbindgen_closure_wrapper19711 = function(arg0, arg1, arg2) {
|
|
3621
|
+
const ret = makeClosure(arg0, arg1, 7333, __wbg_adapter_66);
|
|
3622
3622
|
return ret;
|
|
3623
3623
|
};
|
|
3624
|
-
imports.wbg.
|
|
3625
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3624
|
+
imports.wbg.__wbindgen_closure_wrapper21944 = function(arg0, arg1, arg2) {
|
|
3625
|
+
const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_71);
|
|
3626
3626
|
return ret;
|
|
3627
3627
|
};
|
|
3628
|
-
imports.wbg.
|
|
3629
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3628
|
+
imports.wbg.__wbindgen_closure_wrapper21946 = function(arg0, arg1, arg2) {
|
|
3629
|
+
const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_71);
|
|
3630
3630
|
return ret;
|
|
3631
3631
|
};
|
|
3632
|
-
imports.wbg.
|
|
3633
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3632
|
+
imports.wbg.__wbindgen_closure_wrapper29873 = function(arg0, arg1, arg2) {
|
|
3633
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3634
3634
|
return ret;
|
|
3635
3635
|
};
|
|
3636
|
-
imports.wbg.
|
|
3637
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3636
|
+
imports.wbg.__wbindgen_closure_wrapper29875 = function(arg0, arg1, arg2) {
|
|
3637
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3638
3638
|
return ret;
|
|
3639
3639
|
};
|
|
3640
|
-
imports.wbg.
|
|
3641
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3640
|
+
imports.wbg.__wbindgen_closure_wrapper29877 = function(arg0, arg1, arg2) {
|
|
3641
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3642
3642
|
return ret;
|
|
3643
3643
|
};
|
|
3644
|
-
imports.wbg.
|
|
3645
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3644
|
+
imports.wbg.__wbindgen_closure_wrapper29879 = function(arg0, arg1, arg2) {
|
|
3645
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3646
3646
|
return ret;
|
|
3647
3647
|
};
|
|
3648
|
-
imports.wbg.
|
|
3649
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3648
|
+
imports.wbg.__wbindgen_closure_wrapper36670 = function(arg0, arg1, arg2) {
|
|
3649
|
+
const ret = makeMutClosure(arg0, arg1, 14639, __wbg_adapter_85);
|
|
3650
3650
|
return ret;
|
|
3651
3651
|
};
|
|
3652
|
-
imports.wbg.
|
|
3653
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3652
|
+
imports.wbg.__wbindgen_closure_wrapper36841 = function(arg0, arg1, arg2) {
|
|
3653
|
+
const ret = makeMutClosure(arg0, arg1, 14690, __wbg_adapter_88);
|
|
3654
3654
|
return ret;
|
|
3655
3655
|
};
|
|
3656
|
-
imports.wbg.
|
|
3657
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3656
|
+
imports.wbg.__wbindgen_closure_wrapper36910 = function(arg0, arg1, arg2) {
|
|
3657
|
+
const ret = makeMutClosure(arg0, arg1, 14724, __wbg_adapter_91);
|
|
3658
3658
|
return ret;
|
|
3659
3659
|
};
|
|
3660
3660
|
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
|
|
48
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9b0ae865e1febcfe(a: number, b: number): void;
|
|
49
49
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
50
|
export function closure547_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
51
51
|
export function __externref_table_dealloc(a: 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
53
|
export function closure5027_externref_shim(a: number, b: number, c: number): void;
|
|
54
|
-
export function
|
|
54
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc965b6959d05299d(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
|
-
export function
|
|
57
|
-
export function
|
|
58
|
-
export function
|
|
59
|
-
export function
|
|
60
|
-
export function
|
|
61
|
-
export function
|
|
56
|
+
export function closure7332_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure8353_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure11734_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14638_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14689_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14723_externref_shim(a: number, b: number, c: number): void;
|
|
62
62
|
export function __wbindgen_exn_store(a: number): void;
|
|
63
63
|
export function __externref_table_alloc(): number;
|
|
64
64
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
65
|
-
export function
|
|
65
|
+
export function closure17417_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|