@rerun-io/web-viewer 0.12.0-rc.2 → 0.12.0-rc.3
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 +32 -32
- 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-rc.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.12.0-rc.3/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__h8b44393dabe373c9(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__h4c0e725c1e378c2a(arg0, arg1, addHeapObject(arg2));
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
function __wbg_adapter_61(arg0, arg1, arg2) {
|
|
@@ -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_799ae9c8b1bbed12() {
|
|
719
719
|
const ret = new Error();
|
|
720
720
|
return addHeapObject(ret);
|
|
721
721
|
};
|
|
722
722
|
|
|
723
|
-
export function
|
|
723
|
+
export function __wbg_stack_94b6645f0a650755(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_5bdaa37db713d63c(arg0, arg1) {
|
|
2674
2674
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
2675
2675
|
};
|
|
2676
2676
|
|
|
2677
|
-
export function
|
|
2677
|
+
export function __wbg_info_805a92fcea68dc15(arg0, arg1) {
|
|
2678
2678
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2679
2679
|
};
|
|
2680
2680
|
|
|
2681
|
-
export function
|
|
2681
|
+
export function __wbg_debug_ab7cf4cd5b7653b3(arg0, arg1) {
|
|
2682
2682
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
2683
2683
|
};
|
|
2684
2684
|
|
|
2685
|
-
export function
|
|
2685
|
+
export function __wbg_trace_b11602bd282cb791(arg0, arg1) {
|
|
2686
2686
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
2687
2687
|
};
|
|
2688
2688
|
|
|
@@ -3041,63 +3041,63 @@ 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_wrapper763(arg0, arg1, arg2) {
|
|
3045
|
+
const ret = makeMutClosure(arg0, arg1, 119, __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_wrapper2637(arg0, arg1, arg2) {
|
|
3050
|
+
const ret = makeMutClosure(arg0, arg1, 730, __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_wrapper4299(arg0, arg1, arg2) {
|
|
3055
|
+
const ret = makeMutClosure(arg0, arg1, 1255, __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_wrapper4301(arg0, arg1, arg2) {
|
|
3060
|
+
const ret = makeMutClosure(arg0, arg1, 1255, __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_wrapper4303(arg0, arg1, arg2) {
|
|
3065
|
+
const ret = makeMutClosure(arg0, arg1, 1255, __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_wrapper20778(arg0, arg1, arg2) {
|
|
3070
|
+
const ret = makeMutClosure(arg0, arg1, 7098, __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_wrapper20780(arg0, arg1, arg2) {
|
|
3075
|
+
const ret = makeMutClosure(arg0, arg1, 7098, __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_wrapper20782(arg0, arg1, arg2) {
|
|
3080
|
+
const ret = makeMutClosure(arg0, arg1, 7098, __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_wrapper20784(arg0, arg1, arg2) {
|
|
3085
|
+
const ret = makeMutClosure(arg0, arg1, 7098, __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_wrapper23791(arg0, arg1, arg2) {
|
|
3090
|
+
const ret = makeMutClosure(arg0, arg1, 8618, __wbg_adapter_58);
|
|
3091
3091
|
return addHeapObject(ret);
|
|
3092
3092
|
};
|
|
3093
3093
|
|
|
3094
|
-
export function
|
|
3095
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3094
|
+
export function __wbindgen_closure_wrapper24065(arg0, arg1, arg2) {
|
|
3095
|
+
const ret = makeMutClosure(arg0, arg1, 8676, __wbg_adapter_61);
|
|
3096
3096
|
return addHeapObject(ret);
|
|
3097
3097
|
};
|
|
3098
3098
|
|
|
3099
|
-
export function
|
|
3100
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3099
|
+
export function __wbindgen_closure_wrapper24191(arg0, arg1, arg2) {
|
|
3100
|
+
const ret = makeMutClosure(arg0, arg1, 8713, __wbg_adapter_64);
|
|
3101
3101
|
return addHeapObject(ret);
|
|
3102
3102
|
};
|
|
3103
3103
|
|
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__h8b44393dabe373c9(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__h4c0e725c1e378c2a(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;
|