@rerun-io/web-viewer 0.23.3 → 0.23.4-alpha.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.d.ts +2 -2
- package/re_viewer.js +22 -22
- 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.23.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.23.4-alpha.2/examples/dna.rrd>
|
|
45
45
|
- A gRPC 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.d.ts
CHANGED
|
@@ -137,8 +137,8 @@ declare interface InitOutput {
|
|
|
137
137
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha7701fbed047bc98_multivalue_shim: (a: number, b: number) => [number, number];
|
|
138
138
|
readonly closure5579_externref_shim: (a: number, b: number, c: any) => void;
|
|
139
139
|
readonly closure8136_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
140
|
+
readonly closure8664_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
+
readonly closure10659_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
142
142
|
readonly __wbindgen_start: () => void;
|
|
143
143
|
}
|
|
144
144
|
|
package/re_viewer.js
CHANGED
|
@@ -322,11 +322,11 @@ export default function() {
|
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
325
|
-
wasm.
|
|
325
|
+
wasm.closure8664_externref_shim(arg0, arg1, arg2);
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
function __wbg_adapter_1779(arg0, arg1, arg2, arg3) {
|
|
329
|
-
wasm.
|
|
329
|
+
wasm.closure10659_externref_shim(arg0, arg1, arg2, arg3);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
const __wbindgen_enum_EncodedVideoChunkType = ["key", "delta"];
|
|
@@ -1370,7 +1370,7 @@ export default function() {
|
|
|
1370
1370
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1371
1371
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1372
1372
|
};
|
|
1373
|
-
imports.wbg.
|
|
1373
|
+
imports.wbg.__wbg_debug_69b450afa56d7cb0 = function(arg0, arg1) {
|
|
1374
1374
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1375
1375
|
};
|
|
1376
1376
|
imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -1981,7 +1981,7 @@ export default function() {
|
|
|
1981
1981
|
const ret = arg0.includes(arg1, arg2);
|
|
1982
1982
|
return ret;
|
|
1983
1983
|
};
|
|
1984
|
-
imports.wbg.
|
|
1984
|
+
imports.wbg.__wbg_info_582e234c88fbfa4c = function(arg0, arg1) {
|
|
1985
1985
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
1986
1986
|
};
|
|
1987
1987
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2541,6 +2541,10 @@ export default function() {
|
|
|
2541
2541
|
const ret = new VideoDecoder(arg0);
|
|
2542
2542
|
return ret;
|
|
2543
2543
|
}, arguments) };
|
|
2544
|
+
imports.wbg.__wbg_new_5ebcb3d5c073c22a = function() {
|
|
2545
|
+
const ret = new Error();
|
|
2546
|
+
return ret;
|
|
2547
|
+
};
|
|
2544
2548
|
imports.wbg.__wbg_new_5f34cc0c99fcc488 = function() { return handleError(function (arg0) {
|
|
2545
2549
|
const ret = new ResizeObserver(arg0);
|
|
2546
2550
|
return ret;
|
|
@@ -2549,10 +2553,6 @@ export default function() {
|
|
|
2549
2553
|
const ret = new Array();
|
|
2550
2554
|
return ret;
|
|
2551
2555
|
};
|
|
2552
|
-
imports.wbg.__wbg_new_80717f515f769601 = function() {
|
|
2553
|
-
const ret = new Error();
|
|
2554
|
-
return ret;
|
|
2555
|
-
};
|
|
2556
2556
|
imports.wbg.__wbg_new_80bf4ee74f41ff92 = function() { return handleError(function () {
|
|
2557
2557
|
const ret = new URLSearchParams();
|
|
2558
2558
|
return ret;
|
|
@@ -3609,7 +3609,7 @@ export default function() {
|
|
|
3609
3609
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3610
3610
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3611
3611
|
};
|
|
3612
|
-
imports.wbg.
|
|
3612
|
+
imports.wbg.__wbg_stack_c92ffcce71ea3d70 = function(arg0, arg1) {
|
|
3613
3613
|
const ret = arg1.stack;
|
|
3614
3614
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3615
3615
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3682,7 +3682,7 @@ export default function() {
|
|
|
3682
3682
|
const ret = JSON.stringify(arg0);
|
|
3683
3683
|
return ret;
|
|
3684
3684
|
}, arguments) };
|
|
3685
|
-
imports.wbg.
|
|
3685
|
+
imports.wbg.__wbg_structuredClone_93ce604d57f95549 = function() { return handleError(function (arg0) {
|
|
3686
3686
|
const ret = window.structuredClone(arg0);
|
|
3687
3687
|
return ret;
|
|
3688
3688
|
}, arguments) };
|
|
@@ -3804,7 +3804,7 @@ export default function() {
|
|
|
3804
3804
|
const ret = arg0.touches;
|
|
3805
3805
|
return ret;
|
|
3806
3806
|
};
|
|
3807
|
-
imports.wbg.
|
|
3807
|
+
imports.wbg.__wbg_trace_51888aec687f1bef = function(arg0, arg1) {
|
|
3808
3808
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3809
3809
|
};
|
|
3810
3810
|
imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
|
|
@@ -4009,7 +4009,7 @@ export default function() {
|
|
|
4009
4009
|
imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
4010
4010
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
4011
4011
|
};
|
|
4012
|
-
imports.wbg.
|
|
4012
|
+
imports.wbg.__wbg_warn_445a9e96e1c0a051 = function(arg0, arg1) {
|
|
4013
4013
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4014
4014
|
};
|
|
4015
4015
|
imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
|
|
@@ -4073,39 +4073,39 @@ export default function() {
|
|
|
4073
4073
|
return ret;
|
|
4074
4074
|
};
|
|
4075
4075
|
imports.wbg.__wbindgen_closure_wrapper14158 = function(arg0, arg1, arg2) {
|
|
4076
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4076
|
+
const ret = makeMutClosure(arg0, arg1, 2462, __wbg_adapter_49);
|
|
4077
4077
|
return ret;
|
|
4078
4078
|
};
|
|
4079
|
-
imports.wbg.
|
|
4079
|
+
imports.wbg.__wbindgen_closure_wrapper26157 = function(arg0, arg1, arg2) {
|
|
4080
4080
|
const ret = makeMutClosure(arg0, arg1, 4557, __wbg_adapter_52);
|
|
4081
4081
|
return ret;
|
|
4082
4082
|
};
|
|
4083
|
-
imports.wbg.
|
|
4083
|
+
imports.wbg.__wbindgen_closure_wrapper30724 = function(arg0, arg1, arg2) {
|
|
4084
4084
|
const ret = makeMutClosure(arg0, arg1, 5126, __wbg_adapter_55);
|
|
4085
4085
|
return ret;
|
|
4086
4086
|
};
|
|
4087
|
-
imports.wbg.
|
|
4087
|
+
imports.wbg.__wbindgen_closure_wrapper30726 = function(arg0, arg1, arg2) {
|
|
4088
4088
|
const ret = makeMutClosure(arg0, arg1, 5126, __wbg_adapter_55);
|
|
4089
4089
|
return ret;
|
|
4090
4090
|
};
|
|
4091
|
-
imports.wbg.
|
|
4091
|
+
imports.wbg.__wbindgen_closure_wrapper30728 = function(arg0, arg1, arg2) {
|
|
4092
4092
|
const ret = makeMutClosure(arg0, arg1, 5126, __wbg_adapter_60);
|
|
4093
4093
|
return ret;
|
|
4094
4094
|
};
|
|
4095
|
-
imports.wbg.
|
|
4095
|
+
imports.wbg.__wbindgen_closure_wrapper34001 = function(arg0, arg1, arg2) {
|
|
4096
4096
|
const ret = makeMutClosure(arg0, arg1, 5580, __wbg_adapter_63);
|
|
4097
4097
|
return ret;
|
|
4098
4098
|
};
|
|
4099
|
-
imports.wbg.
|
|
4099
|
+
imports.wbg.__wbindgen_closure_wrapper50133 = function(arg0, arg1, arg2) {
|
|
4100
4100
|
const ret = makeClosure(arg0, arg1, 8137, __wbg_adapter_66);
|
|
4101
4101
|
return ret;
|
|
4102
4102
|
};
|
|
4103
|
-
imports.wbg.
|
|
4103
|
+
imports.wbg.__wbindgen_closure_wrapper50135 = function(arg0, arg1, arg2) {
|
|
4104
4104
|
const ret = makeClosure(arg0, arg1, 8137, __wbg_adapter_66);
|
|
4105
4105
|
return ret;
|
|
4106
4106
|
};
|
|
4107
|
-
imports.wbg.
|
|
4108
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4107
|
+
imports.wbg.__wbindgen_closure_wrapper53868 = function(arg0, arg1, arg2) {
|
|
4108
|
+
const ret = makeMutClosure(arg0, arg1, 8665, __wbg_adapter_71);
|
|
4109
4109
|
return ret;
|
|
4110
4110
|
};
|
|
4111
4111
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -53,6 +53,6 @@ export const closure5125_externref_shim: (a: number, b: number, c: any) => void;
|
|
|
53
53
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha7701fbed047bc98_multivalue_shim: (a: number, b: number) => [number, number];
|
|
54
54
|
export const closure5579_externref_shim: (a: number, b: number, c: any) => void;
|
|
55
55
|
export const closure8136_externref_shim: (a: number, b: number, c: any) => void;
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
56
|
+
export const closure8664_externref_shim: (a: number, b: number, c: any) => void;
|
|
57
|
+
export const closure10659_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
58
58
|
export const __wbindgen_start: () => void;
|