@rerun-io/web-viewer 0.19.0-alpha.2 → 0.19.0-alpha.4
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 +11 -11
- package/re_viewer.js +60 -59
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +11 -11
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.19.0-alpha.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.19.0-alpha.4/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
|
@@ -193,24 +193,24 @@ declare interface InitOutput {
|
|
|
193
193
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
194
194
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
195
195
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
196
|
-
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h17be7cca397b4ed3: (a: number, b: number) => void;
|
|
197
196
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
198
|
-
readonly
|
|
197
|
+
readonly closure544_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
199
198
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h183e388c5b59948a: (a: number, b: number) => void;
|
|
200
200
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he0da33c1926a6213: (a: number, b: number, c: number) => void;
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
201
|
+
readonly closure5026_externref_shim: (a: number, b: number, c: number) => void;
|
|
202
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heafc1b13741fa40d: (a: number, b: number) => void;
|
|
203
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha28c5a2c57e79949: (a: number, b: number) => void;
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
204
|
+
readonly closure7225_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure8346_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure11727_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14636_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14687_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14721_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
210
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
211
211
|
readonly __externref_table_alloc: () => number;
|
|
212
212
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
213
|
-
readonly
|
|
213
|
+
readonly closure17415_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
214
214
|
readonly __wbindgen_start: () => void;
|
|
215
215
|
}
|
|
216
216
|
|
package/re_viewer.js
CHANGED
|
@@ -190,19 +190,16 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
190
190
|
CLOSURE_DTORS.register(real, state, state);
|
|
191
191
|
return real;
|
|
192
192
|
}
|
|
193
|
-
function __wbg_adapter_46(arg0, arg1) {
|
|
194
|
-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h17be7cca397b4ed3(arg0, arg1);
|
|
195
|
-
}
|
|
196
193
|
|
|
197
194
|
function takeFromExternrefTable0(idx) {
|
|
198
195
|
const value = wasm.__wbindgen_export_2.get(idx);
|
|
199
196
|
wasm.__externref_table_dealloc(idx);
|
|
200
197
|
return value;
|
|
201
198
|
}
|
|
202
|
-
function
|
|
199
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
203
200
|
try {
|
|
204
201
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
205
|
-
wasm.
|
|
202
|
+
wasm.closure544_externref_shim(retptr, arg0, arg1, arg2);
|
|
206
203
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
207
204
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
208
205
|
if (r1) {
|
|
@@ -213,6 +210,10 @@ function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
|
213
210
|
}
|
|
214
211
|
}
|
|
215
212
|
|
|
213
|
+
function __wbg_adapter_49(arg0, arg1) {
|
|
214
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h183e388c5b59948a(arg0, arg1);
|
|
215
|
+
}
|
|
216
|
+
|
|
216
217
|
function __wbg_adapter_52(arg0, arg1) {
|
|
217
218
|
try {
|
|
218
219
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -228,11 +229,11 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
231
|
-
wasm.
|
|
232
|
+
wasm.closure5026_externref_shim(arg0, arg1, arg2);
|
|
232
233
|
}
|
|
233
234
|
|
|
234
235
|
function __wbg_adapter_60(arg0, arg1) {
|
|
235
|
-
wasm.
|
|
236
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heafc1b13741fa40d(arg0, arg1);
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -261,27 +262,27 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
261
262
|
return real;
|
|
262
263
|
}
|
|
263
264
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
264
|
-
wasm.
|
|
265
|
+
wasm.closure7225_externref_shim(arg0, arg1, arg2);
|
|
265
266
|
}
|
|
266
267
|
|
|
267
268
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
268
|
-
wasm.
|
|
269
|
+
wasm.closure8346_externref_shim(arg0, arg1, arg2);
|
|
269
270
|
}
|
|
270
271
|
|
|
271
272
|
function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
272
|
-
wasm.
|
|
273
|
+
wasm.closure11727_externref_shim(arg0, arg1, arg2);
|
|
273
274
|
}
|
|
274
275
|
|
|
275
276
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
276
|
-
wasm.
|
|
277
|
+
wasm.closure14636_externref_shim(arg0, arg1, arg2);
|
|
277
278
|
}
|
|
278
279
|
|
|
279
280
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
280
|
-
wasm.
|
|
281
|
+
wasm.closure14687_externref_shim(arg0, arg1, arg2);
|
|
281
282
|
}
|
|
282
283
|
|
|
283
284
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
284
|
-
wasm.
|
|
285
|
+
wasm.closure14721_externref_shim(arg0, arg1, arg2);
|
|
285
286
|
}
|
|
286
287
|
|
|
287
288
|
function addToExternrefTable0(obj) {
|
|
@@ -363,7 +364,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
363
364
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
364
365
|
}
|
|
365
366
|
function __wbg_adapter_1470(arg0, arg1, arg2, arg3) {
|
|
366
|
-
wasm.
|
|
367
|
+
wasm.closure17415_externref_shim(arg0, arg1, arg2, arg3);
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -787,18 +788,18 @@ function __wbg_get_imports() {
|
|
|
787
788
|
const ret = typeof(val) === 'object' && val !== null;
|
|
788
789
|
return ret;
|
|
789
790
|
};
|
|
790
|
-
imports.wbg.
|
|
791
|
+
imports.wbg.__wbg_structuredClone_f51d417cd6ab9646 = function() { return handleError(function (arg0) {
|
|
791
792
|
const ret = window.structuredClone(arg0);
|
|
792
793
|
return ret;
|
|
793
794
|
}, arguments) };
|
|
794
|
-
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
795
|
-
const ret = arg0 in arg1;
|
|
796
|
-
return ret;
|
|
797
|
-
};
|
|
798
795
|
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
799
796
|
const ret = typeof(arg0) === 'string';
|
|
800
797
|
return ret;
|
|
801
798
|
};
|
|
799
|
+
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
800
|
+
const ret = arg0 in arg1;
|
|
801
|
+
return ret;
|
|
802
|
+
};
|
|
802
803
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
803
804
|
const ret = arg0;
|
|
804
805
|
return ret;
|
|
@@ -846,11 +847,11 @@ function __wbg_get_imports() {
|
|
|
846
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
847
848
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
848
849
|
};
|
|
849
|
-
imports.wbg.
|
|
850
|
+
imports.wbg.__wbg_new_ac59538d67f43ce4 = function() {
|
|
850
851
|
const ret = new Error();
|
|
851
852
|
return ret;
|
|
852
853
|
};
|
|
853
|
-
imports.wbg.
|
|
854
|
+
imports.wbg.__wbg_stack_71f169608e9e7009 = function(arg0, arg1) {
|
|
854
855
|
const ret = arg1.stack;
|
|
855
856
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
856
857
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3227,16 +3228,16 @@ function __wbg_get_imports() {
|
|
|
3227
3228
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3228
3229
|
arg0.close();
|
|
3229
3230
|
};
|
|
3230
|
-
imports.wbg.
|
|
3231
|
+
imports.wbg.__wbg_warn_dc8177fc787ea55c = function(arg0, arg1) {
|
|
3231
3232
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3232
3233
|
};
|
|
3233
|
-
imports.wbg.
|
|
3234
|
+
imports.wbg.__wbg_info_e07209b045b763ae = function(arg0, arg1) {
|
|
3234
3235
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3235
3236
|
};
|
|
3236
|
-
imports.wbg.
|
|
3237
|
+
imports.wbg.__wbg_debug_d6c6cc7c07a36881 = function(arg0, arg1) {
|
|
3237
3238
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3238
3239
|
};
|
|
3239
|
-
imports.wbg.
|
|
3240
|
+
imports.wbg.__wbg_trace_74b03423cc2e3140 = function(arg0, arg1) {
|
|
3240
3241
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3241
3242
|
};
|
|
3242
3243
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3585,76 +3586,76 @@ function __wbg_get_imports() {
|
|
|
3585
3586
|
const ret = wasm.memory;
|
|
3586
3587
|
return ret;
|
|
3587
3588
|
};
|
|
3588
|
-
imports.wbg.
|
|
3589
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3589
|
+
imports.wbg.__wbindgen_closure_wrapper2204 = function(arg0, arg1, arg2) {
|
|
3590
|
+
const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_46);
|
|
3590
3591
|
return ret;
|
|
3591
3592
|
};
|
|
3592
|
-
imports.wbg.
|
|
3593
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3593
|
+
imports.wbg.__wbindgen_closure_wrapper2206 = function(arg0, arg1, arg2) {
|
|
3594
|
+
const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_49);
|
|
3594
3595
|
return ret;
|
|
3595
3596
|
};
|
|
3596
|
-
imports.wbg.
|
|
3597
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3597
|
+
imports.wbg.__wbindgen_closure_wrapper12997 = function(arg0, arg1, arg2) {
|
|
3598
|
+
const ret = makeMutClosure(arg0, arg1, 5023, __wbg_adapter_52);
|
|
3598
3599
|
return ret;
|
|
3599
3600
|
};
|
|
3600
|
-
imports.wbg.
|
|
3601
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3601
|
+
imports.wbg.__wbindgen_closure_wrapper12999 = function(arg0, arg1, arg2) {
|
|
3602
|
+
const ret = makeMutClosure(arg0, arg1, 5023, __wbg_adapter_55);
|
|
3602
3603
|
return ret;
|
|
3603
3604
|
};
|
|
3604
|
-
imports.wbg.
|
|
3605
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3605
|
+
imports.wbg.__wbindgen_closure_wrapper13001 = function(arg0, arg1, arg2) {
|
|
3606
|
+
const ret = makeMutClosure(arg0, arg1, 5023, __wbg_adapter_55);
|
|
3606
3607
|
return ret;
|
|
3607
3608
|
};
|
|
3608
|
-
imports.wbg.
|
|
3609
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3609
|
+
imports.wbg.__wbindgen_closure_wrapper17212 = function(arg0, arg1, arg2) {
|
|
3610
|
+
const ret = makeMutClosure(arg0, arg1, 6520, __wbg_adapter_60);
|
|
3610
3611
|
return ret;
|
|
3611
3612
|
};
|
|
3612
|
-
imports.wbg.
|
|
3613
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3613
|
+
imports.wbg.__wbindgen_closure_wrapper17759 = function(arg0, arg1, arg2) {
|
|
3614
|
+
const ret = makeMutClosure(arg0, arg1, 6765, __wbg_adapter_63);
|
|
3614
3615
|
return ret;
|
|
3615
3616
|
};
|
|
3616
3617
|
imports.wbg.__wbindgen_closure_wrapper19346 = function(arg0, arg1, arg2) {
|
|
3617
|
-
const ret = makeClosure(arg0, arg1,
|
|
3618
|
+
const ret = makeClosure(arg0, arg1, 7226, __wbg_adapter_66);
|
|
3618
3619
|
return ret;
|
|
3619
3620
|
};
|
|
3620
3621
|
imports.wbg.__wbindgen_closure_wrapper19348 = function(arg0, arg1, arg2) {
|
|
3621
|
-
const ret = makeClosure(arg0, arg1,
|
|
3622
|
+
const ret = makeClosure(arg0, arg1, 7226, __wbg_adapter_66);
|
|
3622
3623
|
return ret;
|
|
3623
3624
|
};
|
|
3624
|
-
imports.wbg.
|
|
3625
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3625
|
+
imports.wbg.__wbindgen_closure_wrapper21938 = function(arg0, arg1, arg2) {
|
|
3626
|
+
const ret = makeMutClosure(arg0, arg1, 8347, __wbg_adapter_71);
|
|
3626
3627
|
return ret;
|
|
3627
3628
|
};
|
|
3628
|
-
imports.wbg.
|
|
3629
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3629
|
+
imports.wbg.__wbindgen_closure_wrapper21940 = function(arg0, arg1, arg2) {
|
|
3630
|
+
const ret = makeMutClosure(arg0, arg1, 8347, __wbg_adapter_71);
|
|
3630
3631
|
return ret;
|
|
3631
3632
|
};
|
|
3632
|
-
imports.wbg.
|
|
3633
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3633
|
+
imports.wbg.__wbindgen_closure_wrapper29867 = function(arg0, arg1, arg2) {
|
|
3634
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3634
3635
|
return ret;
|
|
3635
3636
|
};
|
|
3636
|
-
imports.wbg.
|
|
3637
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3637
|
+
imports.wbg.__wbindgen_closure_wrapper29869 = function(arg0, arg1, arg2) {
|
|
3638
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3638
3639
|
return ret;
|
|
3639
3640
|
};
|
|
3640
|
-
imports.wbg.
|
|
3641
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3641
|
+
imports.wbg.__wbindgen_closure_wrapper29871 = function(arg0, arg1, arg2) {
|
|
3642
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3642
3643
|
return ret;
|
|
3643
3644
|
};
|
|
3644
|
-
imports.wbg.
|
|
3645
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3645
|
+
imports.wbg.__wbindgen_closure_wrapper29873 = function(arg0, arg1, arg2) {
|
|
3646
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3646
3647
|
return ret;
|
|
3647
3648
|
};
|
|
3648
|
-
imports.wbg.
|
|
3649
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3649
|
+
imports.wbg.__wbindgen_closure_wrapper36666 = function(arg0, arg1, arg2) {
|
|
3650
|
+
const ret = makeMutClosure(arg0, arg1, 14637, __wbg_adapter_85);
|
|
3650
3651
|
return ret;
|
|
3651
3652
|
};
|
|
3652
|
-
imports.wbg.
|
|
3653
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3653
|
+
imports.wbg.__wbindgen_closure_wrapper36837 = function(arg0, arg1, arg2) {
|
|
3654
|
+
const ret = makeMutClosure(arg0, arg1, 14688, __wbg_adapter_88);
|
|
3654
3655
|
return ret;
|
|
3655
3656
|
};
|
|
3656
|
-
imports.wbg.
|
|
3657
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3657
|
+
imports.wbg.__wbindgen_closure_wrapper36906 = function(arg0, arg1, arg2) {
|
|
3658
|
+
const ret = makeMutClosure(arg0, arg1, 14722, __wbg_adapter_91);
|
|
3658
3659
|
return ret;
|
|
3659
3660
|
};
|
|
3660
3661
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -45,22 +45,22 @@ export function __wbindgen_malloc(a: number, b: number): number;
|
|
|
45
45
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
46
46
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
47
47
|
export const __wbindgen_export_3: WebAssembly.Table;
|
|
48
|
-
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h17be7cca397b4ed3(a: number, b: number): void;
|
|
49
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
|
-
export function
|
|
49
|
+
export function closure544_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
51
50
|
export function __externref_table_dealloc(a: number): void;
|
|
51
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h183e388c5b59948a(a: number, b: number): void;
|
|
52
52
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he0da33c1926a6213(a: number, b: number, c: number): void;
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
53
|
+
export function closure5026_externref_shim(a: number, b: number, c: number): void;
|
|
54
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heafc1b13741fa40d(a: number, b: number): void;
|
|
55
55
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha28c5a2c57e79949(a: number, b: number): void;
|
|
56
|
-
export function
|
|
57
|
-
export function
|
|
58
|
-
export function
|
|
59
|
-
export function
|
|
60
|
-
export function
|
|
61
|
-
export function
|
|
56
|
+
export function closure7225_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure8346_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure11727_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14636_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14687_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14721_externref_shim(a: number, b: number, c: number): void;
|
|
62
62
|
export function __wbindgen_exn_store(a: number): void;
|
|
63
63
|
export function __externref_table_alloc(): number;
|
|
64
64
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
65
|
-
export function
|
|
65
|
+
export function closure17415_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|