@rerun-io/web-viewer 0.19.0-alpha.4 → 0.19.0-alpha.6
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 +59 -60
- 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.6/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__h9b0ae865e1febcfe: (a: number, b: number) => void;
|
|
196
197
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
198
|
+
readonly closure547_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
198
199
|
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 closure5027_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__hc965b6959d05299d: (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 closure7332_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure8353_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure11734_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14638_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14689_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14723_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 closure17417_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,16 +190,19 @@ 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__h9b0ae865e1febcfe(arg0, arg1);
|
|
195
|
+
}
|
|
193
196
|
|
|
194
197
|
function takeFromExternrefTable0(idx) {
|
|
195
198
|
const value = wasm.__wbindgen_export_2.get(idx);
|
|
196
199
|
wasm.__externref_table_dealloc(idx);
|
|
197
200
|
return value;
|
|
198
201
|
}
|
|
199
|
-
function
|
|
202
|
+
function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
200
203
|
try {
|
|
201
204
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
202
|
-
wasm.
|
|
205
|
+
wasm.closure547_externref_shim(retptr, arg0, arg1, arg2);
|
|
203
206
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
204
207
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
205
208
|
if (r1) {
|
|
@@ -210,10 +213,6 @@ function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
|
210
213
|
}
|
|
211
214
|
}
|
|
212
215
|
|
|
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
|
-
|
|
217
216
|
function __wbg_adapter_52(arg0, arg1) {
|
|
218
217
|
try {
|
|
219
218
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -229,11 +228,11 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
229
228
|
}
|
|
230
229
|
|
|
231
230
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
232
|
-
wasm.
|
|
231
|
+
wasm.closure5027_externref_shim(arg0, arg1, arg2);
|
|
233
232
|
}
|
|
234
233
|
|
|
235
234
|
function __wbg_adapter_60(arg0, arg1) {
|
|
236
|
-
wasm.
|
|
235
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc965b6959d05299d(arg0, arg1);
|
|
237
236
|
}
|
|
238
237
|
|
|
239
238
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -262,27 +261,27 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
262
261
|
return real;
|
|
263
262
|
}
|
|
264
263
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
265
|
-
wasm.
|
|
264
|
+
wasm.closure7332_externref_shim(arg0, arg1, arg2);
|
|
266
265
|
}
|
|
267
266
|
|
|
268
267
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
269
|
-
wasm.
|
|
268
|
+
wasm.closure8353_externref_shim(arg0, arg1, arg2);
|
|
270
269
|
}
|
|
271
270
|
|
|
272
271
|
function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
273
|
-
wasm.
|
|
272
|
+
wasm.closure11734_externref_shim(arg0, arg1, arg2);
|
|
274
273
|
}
|
|
275
274
|
|
|
276
275
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
277
|
-
wasm.
|
|
276
|
+
wasm.closure14638_externref_shim(arg0, arg1, arg2);
|
|
278
277
|
}
|
|
279
278
|
|
|
280
279
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
281
|
-
wasm.
|
|
280
|
+
wasm.closure14689_externref_shim(arg0, arg1, arg2);
|
|
282
281
|
}
|
|
283
282
|
|
|
284
283
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
285
|
-
wasm.
|
|
284
|
+
wasm.closure14723_externref_shim(arg0, arg1, arg2);
|
|
286
285
|
}
|
|
287
286
|
|
|
288
287
|
function addToExternrefTable0(obj) {
|
|
@@ -364,7 +363,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
364
363
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
365
364
|
}
|
|
366
365
|
function __wbg_adapter_1470(arg0, arg1, arg2, arg3) {
|
|
367
|
-
wasm.
|
|
366
|
+
wasm.closure17417_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
367
|
}
|
|
369
368
|
|
|
370
369
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -788,18 +787,18 @@ function __wbg_get_imports() {
|
|
|
788
787
|
const ret = typeof(val) === 'object' && val !== null;
|
|
789
788
|
return ret;
|
|
790
789
|
};
|
|
791
|
-
imports.wbg.
|
|
790
|
+
imports.wbg.__wbg_structuredClone_7d5d74f89df31ebe = function() { return handleError(function (arg0) {
|
|
792
791
|
const ret = window.structuredClone(arg0);
|
|
793
792
|
return ret;
|
|
794
793
|
}, arguments) };
|
|
795
|
-
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
796
|
-
const ret = typeof(arg0) === 'string';
|
|
797
|
-
return ret;
|
|
798
|
-
};
|
|
799
794
|
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
800
795
|
const ret = arg0 in arg1;
|
|
801
796
|
return ret;
|
|
802
797
|
};
|
|
798
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
799
|
+
const ret = typeof(arg0) === 'string';
|
|
800
|
+
return ret;
|
|
801
|
+
};
|
|
803
802
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
804
803
|
const ret = arg0;
|
|
805
804
|
return ret;
|
|
@@ -847,11 +846,11 @@ function __wbg_get_imports() {
|
|
|
847
846
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
848
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
849
848
|
};
|
|
850
|
-
imports.wbg.
|
|
849
|
+
imports.wbg.__wbg_new_4b68ea172b33719e = function() {
|
|
851
850
|
const ret = new Error();
|
|
852
851
|
return ret;
|
|
853
852
|
};
|
|
854
|
-
imports.wbg.
|
|
853
|
+
imports.wbg.__wbg_stack_c84ce235218146cf = function(arg0, arg1) {
|
|
855
854
|
const ret = arg1.stack;
|
|
856
855
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
857
856
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3228,16 +3227,16 @@ function __wbg_get_imports() {
|
|
|
3228
3227
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3229
3228
|
arg0.close();
|
|
3230
3229
|
};
|
|
3231
|
-
imports.wbg.
|
|
3230
|
+
imports.wbg.__wbg_warn_b8681d8b33664693 = function(arg0, arg1) {
|
|
3232
3231
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3233
3232
|
};
|
|
3234
|
-
imports.wbg.
|
|
3233
|
+
imports.wbg.__wbg_info_18a3211a804c3595 = function(arg0, arg1) {
|
|
3235
3234
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3236
3235
|
};
|
|
3237
|
-
imports.wbg.
|
|
3236
|
+
imports.wbg.__wbg_debug_658c9855c9d6eda4 = function(arg0, arg1) {
|
|
3238
3237
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3239
3238
|
};
|
|
3240
|
-
imports.wbg.
|
|
3239
|
+
imports.wbg.__wbg_trace_e325efdb615f4bba = function(arg0, arg1) {
|
|
3241
3240
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3242
3241
|
};
|
|
3243
3242
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3586,76 +3585,76 @@ function __wbg_get_imports() {
|
|
|
3586
3585
|
const ret = wasm.memory;
|
|
3587
3586
|
return ret;
|
|
3588
3587
|
};
|
|
3589
|
-
imports.wbg.
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3591
|
-
return ret;
|
|
3592
|
-
};
|
|
3593
|
-
imports.wbg.__wbindgen_closure_wrapper2206 = function(arg0, arg1, arg2) {
|
|
3594
|
-
const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_49);
|
|
3588
|
+
imports.wbg.__wbindgen_closure_wrapper2203 = function(arg0, arg1, arg2) {
|
|
3589
|
+
const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_46);
|
|
3595
3590
|
return ret;
|
|
3596
3591
|
};
|
|
3597
|
-
imports.wbg.
|
|
3598
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3592
|
+
imports.wbg.__wbindgen_closure_wrapper2205 = function(arg0, arg1, arg2) {
|
|
3593
|
+
const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_49);
|
|
3599
3594
|
return ret;
|
|
3600
3595
|
};
|
|
3601
3596
|
imports.wbg.__wbindgen_closure_wrapper12999 = function(arg0, arg1, arg2) {
|
|
3602
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3597
|
+
const ret = makeMutClosure(arg0, arg1, 5024, __wbg_adapter_52);
|
|
3603
3598
|
return ret;
|
|
3604
3599
|
};
|
|
3605
3600
|
imports.wbg.__wbindgen_closure_wrapper13001 = function(arg0, arg1, arg2) {
|
|
3606
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3601
|
+
const ret = makeMutClosure(arg0, arg1, 5024, __wbg_adapter_55);
|
|
3602
|
+
return ret;
|
|
3603
|
+
};
|
|
3604
|
+
imports.wbg.__wbindgen_closure_wrapper13003 = function(arg0, arg1, arg2) {
|
|
3605
|
+
const ret = makeMutClosure(arg0, arg1, 5024, __wbg_adapter_55);
|
|
3607
3606
|
return ret;
|
|
3608
3607
|
};
|
|
3609
3608
|
imports.wbg.__wbindgen_closure_wrapper17212 = function(arg0, arg1, arg2) {
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3609
|
+
const ret = makeMutClosure(arg0, arg1, 6522, __wbg_adapter_60);
|
|
3611
3610
|
return ret;
|
|
3612
3611
|
};
|
|
3613
3612
|
imports.wbg.__wbindgen_closure_wrapper17759 = function(arg0, arg1, arg2) {
|
|
3614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3613
|
+
const ret = makeMutClosure(arg0, arg1, 6767, __wbg_adapter_63);
|
|
3615
3614
|
return ret;
|
|
3616
3615
|
};
|
|
3617
|
-
imports.wbg.
|
|
3618
|
-
const ret = makeClosure(arg0, arg1,
|
|
3616
|
+
imports.wbg.__wbindgen_closure_wrapper19709 = function(arg0, arg1, arg2) {
|
|
3617
|
+
const ret = makeClosure(arg0, arg1, 7333, __wbg_adapter_66);
|
|
3619
3618
|
return ret;
|
|
3620
3619
|
};
|
|
3621
|
-
imports.wbg.
|
|
3622
|
-
const ret = makeClosure(arg0, arg1,
|
|
3620
|
+
imports.wbg.__wbindgen_closure_wrapper19711 = function(arg0, arg1, arg2) {
|
|
3621
|
+
const ret = makeClosure(arg0, arg1, 7333, __wbg_adapter_66);
|
|
3623
3622
|
return ret;
|
|
3624
3623
|
};
|
|
3625
|
-
imports.wbg.
|
|
3626
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3624
|
+
imports.wbg.__wbindgen_closure_wrapper21944 = function(arg0, arg1, arg2) {
|
|
3625
|
+
const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_71);
|
|
3627
3626
|
return ret;
|
|
3628
3627
|
};
|
|
3629
|
-
imports.wbg.
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3628
|
+
imports.wbg.__wbindgen_closure_wrapper21946 = function(arg0, arg1, arg2) {
|
|
3629
|
+
const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_71);
|
|
3631
3630
|
return ret;
|
|
3632
3631
|
};
|
|
3633
|
-
imports.wbg.
|
|
3634
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3632
|
+
imports.wbg.__wbindgen_closure_wrapper29873 = function(arg0, arg1, arg2) {
|
|
3633
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3635
3634
|
return ret;
|
|
3636
3635
|
};
|
|
3637
|
-
imports.wbg.
|
|
3638
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3636
|
+
imports.wbg.__wbindgen_closure_wrapper29875 = function(arg0, arg1, arg2) {
|
|
3637
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3639
3638
|
return ret;
|
|
3640
3639
|
};
|
|
3641
|
-
imports.wbg.
|
|
3642
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3640
|
+
imports.wbg.__wbindgen_closure_wrapper29877 = function(arg0, arg1, arg2) {
|
|
3641
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3643
3642
|
return ret;
|
|
3644
3643
|
};
|
|
3645
|
-
imports.wbg.
|
|
3646
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3644
|
+
imports.wbg.__wbindgen_closure_wrapper29879 = function(arg0, arg1, arg2) {
|
|
3645
|
+
const ret = makeMutClosure(arg0, arg1, 11735, __wbg_adapter_76);
|
|
3647
3646
|
return ret;
|
|
3648
3647
|
};
|
|
3649
|
-
imports.wbg.
|
|
3650
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3648
|
+
imports.wbg.__wbindgen_closure_wrapper36670 = function(arg0, arg1, arg2) {
|
|
3649
|
+
const ret = makeMutClosure(arg0, arg1, 14639, __wbg_adapter_85);
|
|
3651
3650
|
return ret;
|
|
3652
3651
|
};
|
|
3653
|
-
imports.wbg.
|
|
3654
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3652
|
+
imports.wbg.__wbindgen_closure_wrapper36841 = function(arg0, arg1, arg2) {
|
|
3653
|
+
const ret = makeMutClosure(arg0, arg1, 14690, __wbg_adapter_88);
|
|
3655
3654
|
return ret;
|
|
3656
3655
|
};
|
|
3657
|
-
imports.wbg.
|
|
3658
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3656
|
+
imports.wbg.__wbindgen_closure_wrapper36910 = function(arg0, arg1, arg2) {
|
|
3657
|
+
const ret = makeMutClosure(arg0, arg1, 14724, __wbg_adapter_91);
|
|
3659
3658
|
return ret;
|
|
3660
3659
|
};
|
|
3661
3660
|
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__h9b0ae865e1febcfe(a: number, b: number): void;
|
|
48
49
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
49
|
-
export function
|
|
50
|
+
export function closure547_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
50
51
|
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 closure5027_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__hc965b6959d05299d(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 closure7332_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure8353_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure11734_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14638_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14689_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14723_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 closure17417_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|