@dcl-regenesislabs/bevy-explorer-web 0.1.0-22767247238.commit-d68e416 → 0.1.0-22898575835.commit-fffc516
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/.env +1 -1
- package/index.html +1 -1
- package/package.json +3 -3
- package/pkg/manifest.json +1 -1
- package/pkg/webgpu_build.d.ts +11 -11
- package/pkg/webgpu_build.js +61 -66
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +10 -10
package/.env
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
1
|
+
PUBLIC_URL="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22898575835.commit-fffc516"
|
package/index.html
CHANGED
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
</style>
|
|
413
413
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
414
|
-
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
414
|
+
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22898575835.commit-fffc516";</script>
|
|
415
415
|
</head>
|
|
416
416
|
<body>
|
|
417
417
|
<div id="header" class="container">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl-regenesislabs/bevy-explorer-web",
|
|
3
|
-
"version": "0.1.0-
|
|
3
|
+
"version": "0.1.0-22898575835.commit-fffc516",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"postinstall": "node ./scripts/prebuild.js"
|
|
6
6
|
},
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/decentraland/bevy-explorer.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
12
|
-
"commit": "
|
|
11
|
+
"homepage": "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-22898575835.commit-fffc516",
|
|
12
|
+
"commit": "fffc5162d2cca8712b8fcf199b590866b4b77ca0"
|
|
13
13
|
}
|
package/pkg/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wasmSize":
|
|
1
|
+
{"wasmSize":115622614}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export function op_settings(state: WorkerContext): Promise<Array<any>>;
|
|
|
70
70
|
export function op_set_setting(state: WorkerContext, name: string, val: number): Promise<void>;
|
|
71
71
|
export function op_get_user_data(state: WorkerContext): Promise<any>;
|
|
72
72
|
export function op_get_player_data(state: WorkerContext, id: string): Promise<any>;
|
|
73
|
-
export function op_move_player_to(op_state: WorkerContext,
|
|
73
|
+
export function op_move_player_to(op_state: WorkerContext, position: any, camera_target: any, avatar_target: any, duration?: number | null): Promise<boolean>;
|
|
74
74
|
export function op_teleport_to(state: WorkerContext, position_x: number, position_y: number): Promise<boolean>;
|
|
75
75
|
export function op_change_realm(state: WorkerContext, realm: string, message?: string | null): Promise<boolean>;
|
|
76
76
|
export function op_external_url(state: WorkerContext, url: string): Promise<boolean>;
|
|
@@ -223,7 +223,7 @@ export interface InitOutput {
|
|
|
223
223
|
readonly op_login_previous: (a: number) => any;
|
|
224
224
|
readonly op_logout: (a: number) => void;
|
|
225
225
|
readonly op_motd: (a: number) => any;
|
|
226
|
-
readonly op_move_player_to: (a: number, b:
|
|
226
|
+
readonly op_move_player_to: (a: number, b: any, c: any, d: any, e: number) => any;
|
|
227
227
|
readonly op_native_input: (a: number) => any;
|
|
228
228
|
readonly op_open_nft_dialog: (a: number, b: number, c: number) => any;
|
|
229
229
|
readonly op_portable_kill: (a: number, b: number, c: number) => any;
|
|
@@ -283,20 +283,20 @@ export interface InitOutput {
|
|
|
283
283
|
readonly __wbindgen_export_7: WebAssembly.Table;
|
|
284
284
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
285
285
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
286
|
-
readonly
|
|
287
|
-
readonly
|
|
288
|
-
readonly
|
|
286
|
+
readonly closure15207_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
287
|
+
readonly closure42019_externref_shim: (a: number, b: number, c: any) => void;
|
|
288
|
+
readonly closure51526_externref_shim: (a: number, b: number, c: any) => void;
|
|
289
289
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
|
|
290
290
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
|
|
291
|
-
readonly
|
|
291
|
+
readonly closure55180_externref_shim: (a: number, b: number, c: any) => void;
|
|
292
292
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
|
|
293
293
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
|
|
294
|
-
readonly
|
|
295
|
-
readonly
|
|
294
|
+
readonly closure60260_externref_shim: (a: number, b: number, c: any) => void;
|
|
295
|
+
readonly closure60264_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
296
296
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
297
|
+
readonly closure120225_externref_shim: (a: number, b: number, c: any) => void;
|
|
298
|
+
readonly closure135481_externref_shim: (a: number, b: number, c: any) => void;
|
|
299
|
+
readonly closure138374_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
300
300
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
301
301
|
readonly __wbindgen_start: (a: number) => void;
|
|
302
302
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -1027,21 +1027,16 @@ export function op_get_player_data(state, id) {
|
|
|
1027
1027
|
|
|
1028
1028
|
/**
|
|
1029
1029
|
* @param {WorkerContext} op_state
|
|
1030
|
-
* @param {
|
|
1031
|
-
* @param {
|
|
1032
|
-
* @param {
|
|
1033
|
-
* @param {
|
|
1034
|
-
* @
|
|
1035
|
-
* @param {number} maybe_camera_y
|
|
1036
|
-
* @param {number} maybe_camera_z
|
|
1037
|
-
* @param {boolean} looking_at
|
|
1038
|
-
* @param {number} maybe_looking_at_x
|
|
1039
|
-
* @param {number} maybe_looking_at_y
|
|
1040
|
-
* @param {number} maybe_looking_at_z
|
|
1030
|
+
* @param {any} position
|
|
1031
|
+
* @param {any} camera_target
|
|
1032
|
+
* @param {any} avatar_target
|
|
1033
|
+
* @param {number | null} [duration]
|
|
1034
|
+
* @returns {Promise<boolean>}
|
|
1041
1035
|
*/
|
|
1042
|
-
export function op_move_player_to(op_state,
|
|
1036
|
+
export function op_move_player_to(op_state, position, camera_target, avatar_target, duration) {
|
|
1043
1037
|
_assertClass(op_state, WorkerContext);
|
|
1044
|
-
wasm.op_move_player_to(op_state.__wbg_ptr,
|
|
1038
|
+
const ret = wasm.op_move_player_to(op_state.__wbg_ptr, position, camera_target, avatar_target, isLikeNone(duration) ? 0x100000001 : Math.fround(duration));
|
|
1039
|
+
return ret;
|
|
1045
1040
|
}
|
|
1046
1041
|
|
|
1047
1042
|
/**
|
|
@@ -1450,15 +1445,15 @@ export function gpu_cache_hash() {
|
|
|
1450
1445
|
}
|
|
1451
1446
|
|
|
1452
1447
|
function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
|
|
1453
|
-
wasm.
|
|
1448
|
+
wasm.closure15207_externref_shim(arg0, arg1, arg2, arg3);
|
|
1454
1449
|
}
|
|
1455
1450
|
|
|
1456
1451
|
function __wbg_adapter_65(arg0, arg1, arg2) {
|
|
1457
|
-
wasm.
|
|
1452
|
+
wasm.closure42019_externref_shim(arg0, arg1, arg2);
|
|
1458
1453
|
}
|
|
1459
1454
|
|
|
1460
1455
|
function __wbg_adapter_68(arg0, arg1, arg2) {
|
|
1461
|
-
wasm.
|
|
1456
|
+
wasm.closure51526_externref_shim(arg0, arg1, arg2);
|
|
1462
1457
|
}
|
|
1463
1458
|
|
|
1464
1459
|
function __wbg_adapter_71(arg0, arg1) {
|
|
@@ -1470,7 +1465,7 @@ function __wbg_adapter_74(arg0, arg1) {
|
|
|
1470
1465
|
}
|
|
1471
1466
|
|
|
1472
1467
|
function __wbg_adapter_77(arg0, arg1, arg2) {
|
|
1473
|
-
wasm.
|
|
1468
|
+
wasm.closure55180_externref_shim(arg0, arg1, arg2);
|
|
1474
1469
|
}
|
|
1475
1470
|
|
|
1476
1471
|
function __wbg_adapter_84(arg0, arg1) {
|
|
@@ -1482,11 +1477,11 @@ function __wbg_adapter_87(arg0, arg1) {
|
|
|
1482
1477
|
}
|
|
1483
1478
|
|
|
1484
1479
|
function __wbg_adapter_90(arg0, arg1, arg2) {
|
|
1485
|
-
wasm.
|
|
1480
|
+
wasm.closure60260_externref_shim(arg0, arg1, arg2);
|
|
1486
1481
|
}
|
|
1487
1482
|
|
|
1488
1483
|
function __wbg_adapter_93(arg0, arg1, arg2, arg3) {
|
|
1489
|
-
wasm.
|
|
1484
|
+
wasm.closure60264_externref_shim(arg0, arg1, arg2, arg3);
|
|
1490
1485
|
}
|
|
1491
1486
|
|
|
1492
1487
|
function __wbg_adapter_108(arg0, arg1) {
|
|
@@ -1494,15 +1489,15 @@ function __wbg_adapter_108(arg0, arg1) {
|
|
|
1494
1489
|
}
|
|
1495
1490
|
|
|
1496
1491
|
function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
1497
|
-
wasm.
|
|
1492
|
+
wasm.closure120225_externref_shim(arg0, arg1, arg2);
|
|
1498
1493
|
}
|
|
1499
1494
|
|
|
1500
1495
|
function __wbg_adapter_114(arg0, arg1, arg2) {
|
|
1501
|
-
wasm.
|
|
1496
|
+
wasm.closure135481_externref_shim(arg0, arg1, arg2);
|
|
1502
1497
|
}
|
|
1503
1498
|
|
|
1504
1499
|
function __wbg_adapter_1589(arg0, arg1, arg2, arg3) {
|
|
1505
|
-
wasm.
|
|
1500
|
+
wasm.closure138374_externref_shim(arg0, arg1, arg2, arg3);
|
|
1506
1501
|
}
|
|
1507
1502
|
|
|
1508
1503
|
/**
|
|
@@ -4652,92 +4647,92 @@ function __wbg_get_imports() {
|
|
|
4652
4647
|
const ret = false;
|
|
4653
4648
|
return ret;
|
|
4654
4649
|
};
|
|
4655
|
-
imports.wbg.
|
|
4656
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4650
|
+
imports.wbg.__wbindgen_closure_wrapper151884 = function(arg0, arg1, arg2) {
|
|
4651
|
+
const ret = makeMutClosure(arg0, arg1, 120226, __wbg_adapter_111);
|
|
4657
4652
|
return ret;
|
|
4658
4653
|
};
|
|
4659
|
-
imports.wbg.
|
|
4660
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4654
|
+
imports.wbg.__wbindgen_closure_wrapper172539 = function(arg0, arg1, arg2) {
|
|
4655
|
+
const ret = makeMutClosure(arg0, arg1, 135482, __wbg_adapter_114);
|
|
4661
4656
|
return ret;
|
|
4662
4657
|
};
|
|
4663
|
-
imports.wbg.
|
|
4664
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4658
|
+
imports.wbg.__wbindgen_closure_wrapper172541 = function(arg0, arg1, arg2) {
|
|
4659
|
+
const ret = makeMutClosure(arg0, arg1, 135482, __wbg_adapter_114);
|
|
4665
4660
|
return ret;
|
|
4666
4661
|
};
|
|
4667
|
-
imports.wbg.
|
|
4668
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4662
|
+
imports.wbg.__wbindgen_closure_wrapper19475 = function(arg0, arg1, arg2) {
|
|
4663
|
+
const ret = makeMutClosure(arg0, arg1, 15208, __wbg_adapter_62);
|
|
4669
4664
|
return ret;
|
|
4670
4665
|
};
|
|
4671
|
-
imports.wbg.
|
|
4672
|
-
const ret = makeClosure(arg0, arg1,
|
|
4666
|
+
imports.wbg.__wbindgen_closure_wrapper54877 = function(arg0, arg1, arg2) {
|
|
4667
|
+
const ret = makeClosure(arg0, arg1, 42020, __wbg_adapter_65);
|
|
4673
4668
|
return ret;
|
|
4674
4669
|
};
|
|
4675
|
-
imports.wbg.
|
|
4676
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4670
|
+
imports.wbg.__wbindgen_closure_wrapper67762 = function(arg0, arg1, arg2) {
|
|
4671
|
+
const ret = makeMutClosure(arg0, arg1, 51527, __wbg_adapter_68);
|
|
4677
4672
|
return ret;
|
|
4678
4673
|
};
|
|
4679
|
-
imports.wbg.
|
|
4680
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4674
|
+
imports.wbg.__wbindgen_closure_wrapper67901 = function(arg0, arg1, arg2) {
|
|
4675
|
+
const ret = makeMutClosure(arg0, arg1, 51630, __wbg_adapter_71);
|
|
4681
4676
|
return ret;
|
|
4682
4677
|
};
|
|
4683
|
-
imports.wbg.
|
|
4684
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4678
|
+
imports.wbg.__wbindgen_closure_wrapper71721 = function(arg0, arg1, arg2) {
|
|
4679
|
+
const ret = makeMutClosure(arg0, arg1, 54567, __wbg_adapter_74);
|
|
4685
4680
|
return ret;
|
|
4686
4681
|
};
|
|
4687
|
-
imports.wbg.
|
|
4688
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4682
|
+
imports.wbg.__wbindgen_closure_wrapper72919 = function(arg0, arg1, arg2) {
|
|
4683
|
+
const ret = makeMutClosure(arg0, arg1, 55181, __wbg_adapter_77);
|
|
4689
4684
|
return ret;
|
|
4690
4685
|
};
|
|
4691
|
-
imports.wbg.
|
|
4692
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4686
|
+
imports.wbg.__wbindgen_closure_wrapper72921 = function(arg0, arg1, arg2) {
|
|
4687
|
+
const ret = makeMutClosure(arg0, arg1, 55181, __wbg_adapter_77);
|
|
4693
4688
|
return ret;
|
|
4694
4689
|
};
|
|
4695
|
-
imports.wbg.
|
|
4696
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4690
|
+
imports.wbg.__wbindgen_closure_wrapper72923 = function(arg0, arg1, arg2) {
|
|
4691
|
+
const ret = makeMutClosure(arg0, arg1, 55181, __wbg_adapter_77);
|
|
4697
4692
|
return ret;
|
|
4698
4693
|
};
|
|
4699
|
-
imports.wbg.
|
|
4700
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4694
|
+
imports.wbg.__wbindgen_closure_wrapper77494 = function(arg0, arg1, arg2) {
|
|
4695
|
+
const ret = makeMutClosure(arg0, arg1, 58415, __wbg_adapter_84);
|
|
4701
4696
|
return ret;
|
|
4702
4697
|
};
|
|
4703
|
-
imports.wbg.
|
|
4704
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4698
|
+
imports.wbg.__wbindgen_closure_wrapper78531 = function(arg0, arg1, arg2) {
|
|
4699
|
+
const ret = makeMutClosure(arg0, arg1, 58796, __wbg_adapter_87);
|
|
4705
4700
|
return ret;
|
|
4706
4701
|
};
|
|
4707
|
-
imports.wbg.
|
|
4708
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4702
|
+
imports.wbg.__wbindgen_closure_wrapper80690 = function(arg0, arg1, arg2) {
|
|
4703
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4709
4704
|
return ret;
|
|
4710
4705
|
};
|
|
4711
|
-
imports.wbg.
|
|
4712
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4706
|
+
imports.wbg.__wbindgen_closure_wrapper80692 = function(arg0, arg1, arg2) {
|
|
4707
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_93);
|
|
4713
4708
|
return ret;
|
|
4714
4709
|
};
|
|
4715
|
-
imports.wbg.
|
|
4716
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4710
|
+
imports.wbg.__wbindgen_closure_wrapper80694 = function(arg0, arg1, arg2) {
|
|
4711
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4717
4712
|
return ret;
|
|
4718
4713
|
};
|
|
4719
|
-
imports.wbg.
|
|
4720
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4714
|
+
imports.wbg.__wbindgen_closure_wrapper80696 = function(arg0, arg1, arg2) {
|
|
4715
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4721
4716
|
return ret;
|
|
4722
4717
|
};
|
|
4723
|
-
imports.wbg.
|
|
4724
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4718
|
+
imports.wbg.__wbindgen_closure_wrapper80698 = function(arg0, arg1, arg2) {
|
|
4719
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4725
4720
|
return ret;
|
|
4726
4721
|
};
|
|
4727
|
-
imports.wbg.
|
|
4728
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4722
|
+
imports.wbg.__wbindgen_closure_wrapper80700 = function(arg0, arg1, arg2) {
|
|
4723
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4729
4724
|
return ret;
|
|
4730
4725
|
};
|
|
4731
|
-
imports.wbg.
|
|
4732
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4726
|
+
imports.wbg.__wbindgen_closure_wrapper80702 = function(arg0, arg1, arg2) {
|
|
4727
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4733
4728
|
return ret;
|
|
4734
4729
|
};
|
|
4735
|
-
imports.wbg.
|
|
4736
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4730
|
+
imports.wbg.__wbindgen_closure_wrapper80704 = function(arg0, arg1, arg2) {
|
|
4731
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_90);
|
|
4737
4732
|
return ret;
|
|
4738
4733
|
};
|
|
4739
|
-
imports.wbg.
|
|
4740
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4734
|
+
imports.wbg.__wbindgen_closure_wrapper80706 = function(arg0, arg1, arg2) {
|
|
4735
|
+
const ret = makeMutClosure(arg0, arg1, 60261, __wbg_adapter_108);
|
|
4741
4736
|
return ret;
|
|
4742
4737
|
};
|
|
4743
4738
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -72,7 +72,7 @@ export const op_login_new_success: (a: number) => any;
|
|
|
72
72
|
export const op_login_previous: (a: number) => any;
|
|
73
73
|
export const op_logout: (a: number) => void;
|
|
74
74
|
export const op_motd: (a: number) => any;
|
|
75
|
-
export const op_move_player_to: (a: number, b:
|
|
75
|
+
export const op_move_player_to: (a: number, b: any, c: any, d: any, e: number) => any;
|
|
76
76
|
export const op_native_input: (a: number) => any;
|
|
77
77
|
export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
|
|
78
78
|
export const op_portable_kill: (a: number, b: number, c: number) => any;
|
|
@@ -132,19 +132,19 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
132
132
|
export const __wbindgen_export_7: WebAssembly.Table;
|
|
133
133
|
export const __externref_table_dealloc: (a: number) => void;
|
|
134
134
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
135
|
-
export const
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
135
|
+
export const closure15207_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
136
|
+
export const closure42019_externref_shim: (a: number, b: number, c: any) => void;
|
|
137
|
+
export const closure51526_externref_shim: (a: number, b: number, c: any) => void;
|
|
138
138
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
|
|
139
139
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
|
|
140
|
-
export const
|
|
140
|
+
export const closure55180_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
141
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
|
|
142
142
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
143
|
+
export const closure60260_externref_shim: (a: number, b: number, c: any) => void;
|
|
144
|
+
export const closure60264_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
145
145
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
146
|
+
export const closure120225_externref_shim: (a: number, b: number, c: any) => void;
|
|
147
|
+
export const closure135481_externref_shim: (a: number, b: number, c: any) => void;
|
|
148
|
+
export const closure138374_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
149
149
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
150
150
|
export const __wbindgen_start: (a: number) => void;
|