@rerun-io/web-viewer 0.12.1-rc.2 → 0.12.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_bg.js +41 -41
- 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.12.1
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.12.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_bg.js
CHANGED
|
@@ -222,7 +222,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
222
222
|
return real;
|
|
223
223
|
}
|
|
224
224
|
function __wbg_adapter_34(arg0, arg1) {
|
|
225
|
-
wasm.
|
|
225
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__h7a829c6999980b6b(arg0, arg1);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
function __wbg_adapter_37(arg0, arg1) {
|
|
@@ -256,7 +256,7 @@ function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
function __wbg_adapter_58(arg0, arg1, arg2) {
|
|
259
|
-
wasm.
|
|
259
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h13d6f70395902d04(arg0, arg1, addHeapObject(arg2));
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
@@ -666,6 +666,15 @@ export class WebHandle {
|
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
+
export function __wbindgen_object_drop_ref(arg0) {
|
|
670
|
+
takeObject(arg0);
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
export function __wbindgen_string_new(arg0, arg1) {
|
|
674
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
675
|
+
return addHeapObject(ret);
|
|
676
|
+
};
|
|
677
|
+
|
|
669
678
|
export function __wbindgen_cb_drop(arg0) {
|
|
670
679
|
const obj = takeObject(arg0).original;
|
|
671
680
|
if (obj.cnt-- == 1) {
|
|
@@ -676,15 +685,6 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
676
685
|
return ret;
|
|
677
686
|
};
|
|
678
687
|
|
|
679
|
-
export function __wbindgen_object_drop_ref(arg0) {
|
|
680
|
-
takeObject(arg0);
|
|
681
|
-
};
|
|
682
|
-
|
|
683
|
-
export function __wbindgen_string_new(arg0, arg1) {
|
|
684
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
685
|
-
return addHeapObject(ret);
|
|
686
|
-
};
|
|
687
|
-
|
|
688
688
|
export function __wbindgen_object_clone_ref(arg0) {
|
|
689
689
|
const ret = getObject(arg0);
|
|
690
690
|
return addHeapObject(ret);
|
|
@@ -731,12 +731,12 @@ export function __wbg_stack_5e4edbe5d1e14374(arg0, arg1) {
|
|
|
731
731
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
732
732
|
};
|
|
733
733
|
|
|
734
|
-
export function
|
|
734
|
+
export function __wbg_new_38814bb270e28c53() {
|
|
735
735
|
const ret = new Error();
|
|
736
736
|
return addHeapObject(ret);
|
|
737
737
|
};
|
|
738
738
|
|
|
739
|
-
export function
|
|
739
|
+
export function __wbg_stack_0b9edf1cc85018a7(arg0, arg1) {
|
|
740
740
|
const ret = getObject(arg1).stack;
|
|
741
741
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
742
742
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -2686,19 +2686,19 @@ export function __wbg_focus_dbcbbbb2a04c0e1f() { return handleError(function (ar
|
|
|
2686
2686
|
getObject(arg0).focus();
|
|
2687
2687
|
}, arguments) };
|
|
2688
2688
|
|
|
2689
|
-
export function
|
|
2689
|
+
export function __wbg_warn_16f6f6ab1173c68e(arg0, arg1) {
|
|
2690
2690
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
2691
2691
|
};
|
|
2692
2692
|
|
|
2693
|
-
export function
|
|
2693
|
+
export function __wbg_info_ee36b848f15268cd(arg0, arg1) {
|
|
2694
2694
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2695
2695
|
};
|
|
2696
2696
|
|
|
2697
|
-
export function
|
|
2697
|
+
export function __wbg_debug_6d724b9cb4427a5e(arg0, arg1) {
|
|
2698
2698
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
2699
2699
|
};
|
|
2700
2700
|
|
|
2701
|
-
export function
|
|
2701
|
+
export function __wbg_trace_7fcbf1a6010a1422(arg0, arg1) {
|
|
2702
2702
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
2703
2703
|
};
|
|
2704
2704
|
|
|
@@ -3057,63 +3057,63 @@ export function __wbindgen_memory() {
|
|
|
3057
3057
|
return addHeapObject(ret);
|
|
3058
3058
|
};
|
|
3059
3059
|
|
|
3060
|
-
export function
|
|
3061
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3060
|
+
export function __wbindgen_closure_wrapper1904(arg0, arg1, arg2) {
|
|
3061
|
+
const ret = makeMutClosure(arg0, arg1, 470, __wbg_adapter_34);
|
|
3062
3062
|
return addHeapObject(ret);
|
|
3063
3063
|
};
|
|
3064
3064
|
|
|
3065
|
-
export function
|
|
3066
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3065
|
+
export function __wbindgen_closure_wrapper2593(arg0, arg1, arg2) {
|
|
3066
|
+
const ret = makeMutClosure(arg0, arg1, 751, __wbg_adapter_37);
|
|
3067
3067
|
return addHeapObject(ret);
|
|
3068
3068
|
};
|
|
3069
3069
|
|
|
3070
|
-
export function
|
|
3071
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3070
|
+
export function __wbindgen_closure_wrapper4260(arg0, arg1, arg2) {
|
|
3071
|
+
const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_40);
|
|
3072
3072
|
return addHeapObject(ret);
|
|
3073
3073
|
};
|
|
3074
3074
|
|
|
3075
|
-
export function
|
|
3076
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3075
|
+
export function __wbindgen_closure_wrapper4262(arg0, arg1, arg2) {
|
|
3076
|
+
const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_43);
|
|
3077
3077
|
return addHeapObject(ret);
|
|
3078
3078
|
};
|
|
3079
3079
|
|
|
3080
|
-
export function
|
|
3081
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3080
|
+
export function __wbindgen_closure_wrapper4264(arg0, arg1, arg2) {
|
|
3081
|
+
const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_46);
|
|
3082
3082
|
return addHeapObject(ret);
|
|
3083
3083
|
};
|
|
3084
3084
|
|
|
3085
|
-
export function
|
|
3086
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3085
|
+
export function __wbindgen_closure_wrapper20762(arg0, arg1, arg2) {
|
|
3086
|
+
const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
|
|
3087
3087
|
return addHeapObject(ret);
|
|
3088
3088
|
};
|
|
3089
3089
|
|
|
3090
|
-
export function
|
|
3091
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3090
|
+
export function __wbindgen_closure_wrapper20764(arg0, arg1, arg2) {
|
|
3091
|
+
const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
|
|
3092
3092
|
return addHeapObject(ret);
|
|
3093
3093
|
};
|
|
3094
3094
|
|
|
3095
|
-
export function
|
|
3096
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3095
|
+
export function __wbindgen_closure_wrapper20766(arg0, arg1, arg2) {
|
|
3096
|
+
const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
|
|
3097
3097
|
return addHeapObject(ret);
|
|
3098
3098
|
};
|
|
3099
3099
|
|
|
3100
|
-
export function
|
|
3101
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3100
|
+
export function __wbindgen_closure_wrapper20768(arg0, arg1, arg2) {
|
|
3101
|
+
const ret = makeMutClosure(arg0, arg1, 7106, __wbg_adapter_49);
|
|
3102
3102
|
return addHeapObject(ret);
|
|
3103
3103
|
};
|
|
3104
3104
|
|
|
3105
|
-
export function
|
|
3106
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3105
|
+
export function __wbindgen_closure_wrapper23878(arg0, arg1, arg2) {
|
|
3106
|
+
const ret = makeMutClosure(arg0, arg1, 8616, __wbg_adapter_58);
|
|
3107
3107
|
return addHeapObject(ret);
|
|
3108
3108
|
};
|
|
3109
3109
|
|
|
3110
|
-
export function
|
|
3111
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3110
|
+
export function __wbindgen_closure_wrapper24058(arg0, arg1, arg2) {
|
|
3111
|
+
const ret = makeMutClosure(arg0, arg1, 8687, __wbg_adapter_61);
|
|
3112
3112
|
return addHeapObject(ret);
|
|
3113
3113
|
};
|
|
3114
3114
|
|
|
3115
|
-
export function
|
|
3116
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3115
|
+
export function __wbindgen_closure_wrapper24184(arg0, arg1, arg2) {
|
|
3116
|
+
const ret = makeMutClosure(arg0, arg1, 8724, __wbg_adapter_64);
|
|
3117
3117
|
return addHeapObject(ret);
|
|
3118
3118
|
};
|
|
3119
3119
|
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -86,14 +86,14 @@ export function pipeoptions_signal(a: number): number;
|
|
|
86
86
|
export function __wbindgen_malloc(a: number, b: number): number;
|
|
87
87
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
88
88
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
89
|
-
export function
|
|
89
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__h7a829c6999980b6b(a: number, b: number): void;
|
|
90
90
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4b1e59d19e751877(a: number, b: number): void;
|
|
91
91
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
92
92
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5db19b379a5b2b2d(a: number, b: number, c: number): void;
|
|
93
93
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h66b9685bc927403b(a: number, b: number, c: number): void;
|
|
94
94
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb98c7eb41ddd4bc7(a: number, b: number): void;
|
|
95
95
|
export function wasm_bindgen__convert__closures__invoke1_mut__h5c5582a4f18faa87(a: number, b: number, c: number): void;
|
|
96
|
-
export function
|
|
96
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h13d6f70395902d04(a: number, b: number, c: number): void;
|
|
97
97
|
export function wasm_bindgen__convert__closures__invoke1_mut__h8f179b773c7ba316(a: number, b: number, c: number): void;
|
|
98
98
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h83ad0401821b73ca(a: number, b: number, c: number): void;
|
|
99
99
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|