@rerun-io/web-viewer 0.12.0-alpha.4 → 0.12.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.12.0-
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.12.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_34(arg0, arg1) {
|
|
225
|
-
wasm.
|
|
225
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__hcd4b1c5b640a3a05(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__h421e75fa0757383d(arg0, arg1, addHeapObject(arg2));
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
@@ -650,6 +650,16 @@ export class WebHandle {
|
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
export function __wbindgen_cb_drop(arg0) {
|
|
654
|
+
const obj = takeObject(arg0).original;
|
|
655
|
+
if (obj.cnt-- == 1) {
|
|
656
|
+
obj.a = 0;
|
|
657
|
+
return true;
|
|
658
|
+
}
|
|
659
|
+
const ret = false;
|
|
660
|
+
return ret;
|
|
661
|
+
};
|
|
662
|
+
|
|
653
663
|
export function __wbindgen_object_drop_ref(arg0) {
|
|
654
664
|
takeObject(arg0);
|
|
655
665
|
};
|
|
@@ -664,16 +674,6 @@ export function __wbindgen_object_clone_ref(arg0) {
|
|
|
664
674
|
return addHeapObject(ret);
|
|
665
675
|
};
|
|
666
676
|
|
|
667
|
-
export function __wbindgen_cb_drop(arg0) {
|
|
668
|
-
const obj = takeObject(arg0).original;
|
|
669
|
-
if (obj.cnt-- == 1) {
|
|
670
|
-
obj.a = 0;
|
|
671
|
-
return true;
|
|
672
|
-
}
|
|
673
|
-
const ret = false;
|
|
674
|
-
return ret;
|
|
675
|
-
};
|
|
676
|
-
|
|
677
677
|
export function __wbindgen_string_get(arg0, arg1) {
|
|
678
678
|
const obj = getObject(arg1);
|
|
679
679
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -715,12 +715,12 @@ export function __wbg_stack_5e4edbe5d1e14374(arg0, arg1) {
|
|
|
715
715
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
716
716
|
};
|
|
717
717
|
|
|
718
|
-
export function
|
|
718
|
+
export function __wbg_new_9a01acb8fd2c68ad() {
|
|
719
719
|
const ret = new Error();
|
|
720
720
|
return addHeapObject(ret);
|
|
721
721
|
};
|
|
722
722
|
|
|
723
|
-
export function
|
|
723
|
+
export function __wbg_stack_1b7a81a68780e765(arg0, arg1) {
|
|
724
724
|
const ret = getObject(arg1).stack;
|
|
725
725
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
726
726
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -2670,19 +2670,19 @@ export function __wbg_focus_dbcbbbb2a04c0e1f() { return handleError(function (ar
|
|
|
2670
2670
|
getObject(arg0).focus();
|
|
2671
2671
|
}, arguments) };
|
|
2672
2672
|
|
|
2673
|
-
export function
|
|
2673
|
+
export function __wbg_warn_93bb43546c236ee9(arg0, arg1) {
|
|
2674
2674
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
2675
2675
|
};
|
|
2676
2676
|
|
|
2677
|
-
export function
|
|
2677
|
+
export function __wbg_info_fe62c298b221f28b(arg0, arg1) {
|
|
2678
2678
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2679
2679
|
};
|
|
2680
2680
|
|
|
2681
|
-
export function
|
|
2681
|
+
export function __wbg_debug_7f00cfef69f792f3(arg0, arg1) {
|
|
2682
2682
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
2683
2683
|
};
|
|
2684
2684
|
|
|
2685
|
-
export function
|
|
2685
|
+
export function __wbg_trace_c76f7dff0cc7d93d(arg0, arg1) {
|
|
2686
2686
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
2687
2687
|
};
|
|
2688
2688
|
|
|
@@ -3041,62 +3041,62 @@ export function __wbindgen_memory() {
|
|
|
3041
3041
|
return addHeapObject(ret);
|
|
3042
3042
|
};
|
|
3043
3043
|
|
|
3044
|
-
export function
|
|
3045
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3044
|
+
export function __wbindgen_closure_wrapper778(arg0, arg1, arg2) {
|
|
3045
|
+
const ret = makeMutClosure(arg0, arg1, 120, __wbg_adapter_34);
|
|
3046
3046
|
return addHeapObject(ret);
|
|
3047
3047
|
};
|
|
3048
3048
|
|
|
3049
|
-
export function
|
|
3050
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3049
|
+
export function __wbindgen_closure_wrapper2639(arg0, arg1, arg2) {
|
|
3050
|
+
const ret = makeMutClosure(arg0, arg1, 729, __wbg_adapter_37);
|
|
3051
3051
|
return addHeapObject(ret);
|
|
3052
3052
|
};
|
|
3053
3053
|
|
|
3054
|
-
export function
|
|
3055
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3054
|
+
export function __wbindgen_closure_wrapper4301(arg0, arg1, arg2) {
|
|
3055
|
+
const ret = makeMutClosure(arg0, arg1, 1254, __wbg_adapter_40);
|
|
3056
3056
|
return addHeapObject(ret);
|
|
3057
3057
|
};
|
|
3058
3058
|
|
|
3059
|
-
export function
|
|
3060
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3059
|
+
export function __wbindgen_closure_wrapper4303(arg0, arg1, arg2) {
|
|
3060
|
+
const ret = makeMutClosure(arg0, arg1, 1254, __wbg_adapter_43);
|
|
3061
3061
|
return addHeapObject(ret);
|
|
3062
3062
|
};
|
|
3063
3063
|
|
|
3064
|
-
export function
|
|
3065
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3064
|
+
export function __wbindgen_closure_wrapper4305(arg0, arg1, arg2) {
|
|
3065
|
+
const ret = makeMutClosure(arg0, arg1, 1254, __wbg_adapter_46);
|
|
3066
3066
|
return addHeapObject(ret);
|
|
3067
3067
|
};
|
|
3068
3068
|
|
|
3069
|
-
export function
|
|
3070
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3069
|
+
export function __wbindgen_closure_wrapper20765(arg0, arg1, arg2) {
|
|
3070
|
+
const ret = makeMutClosure(arg0, arg1, 7093, __wbg_adapter_49);
|
|
3071
3071
|
return addHeapObject(ret);
|
|
3072
3072
|
};
|
|
3073
3073
|
|
|
3074
|
-
export function
|
|
3075
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3074
|
+
export function __wbindgen_closure_wrapper20767(arg0, arg1, arg2) {
|
|
3075
|
+
const ret = makeMutClosure(arg0, arg1, 7093, __wbg_adapter_49);
|
|
3076
3076
|
return addHeapObject(ret);
|
|
3077
3077
|
};
|
|
3078
3078
|
|
|
3079
|
-
export function
|
|
3080
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3079
|
+
export function __wbindgen_closure_wrapper20769(arg0, arg1, arg2) {
|
|
3080
|
+
const ret = makeMutClosure(arg0, arg1, 7093, __wbg_adapter_49);
|
|
3081
3081
|
return addHeapObject(ret);
|
|
3082
3082
|
};
|
|
3083
3083
|
|
|
3084
|
-
export function
|
|
3085
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3084
|
+
export function __wbindgen_closure_wrapper20771(arg0, arg1, arg2) {
|
|
3085
|
+
const ret = makeMutClosure(arg0, arg1, 7093, __wbg_adapter_49);
|
|
3086
3086
|
return addHeapObject(ret);
|
|
3087
3087
|
};
|
|
3088
3088
|
|
|
3089
|
-
export function
|
|
3090
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3089
|
+
export function __wbindgen_closure_wrapper23769(arg0, arg1, arg2) {
|
|
3090
|
+
const ret = makeMutClosure(arg0, arg1, 8606, __wbg_adapter_58);
|
|
3091
3091
|
return addHeapObject(ret);
|
|
3092
3092
|
};
|
|
3093
3093
|
|
|
3094
|
-
export function
|
|
3094
|
+
export function __wbindgen_closure_wrapper24042(arg0, arg1, arg2) {
|
|
3095
3095
|
const ret = makeMutClosure(arg0, arg1, 8663, __wbg_adapter_61);
|
|
3096
3096
|
return addHeapObject(ret);
|
|
3097
3097
|
};
|
|
3098
3098
|
|
|
3099
|
-
export function
|
|
3099
|
+
export function __wbindgen_closure_wrapper24168(arg0, arg1, arg2) {
|
|
3100
3100
|
const ret = makeMutClosure(arg0, arg1, 8700, __wbg_adapter_64);
|
|
3101
3101
|
return addHeapObject(ret);
|
|
3102
3102
|
};
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -84,14 +84,14 @@ export function pipeoptions_signal(a: number): number;
|
|
|
84
84
|
export function __wbindgen_malloc(a: number, b: number): number;
|
|
85
85
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
86
86
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
87
|
-
export function
|
|
87
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__hcd4b1c5b640a3a05(a: number, b: number): void;
|
|
88
88
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4b1e59d19e751877(a: number, b: number): void;
|
|
89
89
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h495e021177c053ee(a: number, b: number, c: number): void;
|
|
90
90
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8fa267ecc1eb02a4(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__h49d90045e5200b5e(a: number, b: number, c: number): void;
|
|
93
93
|
export function wasm_bindgen__convert__closures__invoke1_mut__h5c5582a4f18faa87(a: number, b: number, c: number): void;
|
|
94
|
-
export function
|
|
94
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h421e75fa0757383d(a: number, b: number, c: number): void;
|
|
95
95
|
export function wasm_bindgen__convert__closures__invoke1_mut__h8f179b773c7ba316(a: number, b: number, c: number): void;
|
|
96
96
|
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;
|
|
97
97
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|