@rerun-io/web-viewer 0.13.0-alpha.4 → 0.13.0-rc.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_bg.js +40 -40
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +2 -2
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.13.0-
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.13.0-rc.2/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_bg.js
CHANGED
|
@@ -222,7 +222,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
222
222
|
return real;
|
|
223
223
|
}
|
|
224
224
|
function __wbg_adapter_32(arg0, arg1) {
|
|
225
|
-
wasm.
|
|
225
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__h66286b1ba07278fa(arg0, arg1);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
function __wbg_adapter_35(arg0, arg1) {
|
|
@@ -260,7 +260,7 @@ function __wbg_adapter_52(arg0, arg1, arg2) {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
263
|
-
wasm.
|
|
263
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h5d69396ba508ebe0(arg0, arg1, addHeapObject(arg2));
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
function __wbg_adapter_64(arg0, arg1, arg2) {
|
|
@@ -574,10 +574,6 @@ export class WebHandle {
|
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
export function __wbindgen_object_drop_ref(arg0) {
|
|
578
|
-
takeObject(arg0);
|
|
579
|
-
};
|
|
580
|
-
|
|
581
577
|
export function __wbindgen_cb_drop(arg0) {
|
|
582
578
|
const obj = takeObject(arg0).original;
|
|
583
579
|
if (obj.cnt-- == 1) {
|
|
@@ -588,6 +584,10 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
588
584
|
return ret;
|
|
589
585
|
};
|
|
590
586
|
|
|
587
|
+
export function __wbindgen_object_drop_ref(arg0) {
|
|
588
|
+
takeObject(arg0);
|
|
589
|
+
};
|
|
590
|
+
|
|
591
591
|
export function __wbindgen_object_clone_ref(arg0) {
|
|
592
592
|
const ret = getObject(arg0);
|
|
593
593
|
return addHeapObject(ret);
|
|
@@ -639,12 +639,12 @@ export function __wbg_stack_1c1cef4675b9e0ca(arg0, arg1) {
|
|
|
639
639
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
640
640
|
};
|
|
641
641
|
|
|
642
|
-
export function
|
|
642
|
+
export function __wbg_new_e4711c2623617ebb() {
|
|
643
643
|
const ret = new Error();
|
|
644
644
|
return addHeapObject(ret);
|
|
645
645
|
};
|
|
646
646
|
|
|
647
|
-
export function
|
|
647
|
+
export function __wbg_stack_14b7c4e0883e21a8(arg0, arg1) {
|
|
648
648
|
const ret = getObject(arg1).stack;
|
|
649
649
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
650
650
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3339,19 +3339,19 @@ export function __wbg_error_1f4e3e298a7c97f6(arg0) {
|
|
|
3339
3339
|
console.error(getObject(arg0));
|
|
3340
3340
|
};
|
|
3341
3341
|
|
|
3342
|
-
export function
|
|
3342
|
+
export function __wbg_warn_2498d45fb030dcb6(arg0, arg1) {
|
|
3343
3343
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3344
3344
|
};
|
|
3345
3345
|
|
|
3346
|
-
export function
|
|
3346
|
+
export function __wbg_info_cd4591c0e104c457(arg0, arg1) {
|
|
3347
3347
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3348
3348
|
};
|
|
3349
3349
|
|
|
3350
|
-
export function
|
|
3350
|
+
export function __wbg_debug_881aaf870d68e469(arg0, arg1) {
|
|
3351
3351
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3352
3352
|
};
|
|
3353
3353
|
|
|
3354
|
-
export function
|
|
3354
|
+
export function __wbg_trace_104e0d1142b6656e(arg0, arg1) {
|
|
3355
3355
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3356
3356
|
};
|
|
3357
3357
|
|
|
@@ -3716,73 +3716,73 @@ export function __wbindgen_memory() {
|
|
|
3716
3716
|
return addHeapObject(ret);
|
|
3717
3717
|
};
|
|
3718
3718
|
|
|
3719
|
-
export function
|
|
3720
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3719
|
+
export function __wbindgen_closure_wrapper779(arg0, arg1, arg2) {
|
|
3720
|
+
const ret = makeMutClosure(arg0, arg1, 3, __wbg_adapter_32);
|
|
3721
3721
|
return addHeapObject(ret);
|
|
3722
3722
|
};
|
|
3723
3723
|
|
|
3724
|
-
export function
|
|
3725
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3724
|
+
export function __wbindgen_closure_wrapper3063(arg0, arg1, arg2) {
|
|
3725
|
+
const ret = makeMutClosure(arg0, arg1, 853, __wbg_adapter_35);
|
|
3726
3726
|
return addHeapObject(ret);
|
|
3727
3727
|
};
|
|
3728
3728
|
|
|
3729
|
-
export function
|
|
3730
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3729
|
+
export function __wbindgen_closure_wrapper6914(arg0, arg1, arg2) {
|
|
3730
|
+
const ret = makeMutClosure(arg0, arg1, 2189, __wbg_adapter_38);
|
|
3731
3731
|
return addHeapObject(ret);
|
|
3732
3732
|
};
|
|
3733
3733
|
|
|
3734
|
-
export function
|
|
3735
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3734
|
+
export function __wbindgen_closure_wrapper6916(arg0, arg1, arg2) {
|
|
3735
|
+
const ret = makeMutClosure(arg0, arg1, 2189, __wbg_adapter_41);
|
|
3736
3736
|
return addHeapObject(ret);
|
|
3737
3737
|
};
|
|
3738
3738
|
|
|
3739
|
-
export function
|
|
3740
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3739
|
+
export function __wbindgen_closure_wrapper6918(arg0, arg1, arg2) {
|
|
3740
|
+
const ret = makeMutClosure(arg0, arg1, 2189, __wbg_adapter_44);
|
|
3741
3741
|
return addHeapObject(ret);
|
|
3742
3742
|
};
|
|
3743
3743
|
|
|
3744
|
-
export function
|
|
3745
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3744
|
+
export function __wbindgen_closure_wrapper14937(arg0, arg1, arg2) {
|
|
3745
|
+
const ret = makeMutClosure(arg0, arg1, 5216, __wbg_adapter_47);
|
|
3746
3746
|
return addHeapObject(ret);
|
|
3747
3747
|
};
|
|
3748
3748
|
|
|
3749
|
-
export function
|
|
3750
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3749
|
+
export function __wbindgen_closure_wrapper14939(arg0, arg1, arg2) {
|
|
3750
|
+
const ret = makeMutClosure(arg0, arg1, 5216, __wbg_adapter_47);
|
|
3751
3751
|
return addHeapObject(ret);
|
|
3752
3752
|
};
|
|
3753
3753
|
|
|
3754
|
-
export function
|
|
3755
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3754
|
+
export function __wbindgen_closure_wrapper21473(arg0, arg1, arg2) {
|
|
3755
|
+
const ret = makeMutClosure(arg0, arg1, 7801, __wbg_adapter_52);
|
|
3756
3756
|
return addHeapObject(ret);
|
|
3757
3757
|
};
|
|
3758
3758
|
|
|
3759
|
-
export function
|
|
3760
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3759
|
+
export function __wbindgen_closure_wrapper21475(arg0, arg1, arg2) {
|
|
3760
|
+
const ret = makeMutClosure(arg0, arg1, 7801, __wbg_adapter_52);
|
|
3761
3761
|
return addHeapObject(ret);
|
|
3762
3762
|
};
|
|
3763
3763
|
|
|
3764
|
-
export function
|
|
3765
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3764
|
+
export function __wbindgen_closure_wrapper21477(arg0, arg1, arg2) {
|
|
3765
|
+
const ret = makeMutClosure(arg0, arg1, 7801, __wbg_adapter_52);
|
|
3766
3766
|
return addHeapObject(ret);
|
|
3767
3767
|
};
|
|
3768
3768
|
|
|
3769
|
-
export function
|
|
3770
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3769
|
+
export function __wbindgen_closure_wrapper21479(arg0, arg1, arg2) {
|
|
3770
|
+
const ret = makeMutClosure(arg0, arg1, 7801, __wbg_adapter_52);
|
|
3771
3771
|
return addHeapObject(ret);
|
|
3772
3772
|
};
|
|
3773
3773
|
|
|
3774
|
-
export function
|
|
3775
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3774
|
+
export function __wbindgen_closure_wrapper26092(arg0, arg1, arg2) {
|
|
3775
|
+
const ret = makeMutClosure(arg0, arg1, 9410, __wbg_adapter_61);
|
|
3776
3776
|
return addHeapObject(ret);
|
|
3777
3777
|
};
|
|
3778
3778
|
|
|
3779
|
-
export function
|
|
3780
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3779
|
+
export function __wbindgen_closure_wrapper27205(arg0, arg1, arg2) {
|
|
3780
|
+
const ret = makeMutClosure(arg0, arg1, 10059, __wbg_adapter_64);
|
|
3781
3781
|
return addHeapObject(ret);
|
|
3782
3782
|
};
|
|
3783
3783
|
|
|
3784
|
-
export function
|
|
3785
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3784
|
+
export function __wbindgen_closure_wrapper27242(arg0, arg1, arg2) {
|
|
3785
|
+
const ret = makeMutClosure(arg0, arg1, 10065, __wbg_adapter_67);
|
|
3786
3786
|
return addHeapObject(ret);
|
|
3787
3787
|
};
|
|
3788
3788
|
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ export function intounderlyingsink_abort(a: number, b: number): number;
|
|
|
76
76
|
export function __wbindgen_malloc(a: number, b: number): number;
|
|
77
77
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
78
78
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
79
|
-
export function
|
|
79
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__h66286b1ba07278fa(a: number, b: number): void;
|
|
80
80
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07d706503689bf39(a: number, b: number): void;
|
|
81
81
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h72c64cd599b0aa63(a: number, b: number): void;
|
|
82
82
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
@@ -84,7 +84,7 @@ export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__
|
|
|
84
84
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7befa32b8ae66b11(a: number, b: number, c: number): void;
|
|
85
85
|
export function wasm_bindgen__convert__closures__invoke1_mut__h25e9ecc499155f63(a: number, b: number, c: number): void;
|
|
86
86
|
export function wasm_bindgen__convert__closures__invoke1_mut__h020e325d766bb2f3(a: number, b: number, c: number): void;
|
|
87
|
-
export function
|
|
87
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h5d69396ba508ebe0(a: number, b: number, c: number): void;
|
|
88
88
|
export function wasm_bindgen__convert__closures__invoke1_mut__hb1d106b0b2b5ed5e(a: number, b: number, c: number): void;
|
|
89
89
|
export function wasm_bindgen__convert__closures__invoke1_mut__h523a5392ddd4fbfe(a: number, b: number, c: number): void;
|
|
90
90
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|