@rerun-io/web-viewer 0.23.2 → 0.24.0-alpha.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.d.ts +13 -17
- package/re_viewer.js +84 -87
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +13 -17
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.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.24.0-alpha.1/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
|
@@ -109,10 +109,6 @@ declare interface InitOutput {
|
|
|
109
109
|
readonly webhandle_get_timeline_time_range: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
110
110
|
readonly webhandle_get_playing: (a: number, b: number, c: number) => number;
|
|
111
111
|
readonly webhandle_set_playing: (a: number, b: number, c: number, d: number) => void;
|
|
112
|
-
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
113
|
-
readonly intounderlyingsink_write: (a: number, b: any) => any;
|
|
114
|
-
readonly intounderlyingsink_close: (a: number) => any;
|
|
115
|
-
readonly intounderlyingsink_abort: (a: number, b: any) => any;
|
|
116
112
|
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
117
113
|
readonly intounderlyingbytesource_type: (a: number) => [number, number];
|
|
118
114
|
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
@@ -122,6 +118,10 @@ declare interface InitOutput {
|
|
|
122
118
|
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
123
119
|
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
124
120
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
121
|
+
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
122
|
+
readonly intounderlyingsink_write: (a: number, b: any) => any;
|
|
123
|
+
readonly intounderlyingsink_close: (a: number) => any;
|
|
124
|
+
readonly intounderlyingsink_abort: (a: number, b: any) => any;
|
|
125
125
|
readonly __externref_table_alloc: () => number;
|
|
126
126
|
readonly __wbindgen_export_1: WebAssembly.Table;
|
|
127
127
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
@@ -130,19 +130,15 @@ declare interface InitOutput {
|
|
|
130
130
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
131
131
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
132
132
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly closure12757_externref_shim: (a: number, b: number, c: any) => void;
|
|
143
|
-
readonly closure12843_externref_shim: (a: number, b: number, c: any) => void;
|
|
144
|
-
readonly closure12886_externref_shim: (a: number, b: number, c: any) => void;
|
|
145
|
-
readonly closure16801_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
133
|
+
readonly closure7_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
134
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h62b39c41be45da25: (a: number, b: number) => void;
|
|
135
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc7cd2fd6c2e2528: (a: number, b: number) => void;
|
|
136
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4524307418d89850_multivalue_shim: (a: number, b: number) => [number, number];
|
|
137
|
+
readonly closure16514_externref_shim: (a: number, b: number, c: any) => void;
|
|
138
|
+
readonly closure16961_externref_shim: (a: number, b: number, c: any) => void;
|
|
139
|
+
readonly closure19395_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
|
+
readonly closure19847_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
+
readonly closure23659_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
146
142
|
readonly __wbindgen_start: () => void;
|
|
147
143
|
}
|
|
148
144
|
|
package/re_viewer.js
CHANGED
|
@@ -160,7 +160,7 @@ export default function() {
|
|
|
160
160
|
const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
|
161
161
|
? { register: () => {}, unregister: () => {} }
|
|
162
162
|
: new FinalizationRegistry(state => {
|
|
163
|
-
wasm
|
|
163
|
+
wasm?.__wbindgen_export_6.get(state.dtor)(state.a, state.b)
|
|
164
164
|
});
|
|
165
165
|
|
|
166
166
|
function makeMutClosure(arg0, arg1, dtor, f) {
|
|
@@ -287,62 +287,46 @@ export default function() {
|
|
|
287
287
|
WASM_VECTOR_LEN = arg.length;
|
|
288
288
|
return ptr;
|
|
289
289
|
}
|
|
290
|
-
function __wbg_adapter_46(arg0, arg1) {
|
|
291
|
-
wasm.
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
295
|
-
const ret = wasm.closure538_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
290
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
291
|
+
const ret = wasm.closure7_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
296
292
|
if (ret[1]) {
|
|
297
293
|
throw takeFromExternrefTable0(ret[0]);
|
|
298
294
|
}
|
|
299
295
|
}
|
|
300
296
|
|
|
301
|
-
function
|
|
302
|
-
wasm.
|
|
297
|
+
function __wbg_adapter_49(arg0, arg1) {
|
|
298
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h62b39c41be45da25(arg0, arg1);
|
|
303
299
|
}
|
|
304
300
|
|
|
305
|
-
function
|
|
306
|
-
wasm.
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
function __wbg_adapter_58(arg0, arg1) {
|
|
310
|
-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h08b191b72e04463a(arg0, arg1);
|
|
301
|
+
function __wbg_adapter_52(arg0, arg1) {
|
|
302
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc7cd2fd6c2e2528(arg0, arg1);
|
|
311
303
|
}
|
|
312
304
|
|
|
313
|
-
function
|
|
314
|
-
const ret = wasm.
|
|
305
|
+
function __wbg_adapter_55(arg0, arg1) {
|
|
306
|
+
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4524307418d89850_multivalue_shim(arg0, arg1);
|
|
315
307
|
if (ret[1]) {
|
|
316
308
|
throw takeFromExternrefTable0(ret[0]);
|
|
317
309
|
}
|
|
318
310
|
}
|
|
319
311
|
|
|
320
|
-
function
|
|
321
|
-
wasm.
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
function __wbg_adapter_69(arg0, arg1, arg2) {
|
|
325
|
-
wasm.closure8833_externref_shim(arg0, arg1, arg2);
|
|
312
|
+
function __wbg_adapter_58(arg0, arg1, arg2) {
|
|
313
|
+
wasm.closure16514_externref_shim(arg0, arg1, arg2);
|
|
326
314
|
}
|
|
327
315
|
|
|
328
|
-
function
|
|
329
|
-
wasm.
|
|
316
|
+
function __wbg_adapter_63(arg0, arg1, arg2) {
|
|
317
|
+
wasm.closure16961_externref_shim(arg0, arg1, arg2);
|
|
330
318
|
}
|
|
331
319
|
|
|
332
|
-
function
|
|
333
|
-
wasm.
|
|
320
|
+
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
321
|
+
wasm.closure19395_externref_shim(arg0, arg1, arg2);
|
|
334
322
|
}
|
|
335
323
|
|
|
336
|
-
function
|
|
337
|
-
wasm.
|
|
324
|
+
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
325
|
+
wasm.closure19847_externref_shim(arg0, arg1, arg2);
|
|
338
326
|
}
|
|
339
327
|
|
|
340
|
-
function
|
|
341
|
-
wasm.
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
function __wbg_adapter_1779(arg0, arg1, arg2, arg3) {
|
|
345
|
-
wasm.closure16801_externref_shim(arg0, arg1, arg2, arg3);
|
|
328
|
+
function __wbg_adapter_1789(arg0, arg1, arg2, arg3) {
|
|
329
|
+
wasm.closure23659_externref_shim(arg0, arg1, arg2, arg3);
|
|
346
330
|
}
|
|
347
331
|
|
|
348
332
|
const __wbindgen_enum_EncodedVideoChunkType = ["key", "delta"];
|
|
@@ -875,6 +859,10 @@ export default function() {
|
|
|
875
859
|
const ret = arg0.activeElement;
|
|
876
860
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
877
861
|
};
|
|
862
|
+
imports.wbg.__wbg_activeElement_7cabba30de7b6b67 = function(arg0) {
|
|
863
|
+
const ret = arg0.activeElement;
|
|
864
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
865
|
+
};
|
|
878
866
|
imports.wbg.__wbg_activeTexture_0f19d8acfa0a14c2 = function(arg0, arg1) {
|
|
879
867
|
arg0.activeTexture(arg1 >>> 0);
|
|
880
868
|
};
|
|
@@ -1386,7 +1374,7 @@ export default function() {
|
|
|
1386
1374
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1387
1375
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1388
1376
|
};
|
|
1389
|
-
imports.wbg.
|
|
1377
|
+
imports.wbg.__wbg_debug_7076c36b0109b2dd = function(arg0, arg1) {
|
|
1390
1378
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1391
1379
|
};
|
|
1392
1380
|
imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -1564,6 +1552,10 @@ export default function() {
|
|
|
1564
1552
|
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1565
1553
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1566
1554
|
};
|
|
1555
|
+
imports.wbg.__wbg_elementFromPoint_e788840a5168e09e = function(arg0, arg1, arg2) {
|
|
1556
|
+
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1557
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1558
|
+
};
|
|
1567
1559
|
imports.wbg.__wbg_enableVertexAttribArray_607be07574298e5e = function(arg0, arg1) {
|
|
1568
1560
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
1569
1561
|
};
|
|
@@ -1809,6 +1801,10 @@ export default function() {
|
|
|
1809
1801
|
const ret = arg0.getReader();
|
|
1810
1802
|
return ret;
|
|
1811
1803
|
}, arguments) };
|
|
1804
|
+
imports.wbg.__wbg_getRootNode_f59bcfa355239af5 = function(arg0) {
|
|
1805
|
+
const ret = arg0.getRootNode();
|
|
1806
|
+
return ret;
|
|
1807
|
+
};
|
|
1812
1808
|
imports.wbg.__wbg_getShaderInfoLog_7e7b38fb910ec534 = function(arg0, arg1, arg2) {
|
|
1813
1809
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1814
1810
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1997,7 +1993,7 @@ export default function() {
|
|
|
1997
1993
|
const ret = arg0.includes(arg1, arg2);
|
|
1998
1994
|
return ret;
|
|
1999
1995
|
};
|
|
2000
|
-
imports.wbg.
|
|
1996
|
+
imports.wbg.__wbg_info_e0e5a9b6a6c80c1b = function(arg0, arg1) {
|
|
2001
1997
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2002
1998
|
};
|
|
2003
1999
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2014,6 +2010,16 @@ export default function() {
|
|
|
2014
2010
|
const ret = result;
|
|
2015
2011
|
return ret;
|
|
2016
2012
|
};
|
|
2013
|
+
imports.wbg.__wbg_instanceof_Document_917b7ac52e42682e = function(arg0) {
|
|
2014
|
+
let result;
|
|
2015
|
+
try {
|
|
2016
|
+
result = arg0 instanceof Document;
|
|
2017
|
+
} catch (_) {
|
|
2018
|
+
result = false;
|
|
2019
|
+
}
|
|
2020
|
+
const ret = result;
|
|
2021
|
+
return ret;
|
|
2022
|
+
};
|
|
2017
2023
|
imports.wbg.__wbg_instanceof_DomException_ed1ccb7aaf39034c = function(arg0) {
|
|
2018
2024
|
let result;
|
|
2019
2025
|
try {
|
|
@@ -2194,6 +2200,16 @@ export default function() {
|
|
|
2194
2200
|
const ret = result;
|
|
2195
2201
|
return ret;
|
|
2196
2202
|
};
|
|
2203
|
+
imports.wbg.__wbg_instanceof_ShadowRoot_726578bcd7fa418a = function(arg0) {
|
|
2204
|
+
let result;
|
|
2205
|
+
try {
|
|
2206
|
+
result = arg0 instanceof ShadowRoot;
|
|
2207
|
+
} catch (_) {
|
|
2208
|
+
result = false;
|
|
2209
|
+
}
|
|
2210
|
+
const ret = result;
|
|
2211
|
+
return ret;
|
|
2212
|
+
};
|
|
2197
2213
|
imports.wbg.__wbg_instanceof_TypeError_896f9e5789610ec3 = function(arg0) {
|
|
2198
2214
|
let result;
|
|
2199
2215
|
try {
|
|
@@ -2522,7 +2538,7 @@ export default function() {
|
|
|
2522
2538
|
const a = state0.a;
|
|
2523
2539
|
state0.a = 0;
|
|
2524
2540
|
try {
|
|
2525
|
-
return
|
|
2541
|
+
return __wbg_adapter_1789(a, state0.b, arg0, arg1);
|
|
2526
2542
|
} finally {
|
|
2527
2543
|
state0.a = a;
|
|
2528
2544
|
}
|
|
@@ -2537,10 +2553,6 @@ export default function() {
|
|
|
2537
2553
|
const ret = new Date(arg0);
|
|
2538
2554
|
return ret;
|
|
2539
2555
|
};
|
|
2540
|
-
imports.wbg.__wbg_new_332a942801faf1cf = function() {
|
|
2541
|
-
const ret = new Error();
|
|
2542
|
-
return ret;
|
|
2543
|
-
};
|
|
2544
2556
|
imports.wbg.__wbg_new_405e22f390576ce2 = function() {
|
|
2545
2557
|
const ret = new Object();
|
|
2546
2558
|
return ret;
|
|
@@ -2561,6 +2573,10 @@ export default function() {
|
|
|
2561
2573
|
const ret = new VideoDecoder(arg0);
|
|
2562
2574
|
return ret;
|
|
2563
2575
|
}, arguments) };
|
|
2576
|
+
imports.wbg.__wbg_new_5e35692c1f3f613d = function() {
|
|
2577
|
+
const ret = new Error();
|
|
2578
|
+
return ret;
|
|
2579
|
+
};
|
|
2564
2580
|
imports.wbg.__wbg_new_5f34cc0c99fcc488 = function() { return handleError(function (arg0) {
|
|
2565
2581
|
const ret = new ResizeObserver(arg0);
|
|
2566
2582
|
return ret;
|
|
@@ -3625,7 +3641,7 @@ export default function() {
|
|
|
3625
3641
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3626
3642
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3627
3643
|
};
|
|
3628
|
-
imports.wbg.
|
|
3644
|
+
imports.wbg.__wbg_stack_4e41354779d525b5 = function(arg0, arg1) {
|
|
3629
3645
|
const ret = arg1.stack;
|
|
3630
3646
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3631
3647
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3698,7 +3714,7 @@ export default function() {
|
|
|
3698
3714
|
const ret = JSON.stringify(arg0);
|
|
3699
3715
|
return ret;
|
|
3700
3716
|
}, arguments) };
|
|
3701
|
-
imports.wbg.
|
|
3717
|
+
imports.wbg.__wbg_structuredClone_864f5d00082a5adf = function() { return handleError(function (arg0) {
|
|
3702
3718
|
const ret = window.structuredClone(arg0);
|
|
3703
3719
|
return ret;
|
|
3704
3720
|
}, arguments) };
|
|
@@ -3820,7 +3836,7 @@ export default function() {
|
|
|
3820
3836
|
const ret = arg0.touches;
|
|
3821
3837
|
return ret;
|
|
3822
3838
|
};
|
|
3823
|
-
imports.wbg.
|
|
3839
|
+
imports.wbg.__wbg_trace_92b795db147bb368 = function(arg0, arg1) {
|
|
3824
3840
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3825
3841
|
};
|
|
3826
3842
|
imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
|
|
@@ -4025,7 +4041,7 @@ export default function() {
|
|
|
4025
4041
|
imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
4026
4042
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
4027
4043
|
};
|
|
4028
|
-
imports.wbg.
|
|
4044
|
+
imports.wbg.__wbg_warn_22f6930d4164d050 = function(arg0, arg1) {
|
|
4029
4045
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4030
4046
|
};
|
|
4031
4047
|
imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
|
|
@@ -4084,64 +4100,44 @@ export default function() {
|
|
|
4084
4100
|
const ret = false;
|
|
4085
4101
|
return ret;
|
|
4086
4102
|
};
|
|
4087
|
-
imports.wbg.
|
|
4088
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4089
|
-
return ret;
|
|
4090
|
-
};
|
|
4091
|
-
imports.wbg.__wbindgen_closure_wrapper20429 = function(arg0, arg1, arg2) {
|
|
4092
|
-
const ret = makeMutClosure(arg0, arg1, 7364, __wbg_adapter_55);
|
|
4093
|
-
return ret;
|
|
4094
|
-
};
|
|
4095
|
-
imports.wbg.__wbindgen_closure_wrapper20478 = function(arg0, arg1, arg2) {
|
|
4096
|
-
const ret = makeMutClosure(arg0, arg1, 7389, __wbg_adapter_58);
|
|
4097
|
-
return ret;
|
|
4098
|
-
};
|
|
4099
|
-
imports.wbg.__wbindgen_closure_wrapper23456 = function(arg0, arg1, arg2) {
|
|
4100
|
-
const ret = makeMutClosure(arg0, arg1, 8067, __wbg_adapter_61);
|
|
4103
|
+
imports.wbg.__wbindgen_closure_wrapper10769 = function(arg0, arg1, arg2) {
|
|
4104
|
+
const ret = makeMutClosure(arg0, arg1, 1881, __wbg_adapter_49);
|
|
4101
4105
|
return ret;
|
|
4102
4106
|
};
|
|
4103
|
-
imports.wbg.
|
|
4104
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4107
|
+
imports.wbg.__wbindgen_closure_wrapper1295 = function(arg0, arg1, arg2) {
|
|
4108
|
+
const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_46);
|
|
4105
4109
|
return ret;
|
|
4106
4110
|
};
|
|
4107
|
-
imports.wbg.
|
|
4108
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4111
|
+
imports.wbg.__wbindgen_closure_wrapper27344 = function(arg0, arg1, arg2) {
|
|
4112
|
+
const ret = makeMutClosure(arg0, arg1, 4799, __wbg_adapter_52);
|
|
4109
4113
|
return ret;
|
|
4110
4114
|
};
|
|
4111
|
-
imports.wbg.
|
|
4112
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4115
|
+
imports.wbg.__wbindgen_closure_wrapper72140 = function(arg0, arg1, arg2) {
|
|
4116
|
+
const ret = makeMutClosure(arg0, arg1, 16513, __wbg_adapter_55);
|
|
4113
4117
|
return ret;
|
|
4114
4118
|
};
|
|
4115
|
-
imports.wbg.
|
|
4116
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4119
|
+
imports.wbg.__wbindgen_closure_wrapper72142 = function(arg0, arg1, arg2) {
|
|
4120
|
+
const ret = makeMutClosure(arg0, arg1, 16513, __wbg_adapter_58);
|
|
4117
4121
|
return ret;
|
|
4118
4122
|
};
|
|
4119
|
-
imports.wbg.
|
|
4120
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4123
|
+
imports.wbg.__wbindgen_closure_wrapper72144 = function(arg0, arg1, arg2) {
|
|
4124
|
+
const ret = makeMutClosure(arg0, arg1, 16513, __wbg_adapter_58);
|
|
4121
4125
|
return ret;
|
|
4122
4126
|
};
|
|
4123
|
-
imports.wbg.
|
|
4124
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4127
|
+
imports.wbg.__wbindgen_closure_wrapper75442 = function(arg0, arg1, arg2) {
|
|
4128
|
+
const ret = makeMutClosure(arg0, arg1, 16962, __wbg_adapter_63);
|
|
4125
4129
|
return ret;
|
|
4126
4130
|
};
|
|
4127
|
-
imports.wbg.
|
|
4128
|
-
const ret = makeClosure(arg0, arg1,
|
|
4131
|
+
imports.wbg.__wbindgen_closure_wrapper91550 = function(arg0, arg1, arg2) {
|
|
4132
|
+
const ret = makeClosure(arg0, arg1, 19396, __wbg_adapter_66);
|
|
4129
4133
|
return ret;
|
|
4130
4134
|
};
|
|
4131
|
-
imports.wbg.
|
|
4132
|
-
const ret = makeClosure(arg0, arg1,
|
|
4135
|
+
imports.wbg.__wbindgen_closure_wrapper91552 = function(arg0, arg1, arg2) {
|
|
4136
|
+
const ret = makeClosure(arg0, arg1, 19396, __wbg_adapter_66);
|
|
4133
4137
|
return ret;
|
|
4134
4138
|
};
|
|
4135
|
-
imports.wbg.
|
|
4136
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4137
|
-
return ret;
|
|
4138
|
-
};
|
|
4139
|
-
imports.wbg.__wbindgen_closure_wrapper36706 = function(arg0, arg1, arg2) {
|
|
4140
|
-
const ret = makeMutClosure(arg0, arg1, 12844, __wbg_adapter_82);
|
|
4141
|
-
return ret;
|
|
4142
|
-
};
|
|
4143
|
-
imports.wbg.__wbindgen_closure_wrapper36813 = function(arg0, arg1, arg2) {
|
|
4144
|
-
const ret = makeMutClosure(arg0, arg1, 12887, __wbg_adapter_85);
|
|
4139
|
+
imports.wbg.__wbindgen_closure_wrapper94591 = function(arg0, arg1, arg2) {
|
|
4140
|
+
const ret = makeMutClosure(arg0, arg1, 19848, __wbg_adapter_71);
|
|
4145
4141
|
return ret;
|
|
4146
4142
|
};
|
|
4147
4143
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
@@ -4306,10 +4302,11 @@ export default function() {
|
|
|
4306
4302
|
function deinit() {
|
|
4307
4303
|
__wbg_init.__wbindgen_wasm_module = null;
|
|
4308
4304
|
wasm = null;
|
|
4305
|
+
cachedUint8ArrayMemory0 = null;
|
|
4309
4306
|
cachedFloat32ArrayMemory0 = null;
|
|
4310
4307
|
cachedInt32ArrayMemory0 = null;
|
|
4311
4308
|
cachedUint32ArrayMemory0 = null;
|
|
4312
|
-
|
|
4309
|
+
cachedDataViewMemory0 = null;
|
|
4313
4310
|
}
|
|
4314
4311
|
|
|
4315
4312
|
return Object.assign(__wbg_init, { initSync, deinit }, __exports);
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -25,10 +25,6 @@ export const webhandle_set_time_for_timeline: (a: number, b: number, c: number,
|
|
|
25
25
|
export const webhandle_get_timeline_time_range: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
26
26
|
export const webhandle_get_playing: (a: number, b: number, c: number) => number;
|
|
27
27
|
export const webhandle_set_playing: (a: number, b: number, c: number, d: number) => void;
|
|
28
|
-
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
29
|
-
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
30
|
-
export const intounderlyingsink_close: (a: number) => any;
|
|
31
|
-
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
32
28
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
33
29
|
export const intounderlyingbytesource_type: (a: number) => [number, number];
|
|
34
30
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
@@ -38,6 +34,10 @@ export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
|
38
34
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
39
35
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
40
36
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
37
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
38
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
39
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
40
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
41
41
|
export const __externref_table_alloc: () => number;
|
|
42
42
|
export const __wbindgen_export_1: WebAssembly.Table;
|
|
43
43
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
@@ -46,17 +46,13 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
46
46
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
47
47
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
48
48
|
export const __externref_table_dealloc: (a: number) => void;
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const closure12757_externref_shim: (a: number, b: number, c: any) => void;
|
|
59
|
-
export const closure12843_externref_shim: (a: number, b: number, c: any) => void;
|
|
60
|
-
export const closure12886_externref_shim: (a: number, b: number, c: any) => void;
|
|
61
|
-
export const closure16801_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
49
|
+
export const closure7_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
50
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h62b39c41be45da25: (a: number, b: number) => void;
|
|
51
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcc7cd2fd6c2e2528: (a: number, b: number) => void;
|
|
52
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4524307418d89850_multivalue_shim: (a: number, b: number) => [number, number];
|
|
53
|
+
export const closure16514_externref_shim: (a: number, b: number, c: any) => void;
|
|
54
|
+
export const closure16961_externref_shim: (a: number, b: number, c: any) => void;
|
|
55
|
+
export const closure19395_externref_shim: (a: number, b: number, c: any) => void;
|
|
56
|
+
export const closure19847_externref_shim: (a: number, b: number, c: any) => void;
|
|
57
|
+
export const closure23659_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
62
58
|
export const __wbindgen_start: () => void;
|