@rerun-io/web-viewer 0.20.0-alpha.2 → 0.20.0-alpha.3
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 +57 -58
- 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.20.0-alpha.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.0-alpha.3/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__he37b44c5775ae0d1: (a: number, b: number) => void;
|
|
196
197
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
198
|
+
readonly closure808_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__h152edff22007f962: (a: number, b: number) => void;
|
|
200
200
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef: (a: number, b: number, c: number) => void;
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
201
|
+
readonly closure5863_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__h4667620cd621d2ee: (a: number, b: number) => void;
|
|
203
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a: (a: number, b: number) => void;
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
204
|
+
readonly closure8723_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure11949_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure14009_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14774_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14964_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure15005_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
210
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
211
211
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
212
212
|
readonly __externref_table_alloc: () => number;
|
|
213
|
-
readonly
|
|
213
|
+
readonly closure18188_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__he37b44c5775ae0d1(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.closure808_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__h152edff22007f962(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.closure5863_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__h4667620cd621d2ee(arg0, arg1);
|
|
237
236
|
}
|
|
238
237
|
|
|
239
238
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -241,11 +240,11 @@ function __wbg_adapter_63(arg0, arg1) {
|
|
|
241
240
|
}
|
|
242
241
|
|
|
243
242
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
244
|
-
wasm.
|
|
243
|
+
wasm.closure8723_externref_shim(arg0, arg1, arg2);
|
|
245
244
|
}
|
|
246
245
|
|
|
247
246
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
248
|
-
wasm.
|
|
247
|
+
wasm.closure11949_externref_shim(arg0, arg1, arg2);
|
|
249
248
|
}
|
|
250
249
|
|
|
251
250
|
function makeClosure(arg0, arg1, dtor, f) {
|
|
@@ -270,19 +269,19 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
270
269
|
return real;
|
|
271
270
|
}
|
|
272
271
|
function __wbg_adapter_80(arg0, arg1, arg2) {
|
|
273
|
-
wasm.
|
|
272
|
+
wasm.closure14009_externref_shim(arg0, arg1, arg2);
|
|
274
273
|
}
|
|
275
274
|
|
|
276
275
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
277
|
-
wasm.
|
|
276
|
+
wasm.closure14774_externref_shim(arg0, arg1, arg2);
|
|
278
277
|
}
|
|
279
278
|
|
|
280
279
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
281
|
-
wasm.
|
|
280
|
+
wasm.closure14964_externref_shim(arg0, arg1, arg2);
|
|
282
281
|
}
|
|
283
282
|
|
|
284
283
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
285
|
-
wasm.
|
|
284
|
+
wasm.closure15005_externref_shim(arg0, arg1, arg2);
|
|
286
285
|
}
|
|
287
286
|
|
|
288
287
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -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_1466(arg0, arg1, arg2, arg3) {
|
|
367
|
-
wasm.
|
|
366
|
+
wasm.closure18188_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
367
|
}
|
|
369
368
|
|
|
370
369
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -792,7 +791,7 @@ function __wbg_get_imports() {
|
|
|
792
791
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
793
792
|
return ret;
|
|
794
793
|
};
|
|
795
|
-
imports.wbg.
|
|
794
|
+
imports.wbg.__wbg_structuredClone_fcd3362620a90aee = function() { return handleError(function (arg0) {
|
|
796
795
|
const ret = window.structuredClone(arg0);
|
|
797
796
|
return ret;
|
|
798
797
|
}, arguments) };
|
|
@@ -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_2052b6fed642ad85 = function() {
|
|
851
850
|
const ret = new Error();
|
|
852
851
|
return ret;
|
|
853
852
|
};
|
|
854
|
-
imports.wbg.
|
|
853
|
+
imports.wbg.__wbg_stack_c332e27454b1f052 = 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;
|
|
@@ -3217,16 +3216,16 @@ function __wbg_get_imports() {
|
|
|
3217
3216
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3218
3217
|
arg0.close();
|
|
3219
3218
|
};
|
|
3220
|
-
imports.wbg.
|
|
3219
|
+
imports.wbg.__wbg_warn_a662d99e10192831 = function(arg0, arg1) {
|
|
3221
3220
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3222
3221
|
};
|
|
3223
|
-
imports.wbg.
|
|
3222
|
+
imports.wbg.__wbg_info_8fc96fdb8b9eced4 = function(arg0, arg1) {
|
|
3224
3223
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3225
3224
|
};
|
|
3226
|
-
imports.wbg.
|
|
3225
|
+
imports.wbg.__wbg_debug_b64edd233c416808 = function(arg0, arg1) {
|
|
3227
3226
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3228
3227
|
};
|
|
3229
|
-
imports.wbg.
|
|
3228
|
+
imports.wbg.__wbg_trace_c0ff31092ce0d9d1 = function(arg0, arg1) {
|
|
3230
3229
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3231
3230
|
};
|
|
3232
3231
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3575,76 +3574,76 @@ function __wbg_get_imports() {
|
|
|
3575
3574
|
const ret = wasm.memory;
|
|
3576
3575
|
return ret;
|
|
3577
3576
|
};
|
|
3578
|
-
imports.wbg.
|
|
3579
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3577
|
+
imports.wbg.__wbindgen_closure_wrapper2739 = function(arg0, arg1, arg2) {
|
|
3578
|
+
const ret = makeMutClosure(arg0, arg1, 805, __wbg_adapter_46);
|
|
3580
3579
|
return ret;
|
|
3581
3580
|
};
|
|
3582
|
-
imports.wbg.
|
|
3583
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3581
|
+
imports.wbg.__wbindgen_closure_wrapper2741 = function(arg0, arg1, arg2) {
|
|
3582
|
+
const ret = makeMutClosure(arg0, arg1, 805, __wbg_adapter_49);
|
|
3584
3583
|
return ret;
|
|
3585
3584
|
};
|
|
3586
|
-
imports.wbg.
|
|
3587
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3585
|
+
imports.wbg.__wbindgen_closure_wrapper14214 = function(arg0, arg1, arg2) {
|
|
3586
|
+
const ret = makeMutClosure(arg0, arg1, 5860, __wbg_adapter_52);
|
|
3588
3587
|
return ret;
|
|
3589
3588
|
};
|
|
3590
|
-
imports.wbg.
|
|
3591
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3589
|
+
imports.wbg.__wbindgen_closure_wrapper14216 = function(arg0, arg1, arg2) {
|
|
3590
|
+
const ret = makeMutClosure(arg0, arg1, 5860, __wbg_adapter_55);
|
|
3592
3591
|
return ret;
|
|
3593
3592
|
};
|
|
3594
|
-
imports.wbg.
|
|
3595
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3593
|
+
imports.wbg.__wbindgen_closure_wrapper14218 = function(arg0, arg1, arg2) {
|
|
3594
|
+
const ret = makeMutClosure(arg0, arg1, 5860, __wbg_adapter_55);
|
|
3596
3595
|
return ret;
|
|
3597
3596
|
};
|
|
3598
|
-
imports.wbg.
|
|
3599
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3597
|
+
imports.wbg.__wbindgen_closure_wrapper19096 = function(arg0, arg1, arg2) {
|
|
3598
|
+
const ret = makeMutClosure(arg0, arg1, 7643, __wbg_adapter_60);
|
|
3600
3599
|
return ret;
|
|
3601
3600
|
};
|
|
3602
|
-
imports.wbg.
|
|
3603
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3601
|
+
imports.wbg.__wbindgen_closure_wrapper19177 = function(arg0, arg1, arg2) {
|
|
3602
|
+
const ret = makeMutClosure(arg0, arg1, 7669, __wbg_adapter_63);
|
|
3604
3603
|
return ret;
|
|
3605
3604
|
};
|
|
3606
|
-
imports.wbg.
|
|
3607
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3605
|
+
imports.wbg.__wbindgen_closure_wrapper23060 = function(arg0, arg1, arg2) {
|
|
3606
|
+
const ret = makeMutClosure(arg0, arg1, 8724, __wbg_adapter_66);
|
|
3608
3607
|
return ret;
|
|
3609
3608
|
};
|
|
3610
|
-
imports.wbg.
|
|
3611
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3609
|
+
imports.wbg.__wbindgen_closure_wrapper23062 = function(arg0, arg1, arg2) {
|
|
3610
|
+
const ret = makeMutClosure(arg0, arg1, 8724, __wbg_adapter_66);
|
|
3612
3611
|
return ret;
|
|
3613
3612
|
};
|
|
3614
|
-
imports.wbg.
|
|
3615
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3613
|
+
imports.wbg.__wbindgen_closure_wrapper30296 = function(arg0, arg1, arg2) {
|
|
3614
|
+
const ret = makeMutClosure(arg0, arg1, 11950, __wbg_adapter_71);
|
|
3616
3615
|
return ret;
|
|
3617
3616
|
};
|
|
3618
|
-
imports.wbg.
|
|
3619
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3617
|
+
imports.wbg.__wbindgen_closure_wrapper30298 = function(arg0, arg1, arg2) {
|
|
3618
|
+
const ret = makeMutClosure(arg0, arg1, 11950, __wbg_adapter_71);
|
|
3620
3619
|
return ret;
|
|
3621
3620
|
};
|
|
3622
|
-
imports.wbg.
|
|
3623
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3621
|
+
imports.wbg.__wbindgen_closure_wrapper30300 = function(arg0, arg1, arg2) {
|
|
3622
|
+
const ret = makeMutClosure(arg0, arg1, 11950, __wbg_adapter_71);
|
|
3624
3623
|
return ret;
|
|
3625
3624
|
};
|
|
3626
|
-
imports.wbg.
|
|
3627
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3625
|
+
imports.wbg.__wbindgen_closure_wrapper30302 = function(arg0, arg1, arg2) {
|
|
3626
|
+
const ret = makeMutClosure(arg0, arg1, 11950, __wbg_adapter_71);
|
|
3628
3627
|
return ret;
|
|
3629
3628
|
};
|
|
3630
|
-
imports.wbg.
|
|
3631
|
-
const ret = makeClosure(arg0, arg1,
|
|
3629
|
+
imports.wbg.__wbindgen_closure_wrapper35478 = function(arg0, arg1, arg2) {
|
|
3630
|
+
const ret = makeClosure(arg0, arg1, 14010, __wbg_adapter_80);
|
|
3632
3631
|
return ret;
|
|
3633
3632
|
};
|
|
3634
|
-
imports.wbg.
|
|
3635
|
-
const ret = makeClosure(arg0, arg1,
|
|
3633
|
+
imports.wbg.__wbindgen_closure_wrapper35480 = function(arg0, arg1, arg2) {
|
|
3634
|
+
const ret = makeClosure(arg0, arg1, 14010, __wbg_adapter_80);
|
|
3636
3635
|
return ret;
|
|
3637
3636
|
};
|
|
3638
|
-
imports.wbg.
|
|
3639
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3637
|
+
imports.wbg.__wbindgen_closure_wrapper36979 = function(arg0, arg1, arg2) {
|
|
3638
|
+
const ret = makeMutClosure(arg0, arg1, 14775, __wbg_adapter_85);
|
|
3640
3639
|
return ret;
|
|
3641
3640
|
};
|
|
3642
|
-
imports.wbg.
|
|
3643
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3641
|
+
imports.wbg.__wbindgen_closure_wrapper37404 = function(arg0, arg1, arg2) {
|
|
3642
|
+
const ret = makeMutClosure(arg0, arg1, 14965, __wbg_adapter_88);
|
|
3644
3643
|
return ret;
|
|
3645
3644
|
};
|
|
3646
|
-
imports.wbg.
|
|
3647
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3645
|
+
imports.wbg.__wbindgen_closure_wrapper37517 = function(arg0, arg1, arg2) {
|
|
3646
|
+
const ret = makeMutClosure(arg0, arg1, 15006, __wbg_adapter_91);
|
|
3648
3647
|
return ret;
|
|
3649
3648
|
};
|
|
3650
3649
|
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__he37b44c5775ae0d1(a: number, b: number): void;
|
|
48
49
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
49
|
-
export function
|
|
50
|
+
export function closure808_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__h152edff22007f962(a: number, b: number): void;
|
|
52
52
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef(a: number, b: number, c: number): void;
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
53
|
+
export function closure5863_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__h4667620cd621d2ee(a: number, b: number): void;
|
|
55
55
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a(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 closure8723_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure11949_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure14009_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14774_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14964_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure15005_externref_shim(a: number, b: number, c: number): void;
|
|
62
62
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
63
63
|
export function __wbindgen_exn_store(a: number): void;
|
|
64
64
|
export function __externref_table_alloc(): number;
|
|
65
|
-
export function
|
|
65
|
+
export function closure18188_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|