@rerun-io/web-viewer 0.22.0 → 0.22.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 +5 -5
- package/re_viewer.js +52 -52
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +5 -5
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.22.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.22.1/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.d.ts
CHANGED
|
@@ -126,16 +126,16 @@ declare interface InitOutput {
|
|
|
126
126
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
127
127
|
readonly __wbindgen_export_4: WebAssembly.Table;
|
|
128
128
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
131
|
-
readonly
|
|
129
|
+
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h259a94d114ac897b: (a: number, b: number, c: number, d: number) => void;
|
|
130
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbfbfe8e6e1401d47: (a: number, b: number) => void;
|
|
131
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2ebe977aedece883: (a: number, b: number) => void;
|
|
132
132
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1e2e3c48f0cd82ac: (a: number, b: number) => void;
|
|
133
133
|
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h232bb6966b3dfeae: (a: number, b: number, c: number) => void;
|
|
134
134
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4402fdba1209d82b: (a: number, b: number, c: number) => void;
|
|
135
135
|
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he577966c3b916067: (a: number, b: number, c: number) => void;
|
|
136
136
|
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h01fc7bcd6c5d0116: (a: number, b: number, c: number) => void;
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
137
|
+
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h54b166631f30502d: (a: number, b: number, c: number) => void;
|
|
138
|
+
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h15e70805c36045b1: (a: number, b: number, c: number) => void;
|
|
139
139
|
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he6c9102c185c9464: (a: number, b: number, c: number) => void;
|
|
140
140
|
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82f6a297ba96eddc: (a: number, b: number, c: number) => void;
|
|
141
141
|
readonly wasm_bindgen__convert__closures__invoke2_mut__h1414356188f21f64: (a: number, b: number, c: number, d: number) => void;
|
package/re_viewer.js
CHANGED
|
@@ -301,7 +301,7 @@ export default function() {
|
|
|
301
301
|
function __wbg_adapter_44(arg0, arg1, arg2) {
|
|
302
302
|
try {
|
|
303
303
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
304
|
-
wasm.
|
|
304
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h259a94d114ac897b(retptr, arg0, arg1, addHeapObject(arg2));
|
|
305
305
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
306
306
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
307
307
|
if (r1) {
|
|
@@ -313,11 +313,11 @@ export default function() {
|
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
function __wbg_adapter_47(arg0, arg1) {
|
|
316
|
-
wasm.
|
|
316
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbfbfe8e6e1401d47(arg0, arg1);
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
function __wbg_adapter_50(arg0, arg1) {
|
|
320
|
-
wasm.
|
|
320
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2ebe977aedece883(arg0, arg1);
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
function __wbg_adapter_53(arg0, arg1) {
|
|
@@ -351,11 +351,11 @@ export default function() {
|
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
function __wbg_adapter_78(arg0, arg1, arg2) {
|
|
354
|
-
wasm.
|
|
354
|
+
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h54b166631f30502d(arg0, arg1, addHeapObject(arg2));
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
function __wbg_adapter_83(arg0, arg1, arg2) {
|
|
358
|
-
wasm.
|
|
358
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h15e70805c36045b1(arg0, arg1, addHeapObject(arg2));
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
function __wbg_adapter_86(arg0, arg1, arg2) {
|
|
@@ -1465,7 +1465,7 @@ export default function() {
|
|
|
1465
1465
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1466
1466
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1467
1467
|
};
|
|
1468
|
-
imports.wbg.
|
|
1468
|
+
imports.wbg.__wbg_debug_54695a6b1e89d506 = function(arg0, arg1) {
|
|
1469
1469
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1470
1470
|
};
|
|
1471
1471
|
imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -2073,7 +2073,7 @@ export default function() {
|
|
|
2073
2073
|
const ret = getObject(arg0).includes(getObject(arg1), arg2);
|
|
2074
2074
|
return ret;
|
|
2075
2075
|
};
|
|
2076
|
-
imports.wbg.
|
|
2076
|
+
imports.wbg.__wbg_info_f9e42857aba7d836 = function(arg0, arg1) {
|
|
2077
2077
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
2078
2078
|
};
|
|
2079
2079
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2639,10 +2639,6 @@ export default function() {
|
|
|
2639
2639
|
const ret = new EncodedVideoChunk(getObject(arg0));
|
|
2640
2640
|
return addHeapObject(ret);
|
|
2641
2641
|
}, arguments) };
|
|
2642
|
-
imports.wbg.__wbg_new_572f08542edf8e34 = function() {
|
|
2643
|
-
const ret = new Error();
|
|
2644
|
-
return addHeapObject(ret);
|
|
2645
|
-
};
|
|
2646
2642
|
imports.wbg.__wbg_new_59a6be6d80c4dcbb = function() { return handleError(function (arg0) {
|
|
2647
2643
|
const ret = new VideoDecoder(getObject(arg0));
|
|
2648
2644
|
return addHeapObject(ret);
|
|
@@ -2683,6 +2679,10 @@ export default function() {
|
|
|
2683
2679
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2684
2680
|
return addHeapObject(ret);
|
|
2685
2681
|
};
|
|
2682
|
+
imports.wbg.__wbg_new_ce69e9bea41f5d0d = function() {
|
|
2683
|
+
const ret = new Error();
|
|
2684
|
+
return addHeapObject(ret);
|
|
2685
|
+
};
|
|
2686
2686
|
imports.wbg.__wbg_new_e25e5aab09ff45db = function() { return handleError(function () {
|
|
2687
2687
|
const ret = new AbortController();
|
|
2688
2688
|
return addHeapObject(ret);
|
|
@@ -3718,14 +3718,14 @@ export default function() {
|
|
|
3718
3718
|
const ret = getObject(arg0).size;
|
|
3719
3719
|
return ret;
|
|
3720
3720
|
};
|
|
3721
|
-
imports.wbg.
|
|
3721
|
+
imports.wbg.__wbg_stack_6d08a71c4c0cb36c = function(arg0, arg1) {
|
|
3722
3722
|
const ret = getObject(arg1).stack;
|
|
3723
3723
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3724
3724
|
const len1 = WASM_VECTOR_LEN;
|
|
3725
3725
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3726
3726
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3727
3727
|
};
|
|
3728
|
-
imports.wbg.
|
|
3728
|
+
imports.wbg.__wbg_stack_a9b4d2790bb5c76a = function(arg0, arg1) {
|
|
3729
3729
|
const ret = getObject(arg1).stack;
|
|
3730
3730
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3731
3731
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3798,7 +3798,7 @@ export default function() {
|
|
|
3798
3798
|
const ret = JSON.stringify(getObject(arg0));
|
|
3799
3799
|
return addHeapObject(ret);
|
|
3800
3800
|
}, arguments) };
|
|
3801
|
-
imports.wbg.
|
|
3801
|
+
imports.wbg.__wbg_structuredClone_a5fb1539f0d1ded4 = function() { return handleError(function (arg0) {
|
|
3802
3802
|
const ret = window.structuredClone(getObject(arg0));
|
|
3803
3803
|
return addHeapObject(ret);
|
|
3804
3804
|
}, arguments) };
|
|
@@ -3920,7 +3920,7 @@ export default function() {
|
|
|
3920
3920
|
const ret = getObject(arg0).touches;
|
|
3921
3921
|
return addHeapObject(ret);
|
|
3922
3922
|
};
|
|
3923
|
-
imports.wbg.
|
|
3923
|
+
imports.wbg.__wbg_trace_a31ec9b9d2c58bb7 = function(arg0, arg1) {
|
|
3924
3924
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3925
3925
|
};
|
|
3926
3926
|
imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
|
|
@@ -4125,7 +4125,7 @@ export default function() {
|
|
|
4125
4125
|
imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
4126
4126
|
getObject(arg0).viewport(arg1, arg2, arg3, arg4);
|
|
4127
4127
|
};
|
|
4128
|
-
imports.wbg.
|
|
4128
|
+
imports.wbg.__wbg_warn_1a40f91e6b45c538 = function(arg0, arg1) {
|
|
4129
4129
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
4130
4130
|
};
|
|
4131
4131
|
imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
|
|
@@ -4184,76 +4184,76 @@ export default function() {
|
|
|
4184
4184
|
const ret = false;
|
|
4185
4185
|
return ret;
|
|
4186
4186
|
};
|
|
4187
|
-
imports.wbg.
|
|
4188
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4187
|
+
imports.wbg.__wbindgen_closure_wrapper19200 = function(arg0, arg1, arg2) {
|
|
4188
|
+
const ret = makeMutClosure(arg0, arg1, 7113, __wbg_adapter_50);
|
|
4189
4189
|
return addHeapObject(ret);
|
|
4190
4190
|
};
|
|
4191
|
-
imports.wbg.
|
|
4192
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4191
|
+
imports.wbg.__wbindgen_closure_wrapper19314 = function(arg0, arg1, arg2) {
|
|
4192
|
+
const ret = makeMutClosure(arg0, arg1, 7122, __wbg_adapter_53);
|
|
4193
4193
|
return addHeapObject(ret);
|
|
4194
4194
|
};
|
|
4195
|
-
imports.wbg.
|
|
4196
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4195
|
+
imports.wbg.__wbindgen_closure_wrapper21987 = function(arg0, arg1, arg2) {
|
|
4196
|
+
const ret = makeMutClosure(arg0, arg1, 7741, __wbg_adapter_56);
|
|
4197
4197
|
return addHeapObject(ret);
|
|
4198
4198
|
};
|
|
4199
|
-
imports.wbg.
|
|
4200
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4199
|
+
imports.wbg.__wbindgen_closure_wrapper21989 = function(arg0, arg1, arg2) {
|
|
4200
|
+
const ret = makeMutClosure(arg0, arg1, 7741, __wbg_adapter_59);
|
|
4201
4201
|
return addHeapObject(ret);
|
|
4202
4202
|
};
|
|
4203
|
-
imports.wbg.
|
|
4204
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4203
|
+
imports.wbg.__wbindgen_closure_wrapper21991 = function(arg0, arg1, arg2) {
|
|
4204
|
+
const ret = makeMutClosure(arg0, arg1, 7741, __wbg_adapter_56);
|
|
4205
4205
|
return addHeapObject(ret);
|
|
4206
4206
|
};
|
|
4207
|
-
imports.wbg.
|
|
4208
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4207
|
+
imports.wbg.__wbindgen_closure_wrapper24049 = function(arg0, arg1, arg2) {
|
|
4208
|
+
const ret = makeMutClosure(arg0, arg1, 8444, __wbg_adapter_64);
|
|
4209
4209
|
return addHeapObject(ret);
|
|
4210
4210
|
};
|
|
4211
|
-
imports.wbg.
|
|
4212
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4211
|
+
imports.wbg.__wbindgen_closure_wrapper24051 = function(arg0, arg1, arg2) {
|
|
4212
|
+
const ret = makeMutClosure(arg0, arg1, 8444, __wbg_adapter_64);
|
|
4213
4213
|
return addHeapObject(ret);
|
|
4214
4214
|
};
|
|
4215
|
-
imports.wbg.
|
|
4216
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4215
|
+
imports.wbg.__wbindgen_closure_wrapper2418 = function(arg0, arg1, arg2) {
|
|
4216
|
+
const ret = makeMutClosure(arg0, arg1, 590, __wbg_adapter_44);
|
|
4217
4217
|
return addHeapObject(ret);
|
|
4218
4218
|
};
|
|
4219
|
-
imports.wbg.
|
|
4220
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4219
|
+
imports.wbg.__wbindgen_closure_wrapper2420 = function(arg0, arg1, arg2) {
|
|
4220
|
+
const ret = makeMutClosure(arg0, arg1, 590, __wbg_adapter_47);
|
|
4221
4221
|
return addHeapObject(ret);
|
|
4222
4222
|
};
|
|
4223
|
-
imports.wbg.
|
|
4224
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4223
|
+
imports.wbg.__wbindgen_closure_wrapper30923 = function(arg0, arg1, arg2) {
|
|
4224
|
+
const ret = makeMutClosure(arg0, arg1, 10770, __wbg_adapter_69);
|
|
4225
4225
|
return addHeapObject(ret);
|
|
4226
4226
|
};
|
|
4227
|
-
imports.wbg.
|
|
4228
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4227
|
+
imports.wbg.__wbindgen_closure_wrapper30925 = function(arg0, arg1, arg2) {
|
|
4228
|
+
const ret = makeMutClosure(arg0, arg1, 10770, __wbg_adapter_69);
|
|
4229
4229
|
return addHeapObject(ret);
|
|
4230
4230
|
};
|
|
4231
|
-
imports.wbg.
|
|
4232
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4231
|
+
imports.wbg.__wbindgen_closure_wrapper30927 = function(arg0, arg1, arg2) {
|
|
4232
|
+
const ret = makeMutClosure(arg0, arg1, 10770, __wbg_adapter_69);
|
|
4233
4233
|
return addHeapObject(ret);
|
|
4234
4234
|
};
|
|
4235
|
-
imports.wbg.
|
|
4236
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4235
|
+
imports.wbg.__wbindgen_closure_wrapper30929 = function(arg0, arg1, arg2) {
|
|
4236
|
+
const ret = makeMutClosure(arg0, arg1, 10770, __wbg_adapter_69);
|
|
4237
4237
|
return addHeapObject(ret);
|
|
4238
4238
|
};
|
|
4239
|
-
imports.wbg.
|
|
4240
|
-
const ret = makeClosure(arg0, arg1,
|
|
4239
|
+
imports.wbg.__wbindgen_closure_wrapper34786 = function(arg0, arg1, arg2) {
|
|
4240
|
+
const ret = makeClosure(arg0, arg1, 12455, __wbg_adapter_78);
|
|
4241
4241
|
return addHeapObject(ret);
|
|
4242
4242
|
};
|
|
4243
|
-
imports.wbg.
|
|
4244
|
-
const ret = makeClosure(arg0, arg1,
|
|
4243
|
+
imports.wbg.__wbindgen_closure_wrapper34788 = function(arg0, arg1, arg2) {
|
|
4244
|
+
const ret = makeClosure(arg0, arg1, 12455, __wbg_adapter_78);
|
|
4245
4245
|
return addHeapObject(ret);
|
|
4246
4246
|
};
|
|
4247
|
-
imports.wbg.
|
|
4248
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4247
|
+
imports.wbg.__wbindgen_closure_wrapper35992 = function(arg0, arg1, arg2) {
|
|
4248
|
+
const ret = makeMutClosure(arg0, arg1, 12809, __wbg_adapter_83);
|
|
4249
4249
|
return addHeapObject(ret);
|
|
4250
4250
|
};
|
|
4251
|
-
imports.wbg.
|
|
4252
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4251
|
+
imports.wbg.__wbindgen_closure_wrapper36083 = function(arg0, arg1, arg2) {
|
|
4252
|
+
const ret = makeMutClosure(arg0, arg1, 12834, __wbg_adapter_86);
|
|
4253
4253
|
return addHeapObject(ret);
|
|
4254
4254
|
};
|
|
4255
|
-
imports.wbg.
|
|
4256
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4255
|
+
imports.wbg.__wbindgen_closure_wrapper36179 = function(arg0, arg1, arg2) {
|
|
4256
|
+
const ret = makeMutClosure(arg0, arg1, 12868, __wbg_adapter_89);
|
|
4257
4257
|
return addHeapObject(ret);
|
|
4258
4258
|
};
|
|
4259
4259
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -43,16 +43,16 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
43
43
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
44
44
|
export const __wbindgen_export_4: WebAssembly.Table;
|
|
45
45
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
46
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h259a94d114ac897b: (a: number, b: number, c: number, d: number) => void;
|
|
47
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbfbfe8e6e1401d47: (a: number, b: number) => void;
|
|
48
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2ebe977aedece883: (a: number, b: number) => void;
|
|
49
49
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1e2e3c48f0cd82ac: (a: number, b: number) => void;
|
|
50
50
|
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h232bb6966b3dfeae: (a: number, b: number, c: number) => void;
|
|
51
51
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4402fdba1209d82b: (a: number, b: number, c: number) => void;
|
|
52
52
|
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he577966c3b916067: (a: number, b: number, c: number) => void;
|
|
53
53
|
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h01fc7bcd6c5d0116: (a: number, b: number, c: number) => void;
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
54
|
+
export const _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h54b166631f30502d: (a: number, b: number, c: number) => void;
|
|
55
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h15e70805c36045b1: (a: number, b: number, c: number) => void;
|
|
56
56
|
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he6c9102c185c9464: (a: number, b: number, c: number) => void;
|
|
57
57
|
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82f6a297ba96eddc: (a: number, b: number, c: number) => void;
|
|
58
58
|
export const wasm_bindgen__convert__closures__invoke2_mut__h1414356188f21f64: (a: number, b: number, c: number, d: number) => void;
|