@rerun-io/web-viewer 0.23.2-rc.3 → 0.23.3-rc.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 +47 -82
- 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.23.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.23.3-rc.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 closure12738_externref_shim: (a: number, b: number, c: any) => void;
|
|
143
|
-
readonly closure12823_externref_shim: (a: number, b: number, c: any) => void;
|
|
144
|
-
readonly closure12866_externref_shim: (a: number, b: number, c: any) => void;
|
|
145
|
-
readonly closure16781_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__he1f81cb3ee63a1e5: (a: number, b: number) => void;
|
|
135
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h119fdb7a87af36b3: (a: number, b: number) => void;
|
|
136
|
+
readonly closure5126_externref_shim: (a: number, b: number, c: any) => void;
|
|
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
|
+
readonly closure5580_externref_shim: (a: number, b: number, c: any) => void;
|
|
139
|
+
readonly closure8129_externref_shim: (a: number, b: number, c: any) => void;
|
|
140
|
+
readonly closure8659_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
+
readonly closure10653_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) {
|
|
@@ -288,61 +288,45 @@ export default function() {
|
|
|
288
288
|
return ptr;
|
|
289
289
|
}
|
|
290
290
|
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
291
|
-
const ret = wasm.
|
|
291
|
+
const ret = wasm.closure7_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
292
292
|
if (ret[1]) {
|
|
293
293
|
throw takeFromExternrefTable0(ret[0]);
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
function __wbg_adapter_49(arg0, arg1) {
|
|
298
|
-
wasm.
|
|
298
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he1f81cb3ee63a1e5(arg0, arg1);
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
function __wbg_adapter_52(arg0, arg1) {
|
|
302
|
-
wasm.
|
|
302
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h119fdb7a87af36b3(arg0, arg1);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
function __wbg_adapter_55(arg0, arg1) {
|
|
306
|
-
wasm.
|
|
305
|
+
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
306
|
+
wasm.closure5126_externref_shim(arg0, arg1, arg2);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
function
|
|
310
|
-
wasm.
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
function __wbg_adapter_61(arg0, arg1) {
|
|
314
|
-
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5fdd66cfc22a2d4b_multivalue_shim(arg0, arg1);
|
|
309
|
+
function __wbg_adapter_60(arg0, arg1) {
|
|
310
|
+
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha7701fbed047bc98_multivalue_shim(arg0, arg1);
|
|
315
311
|
if (ret[1]) {
|
|
316
312
|
throw takeFromExternrefTable0(ret[0]);
|
|
317
313
|
}
|
|
318
314
|
}
|
|
319
315
|
|
|
320
|
-
function
|
|
321
|
-
wasm.
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
function __wbg_adapter_69(arg0, arg1, arg2) {
|
|
325
|
-
wasm.closure8832_externref_shim(arg0, arg1, arg2);
|
|
316
|
+
function __wbg_adapter_63(arg0, arg1, arg2) {
|
|
317
|
+
wasm.closure5580_externref_shim(arg0, arg1, arg2);
|
|
326
318
|
}
|
|
327
319
|
|
|
328
|
-
function
|
|
329
|
-
wasm.
|
|
320
|
+
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
321
|
+
wasm.closure8129_externref_shim(arg0, arg1, arg2);
|
|
330
322
|
}
|
|
331
323
|
|
|
332
|
-
function
|
|
333
|
-
wasm.
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
function __wbg_adapter_82(arg0, arg1, arg2) {
|
|
337
|
-
wasm.closure12823_externref_shim(arg0, arg1, arg2);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
341
|
-
wasm.closure12866_externref_shim(arg0, arg1, arg2);
|
|
324
|
+
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
325
|
+
wasm.closure8659_externref_shim(arg0, arg1, arg2);
|
|
342
326
|
}
|
|
343
327
|
|
|
344
328
|
function __wbg_adapter_1779(arg0, arg1, arg2, arg3) {
|
|
345
|
-
wasm.
|
|
329
|
+
wasm.closure10653_externref_shim(arg0, arg1, arg2, arg3);
|
|
346
330
|
}
|
|
347
331
|
|
|
348
332
|
const __wbindgen_enum_EncodedVideoChunkType = ["key", "delta"];
|
|
@@ -1386,7 +1370,7 @@ export default function() {
|
|
|
1386
1370
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1387
1371
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1388
1372
|
};
|
|
1389
|
-
imports.wbg.
|
|
1373
|
+
imports.wbg.__wbg_debug_9a14e24e92996cd4 = function(arg0, arg1) {
|
|
1390
1374
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1391
1375
|
};
|
|
1392
1376
|
imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -1997,7 +1981,7 @@ export default function() {
|
|
|
1997
1981
|
const ret = arg0.includes(arg1, arg2);
|
|
1998
1982
|
return ret;
|
|
1999
1983
|
};
|
|
2000
|
-
imports.wbg.
|
|
1984
|
+
imports.wbg.__wbg_info_1d78aec8cb340a51 = function(arg0, arg1) {
|
|
2001
1985
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2002
1986
|
};
|
|
2003
1987
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2515,6 +2499,10 @@ export default function() {
|
|
|
2515
2499
|
const ret = new Headers();
|
|
2516
2500
|
return ret;
|
|
2517
2501
|
}, arguments) };
|
|
2502
|
+
imports.wbg.__wbg_new_06e6f6505f8ed0f8 = function() {
|
|
2503
|
+
const ret = new Error();
|
|
2504
|
+
return ret;
|
|
2505
|
+
};
|
|
2518
2506
|
imports.wbg.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
2519
2507
|
try {
|
|
2520
2508
|
var state0 = {a: arg0, b: arg1};
|
|
@@ -2585,10 +2573,6 @@ export default function() {
|
|
|
2585
2573
|
const ret = new TypeError(getStringFromWasm0(arg0, arg1));
|
|
2586
2574
|
return ret;
|
|
2587
2575
|
};
|
|
2588
|
-
imports.wbg.__wbg_new_c61924df993f12e6 = function() {
|
|
2589
|
-
const ret = new Error();
|
|
2590
|
-
return ret;
|
|
2591
|
-
};
|
|
2592
2576
|
imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
2593
2577
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2594
2578
|
return ret;
|
|
@@ -3625,7 +3609,7 @@ export default function() {
|
|
|
3625
3609
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3626
3610
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3627
3611
|
};
|
|
3628
|
-
imports.wbg.
|
|
3612
|
+
imports.wbg.__wbg_stack_c14a630afc413378 = function(arg0, arg1) {
|
|
3629
3613
|
const ret = arg1.stack;
|
|
3630
3614
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3631
3615
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3698,7 +3682,7 @@ export default function() {
|
|
|
3698
3682
|
const ret = JSON.stringify(arg0);
|
|
3699
3683
|
return ret;
|
|
3700
3684
|
}, arguments) };
|
|
3701
|
-
imports.wbg.
|
|
3685
|
+
imports.wbg.__wbg_structuredClone_2ef0b06490a51e38 = function() { return handleError(function (arg0) {
|
|
3702
3686
|
const ret = window.structuredClone(arg0);
|
|
3703
3687
|
return ret;
|
|
3704
3688
|
}, arguments) };
|
|
@@ -3820,7 +3804,7 @@ export default function() {
|
|
|
3820
3804
|
const ret = arg0.touches;
|
|
3821
3805
|
return ret;
|
|
3822
3806
|
};
|
|
3823
|
-
imports.wbg.
|
|
3807
|
+
imports.wbg.__wbg_trace_90d7ffd74a226f09 = function(arg0, arg1) {
|
|
3824
3808
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3825
3809
|
};
|
|
3826
3810
|
imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
|
|
@@ -4025,7 +4009,7 @@ export default function() {
|
|
|
4025
4009
|
imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
4026
4010
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
4027
4011
|
};
|
|
4028
|
-
imports.wbg.
|
|
4012
|
+
imports.wbg.__wbg_warn_ee2b478c324275bf = function(arg0, arg1) {
|
|
4029
4013
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4030
4014
|
};
|
|
4031
4015
|
imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
|
|
@@ -4084,64 +4068,44 @@ export default function() {
|
|
|
4084
4068
|
const ret = false;
|
|
4085
4069
|
return ret;
|
|
4086
4070
|
};
|
|
4087
|
-
imports.wbg.
|
|
4088
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4089
|
-
return ret;
|
|
4090
|
-
};
|
|
4091
|
-
imports.wbg.__wbindgen_closure_wrapper20340 = function(arg0, arg1, arg2) {
|
|
4092
|
-
const ret = makeMutClosure(arg0, arg1, 7327, __wbg_adapter_55);
|
|
4093
|
-
return ret;
|
|
4094
|
-
};
|
|
4095
|
-
imports.wbg.__wbindgen_closure_wrapper20486 = function(arg0, arg1, arg2) {
|
|
4096
|
-
const ret = makeMutClosure(arg0, arg1, 7388, __wbg_adapter_58);
|
|
4097
|
-
return ret;
|
|
4098
|
-
};
|
|
4099
|
-
imports.wbg.__wbindgen_closure_wrapper23464 = function(arg0, arg1, arg2) {
|
|
4100
|
-
const ret = makeMutClosure(arg0, arg1, 8066, __wbg_adapter_61);
|
|
4071
|
+
imports.wbg.__wbindgen_closure_wrapper1310 = function(arg0, arg1, arg2) {
|
|
4072
|
+
const ret = makeMutClosure(arg0, arg1, 8, __wbg_adapter_46);
|
|
4101
4073
|
return ret;
|
|
4102
4074
|
};
|
|
4103
|
-
imports.wbg.
|
|
4104
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4075
|
+
imports.wbg.__wbindgen_closure_wrapper14158 = function(arg0, arg1, arg2) {
|
|
4076
|
+
const ret = makeMutClosure(arg0, arg1, 2463, __wbg_adapter_49);
|
|
4105
4077
|
return ret;
|
|
4106
4078
|
};
|
|
4107
|
-
imports.wbg.
|
|
4108
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4079
|
+
imports.wbg.__wbindgen_closure_wrapper26156 = function(arg0, arg1, arg2) {
|
|
4080
|
+
const ret = makeMutClosure(arg0, arg1, 4558, __wbg_adapter_52);
|
|
4109
4081
|
return ret;
|
|
4110
4082
|
};
|
|
4111
|
-
imports.wbg.
|
|
4112
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4083
|
+
imports.wbg.__wbindgen_closure_wrapper30722 = function(arg0, arg1, arg2) {
|
|
4084
|
+
const ret = makeMutClosure(arg0, arg1, 5127, __wbg_adapter_55);
|
|
4113
4085
|
return ret;
|
|
4114
4086
|
};
|
|
4115
|
-
imports.wbg.
|
|
4116
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4087
|
+
imports.wbg.__wbindgen_closure_wrapper30724 = function(arg0, arg1, arg2) {
|
|
4088
|
+
const ret = makeMutClosure(arg0, arg1, 5127, __wbg_adapter_55);
|
|
4117
4089
|
return ret;
|
|
4118
4090
|
};
|
|
4119
|
-
imports.wbg.
|
|
4120
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4091
|
+
imports.wbg.__wbindgen_closure_wrapper30726 = function(arg0, arg1, arg2) {
|
|
4092
|
+
const ret = makeMutClosure(arg0, arg1, 5127, __wbg_adapter_60);
|
|
4121
4093
|
return ret;
|
|
4122
4094
|
};
|
|
4123
|
-
imports.wbg.
|
|
4124
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4095
|
+
imports.wbg.__wbindgen_closure_wrapper34000 = function(arg0, arg1, arg2) {
|
|
4096
|
+
const ret = makeMutClosure(arg0, arg1, 5581, __wbg_adapter_63);
|
|
4125
4097
|
return ret;
|
|
4126
4098
|
};
|
|
4127
|
-
imports.wbg.
|
|
4128
|
-
const ret = makeClosure(arg0, arg1,
|
|
4099
|
+
imports.wbg.__wbindgen_closure_wrapper50123 = function(arg0, arg1, arg2) {
|
|
4100
|
+
const ret = makeClosure(arg0, arg1, 8130, __wbg_adapter_66);
|
|
4129
4101
|
return ret;
|
|
4130
4102
|
};
|
|
4131
|
-
imports.wbg.
|
|
4132
|
-
const ret = makeClosure(arg0, arg1,
|
|
4103
|
+
imports.wbg.__wbindgen_closure_wrapper50125 = function(arg0, arg1, arg2) {
|
|
4104
|
+
const ret = makeClosure(arg0, arg1, 8130, __wbg_adapter_66);
|
|
4133
4105
|
return ret;
|
|
4134
4106
|
};
|
|
4135
|
-
imports.wbg.
|
|
4136
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4137
|
-
return ret;
|
|
4138
|
-
};
|
|
4139
|
-
imports.wbg.__wbindgen_closure_wrapper36698 = function(arg0, arg1, arg2) {
|
|
4140
|
-
const ret = makeMutClosure(arg0, arg1, 12824, __wbg_adapter_82);
|
|
4141
|
-
return ret;
|
|
4142
|
-
};
|
|
4143
|
-
imports.wbg.__wbindgen_closure_wrapper36805 = function(arg0, arg1, arg2) {
|
|
4144
|
-
const ret = makeMutClosure(arg0, arg1, 12867, __wbg_adapter_85);
|
|
4107
|
+
imports.wbg.__wbindgen_closure_wrapper53842 = function(arg0, arg1, arg2) {
|
|
4108
|
+
const ret = makeMutClosure(arg0, arg1, 8660, __wbg_adapter_71);
|
|
4145
4109
|
return ret;
|
|
4146
4110
|
};
|
|
4147
4111
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
|
@@ -4306,10 +4270,11 @@ export default function() {
|
|
|
4306
4270
|
function deinit() {
|
|
4307
4271
|
__wbg_init.__wbindgen_wasm_module = null;
|
|
4308
4272
|
wasm = null;
|
|
4273
|
+
cachedUint8ArrayMemory0 = null;
|
|
4309
4274
|
cachedFloat32ArrayMemory0 = null;
|
|
4310
4275
|
cachedInt32ArrayMemory0 = null;
|
|
4311
4276
|
cachedUint32ArrayMemory0 = null;
|
|
4312
|
-
|
|
4277
|
+
cachedDataViewMemory0 = null;
|
|
4313
4278
|
}
|
|
4314
4279
|
|
|
4315
4280
|
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 closure12738_externref_shim: (a: number, b: number, c: any) => void;
|
|
59
|
-
export const closure12823_externref_shim: (a: number, b: number, c: any) => void;
|
|
60
|
-
export const closure12866_externref_shim: (a: number, b: number, c: any) => void;
|
|
61
|
-
export const closure16781_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__he1f81cb3ee63a1e5: (a: number, b: number) => void;
|
|
51
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h119fdb7a87af36b3: (a: number, b: number) => void;
|
|
52
|
+
export const closure5126_externref_shim: (a: number, b: number, c: any) => void;
|
|
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
|
+
export const closure5580_externref_shim: (a: number, b: number, c: any) => void;
|
|
55
|
+
export const closure8129_externref_shim: (a: number, b: number, c: any) => void;
|
|
56
|
+
export const closure8659_externref_shim: (a: number, b: number, c: any) => void;
|
|
57
|
+
export const closure10653_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
62
58
|
export const __wbindgen_start: () => void;
|