@rerun-io/web-viewer 0.16.1-rc.1 → 0.16.1-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 +31 -31
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +3 -3
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.16.1-rc.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.16.1-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
|
@@ -221,12 +221,12 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
221
221
|
|
|
222
222
|
return real;
|
|
223
223
|
}
|
|
224
|
-
function __wbg_adapter_32(arg0, arg1) {
|
|
225
|
-
wasm.
|
|
224
|
+
function __wbg_adapter_32(arg0, arg1, arg2) {
|
|
225
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb87fc747bd8b9a6f(arg0, arg1, addHeapObject(arg2));
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
function __wbg_adapter_35(arg0, arg1
|
|
229
|
-
wasm.
|
|
228
|
+
function __wbg_adapter_35(arg0, arg1) {
|
|
229
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he9799ee7f191e9b9(arg0, arg1);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
function __wbg_adapter_38(arg0, arg1) {
|
|
@@ -264,7 +264,7 @@ function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
function __wbg_adapter_64(arg0, arg1, arg2) {
|
|
267
|
-
wasm.
|
|
267
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h11a7f200a8c7aaae(arg0, arg1, addHeapObject(arg2));
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
function __wbg_adapter_67(arg0, arg1, arg2) {
|
|
@@ -696,12 +696,12 @@ export function __wbindgen_number_get(arg0, arg1) {
|
|
|
696
696
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
697
697
|
};
|
|
698
698
|
|
|
699
|
-
export function
|
|
699
|
+
export function __wbg_new_7cebea0a4c80c522() {
|
|
700
700
|
const ret = new Error();
|
|
701
701
|
return addHeapObject(ret);
|
|
702
702
|
};
|
|
703
703
|
|
|
704
|
-
export function
|
|
704
|
+
export function __wbg_stack_00093581b10a9b3f(arg0, arg1) {
|
|
705
705
|
const ret = getObject(arg1).stack;
|
|
706
706
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
707
707
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3438,19 +3438,19 @@ export function __wbg_changedTouches_9667f17739458e92(arg0) {
|
|
|
3438
3438
|
return addHeapObject(ret);
|
|
3439
3439
|
};
|
|
3440
3440
|
|
|
3441
|
-
export function
|
|
3441
|
+
export function __wbg_warn_51347d8e7c959921(arg0, arg1) {
|
|
3442
3442
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3443
3443
|
};
|
|
3444
3444
|
|
|
3445
|
-
export function
|
|
3445
|
+
export function __wbg_info_e07a266c2857eee0(arg0, arg1) {
|
|
3446
3446
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3447
3447
|
};
|
|
3448
3448
|
|
|
3449
|
-
export function
|
|
3449
|
+
export function __wbg_debug_5180884fcc5b8d59(arg0, arg1) {
|
|
3450
3450
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3451
3451
|
};
|
|
3452
3452
|
|
|
3453
|
-
export function
|
|
3453
|
+
export function __wbg_trace_8c4778b0318e26ee(arg0, arg1) {
|
|
3454
3454
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3455
3455
|
};
|
|
3456
3456
|
|
|
@@ -3820,12 +3820,12 @@ export function __wbindgen_memory() {
|
|
|
3820
3820
|
return addHeapObject(ret);
|
|
3821
3821
|
};
|
|
3822
3822
|
|
|
3823
|
-
export function
|
|
3823
|
+
export function __wbindgen_closure_wrapper2244(arg0, arg1, arg2) {
|
|
3824
3824
|
const ret = makeMutClosure(arg0, arg1, 720, __wbg_adapter_32);
|
|
3825
3825
|
return addHeapObject(ret);
|
|
3826
3826
|
};
|
|
3827
3827
|
|
|
3828
|
-
export function
|
|
3828
|
+
export function __wbindgen_closure_wrapper2246(arg0, arg1, arg2) {
|
|
3829
3829
|
const ret = makeMutClosure(arg0, arg1, 720, __wbg_adapter_35);
|
|
3830
3830
|
return addHeapObject(ret);
|
|
3831
3831
|
};
|
|
@@ -3850,48 +3850,48 @@ export function __wbindgen_closure_wrapper6566(arg0, arg1, arg2) {
|
|
|
3850
3850
|
return addHeapObject(ret);
|
|
3851
3851
|
};
|
|
3852
3852
|
|
|
3853
|
-
export function
|
|
3854
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3853
|
+
export function __wbindgen_closure_wrapper19290(arg0, arg1, arg2) {
|
|
3854
|
+
const ret = makeMutClosure(arg0, arg1, 7714, __wbg_adapter_50);
|
|
3855
3855
|
return addHeapObject(ret);
|
|
3856
3856
|
};
|
|
3857
3857
|
|
|
3858
|
-
export function
|
|
3859
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3858
|
+
export function __wbindgen_closure_wrapper19292(arg0, arg1, arg2) {
|
|
3859
|
+
const ret = makeMutClosure(arg0, arg1, 7714, __wbg_adapter_50);
|
|
3860
3860
|
return addHeapObject(ret);
|
|
3861
3861
|
};
|
|
3862
3862
|
|
|
3863
|
-
export function
|
|
3864
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3863
|
+
export function __wbindgen_closure_wrapper25819(arg0, arg1, arg2) {
|
|
3864
|
+
const ret = makeMutClosure(arg0, arg1, 10805, __wbg_adapter_55);
|
|
3865
3865
|
return addHeapObject(ret);
|
|
3866
3866
|
};
|
|
3867
3867
|
|
|
3868
|
-
export function
|
|
3869
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3868
|
+
export function __wbindgen_closure_wrapper25821(arg0, arg1, arg2) {
|
|
3869
|
+
const ret = makeMutClosure(arg0, arg1, 10805, __wbg_adapter_55);
|
|
3870
3870
|
return addHeapObject(ret);
|
|
3871
3871
|
};
|
|
3872
3872
|
|
|
3873
|
-
export function
|
|
3874
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3873
|
+
export function __wbindgen_closure_wrapper25823(arg0, arg1, arg2) {
|
|
3874
|
+
const ret = makeMutClosure(arg0, arg1, 10805, __wbg_adapter_55);
|
|
3875
3875
|
return addHeapObject(ret);
|
|
3876
3876
|
};
|
|
3877
3877
|
|
|
3878
|
-
export function
|
|
3879
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3878
|
+
export function __wbindgen_closure_wrapper25825(arg0, arg1, arg2) {
|
|
3879
|
+
const ret = makeMutClosure(arg0, arg1, 10805, __wbg_adapter_55);
|
|
3880
3880
|
return addHeapObject(ret);
|
|
3881
3881
|
};
|
|
3882
3882
|
|
|
3883
|
-
export function
|
|
3884
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3883
|
+
export function __wbindgen_closure_wrapper31557(arg0, arg1, arg2) {
|
|
3884
|
+
const ret = makeMutClosure(arg0, arg1, 13189, __wbg_adapter_64);
|
|
3885
3885
|
return addHeapObject(ret);
|
|
3886
3886
|
};
|
|
3887
3887
|
|
|
3888
|
-
export function
|
|
3889
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3888
|
+
export function __wbindgen_closure_wrapper32754(arg0, arg1, arg2) {
|
|
3889
|
+
const ret = makeMutClosure(arg0, arg1, 13914, __wbg_adapter_67);
|
|
3890
3890
|
return addHeapObject(ret);
|
|
3891
3891
|
};
|
|
3892
3892
|
|
|
3893
|
-
export function
|
|
3894
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3893
|
+
export function __wbindgen_closure_wrapper32816(arg0, arg1, arg2) {
|
|
3894
|
+
const ret = makeMutClosure(arg0, arg1, 13927, __wbg_adapter_70);
|
|
3895
3895
|
return addHeapObject(ret);
|
|
3896
3896
|
};
|
|
3897
3897
|
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -79,8 +79,8 @@ export function intounderlyingsource_cancel(a: number): void;
|
|
|
79
79
|
export function __wbindgen_malloc(a: number, b: number): number;
|
|
80
80
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
81
81
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
82
|
-
export function
|
|
83
|
-
export function
|
|
82
|
+
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb87fc747bd8b9a6f(a: number, b: number, c: number): void;
|
|
83
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he9799ee7f191e9b9(a: number, b: number): void;
|
|
84
84
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he3e77c8746920ad8(a: number, b: number): void;
|
|
85
85
|
export function wasm_bindgen__convert__closures__invoke1_mut__h545ec82ded2d9534(a: number, b: number, c: number): void;
|
|
86
86
|
export function wasm_bindgen__convert__closures__invoke0_mut__h3e523de377ad9304(a: number, b: number): void;
|
|
@@ -88,7 +88,7 @@ export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
|
88
88
|
export function wasm_bindgen__convert__closures__invoke0_mut__h48ee5bf1e8dab96d(a: number, b: number, c: number): void;
|
|
89
89
|
export function wasm_bindgen__convert__closures__invoke1_mut__h389a8557fc3a6c1d(a: number, b: number, c: number): void;
|
|
90
90
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4415f29ff9ffe1e6(a: number, b: number, c: number): void;
|
|
91
|
-
export function
|
|
91
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h11a7f200a8c7aaae(a: number, b: number, c: number): void;
|
|
92
92
|
export function wasm_bindgen__convert__closures__invoke1_mut__h74463477a347a8fe(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__haf670f9b2e2edd2a(a: number, b: number, c: number): void;
|
|
94
94
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|