@dcl-regenesislabs/bevy-explorer-web 0.1.0-22898606668.commit-6280548 → 0.1.0-22962222382.commit-e7df5e6
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 +10 -8
- package/pkg/webgpu_build.js +65 -52
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +9 -8
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-22962222382.commit-e7df5e6"
|
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-22962222382.commit-e7df5e6";</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-22962222382.commit-e7df5e6",
|
|
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-22962222382.commit-e7df5e6",
|
|
12
|
+
"commit": "e7df5e659482f7b3d22402a954241460b9553399"
|
|
13
13
|
}
|
package/pkg/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wasmSize":
|
|
1
|
+
{"wasmSize":115668295}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ export function op_set_setting(state: WorkerContext, name: string, val: number):
|
|
|
77
77
|
export function op_get_user_data(state: WorkerContext): Promise<any>;
|
|
78
78
|
export function op_get_player_data(state: WorkerContext, id: string): Promise<any>;
|
|
79
79
|
export function op_move_player_to(op_state: WorkerContext, position: any, camera_target: any, avatar_target: any, duration?: number | null): Promise<boolean>;
|
|
80
|
+
export function op_walk_player_to(op_state: WorkerContext, position: any, stop_threshold: number, timeout?: number | null): Promise<boolean>;
|
|
80
81
|
export function op_teleport_to(state: WorkerContext, position_x: number, position_y: number): Promise<boolean>;
|
|
81
82
|
export function op_change_realm(state: WorkerContext, realm: string, message?: string | null): Promise<boolean>;
|
|
82
83
|
export function op_external_url(state: WorkerContext, url: string): Promise<boolean>;
|
|
@@ -268,6 +269,7 @@ export interface InitOutput {
|
|
|
268
269
|
readonly op_testing_enabled: (a: number) => number;
|
|
269
270
|
readonly op_ui_focus: (a: number, b: number, c: number, d: number) => any;
|
|
270
271
|
readonly op_unsubscribe: (a: number, b: number, c: number) => void;
|
|
272
|
+
readonly op_walk_player_to: (a: number, b: any, c: number, d: number) => any;
|
|
271
273
|
readonly op_webstorage_clear: (a: number) => void;
|
|
272
274
|
readonly op_webstorage_get: (a: number, b: number, c: number) => [number, number];
|
|
273
275
|
readonly op_webstorage_has: (a: number, b: number, c: number) => number;
|
|
@@ -291,19 +293,19 @@ export interface InitOutput {
|
|
|
291
293
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
292
294
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
293
295
|
readonly closure15285_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
294
|
-
readonly
|
|
295
|
-
readonly
|
|
296
|
+
readonly closure42105_externref_shim: (a: number, b: number, c: any) => void;
|
|
297
|
+
readonly closure51616_externref_shim: (a: number, b: number, c: any) => void;
|
|
296
298
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
|
|
297
299
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
|
|
298
|
-
readonly
|
|
300
|
+
readonly closure55270_externref_shim: (a: number, b: number, c: any) => void;
|
|
299
301
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
|
|
300
302
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
+
readonly closure60350_externref_shim: (a: number, b: number, c: any) => void;
|
|
304
|
+
readonly closure60354_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
303
305
|
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
|
|
304
|
-
readonly
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
306
|
+
readonly closure120315_externref_shim: (a: number, b: number, c: any) => void;
|
|
307
|
+
readonly closure135571_externref_shim: (a: number, b: number, c: any) => void;
|
|
308
|
+
readonly closure138464_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
307
309
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
308
310
|
readonly __wbindgen_start: (a: number) => void;
|
|
309
311
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -1053,6 +1053,19 @@ export function op_move_player_to(op_state, position, camera_target, avatar_targ
|
|
|
1053
1053
|
return ret;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
|
+
/**
|
|
1057
|
+
* @param {WorkerContext} op_state
|
|
1058
|
+
* @param {any} position
|
|
1059
|
+
* @param {number} stop_threshold
|
|
1060
|
+
* @param {number | null} [timeout]
|
|
1061
|
+
* @returns {Promise<boolean>}
|
|
1062
|
+
*/
|
|
1063
|
+
export function op_walk_player_to(op_state, position, stop_threshold, timeout) {
|
|
1064
|
+
_assertClass(op_state, WorkerContext);
|
|
1065
|
+
const ret = wasm.op_walk_player_to(op_state.__wbg_ptr, position, stop_threshold, isLikeNone(timeout) ? 0x100000001 : Math.fround(timeout));
|
|
1066
|
+
return ret;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1056
1069
|
/**
|
|
1057
1070
|
* @param {WorkerContext} state
|
|
1058
1071
|
* @param {number} position_x
|
|
@@ -1463,11 +1476,11 @@ function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
|
|
|
1463
1476
|
}
|
|
1464
1477
|
|
|
1465
1478
|
function __wbg_adapter_65(arg0, arg1, arg2) {
|
|
1466
|
-
wasm.
|
|
1479
|
+
wasm.closure42105_externref_shim(arg0, arg1, arg2);
|
|
1467
1480
|
}
|
|
1468
1481
|
|
|
1469
1482
|
function __wbg_adapter_68(arg0, arg1, arg2) {
|
|
1470
|
-
wasm.
|
|
1483
|
+
wasm.closure51616_externref_shim(arg0, arg1, arg2);
|
|
1471
1484
|
}
|
|
1472
1485
|
|
|
1473
1486
|
function __wbg_adapter_71(arg0, arg1) {
|
|
@@ -1479,7 +1492,7 @@ function __wbg_adapter_74(arg0, arg1) {
|
|
|
1479
1492
|
}
|
|
1480
1493
|
|
|
1481
1494
|
function __wbg_adapter_77(arg0, arg1, arg2) {
|
|
1482
|
-
wasm.
|
|
1495
|
+
wasm.closure55270_externref_shim(arg0, arg1, arg2);
|
|
1483
1496
|
}
|
|
1484
1497
|
|
|
1485
1498
|
function __wbg_adapter_84(arg0, arg1) {
|
|
@@ -1491,11 +1504,11 @@ function __wbg_adapter_87(arg0, arg1) {
|
|
|
1491
1504
|
}
|
|
1492
1505
|
|
|
1493
1506
|
function __wbg_adapter_90(arg0, arg1, arg2) {
|
|
1494
|
-
wasm.
|
|
1507
|
+
wasm.closure60350_externref_shim(arg0, arg1, arg2);
|
|
1495
1508
|
}
|
|
1496
1509
|
|
|
1497
1510
|
function __wbg_adapter_93(arg0, arg1, arg2, arg3) {
|
|
1498
|
-
wasm.
|
|
1511
|
+
wasm.closure60354_externref_shim(arg0, arg1, arg2, arg3);
|
|
1499
1512
|
}
|
|
1500
1513
|
|
|
1501
1514
|
function __wbg_adapter_108(arg0, arg1) {
|
|
@@ -1503,15 +1516,15 @@ function __wbg_adapter_108(arg0, arg1) {
|
|
|
1503
1516
|
}
|
|
1504
1517
|
|
|
1505
1518
|
function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
1506
|
-
wasm.
|
|
1519
|
+
wasm.closure120315_externref_shim(arg0, arg1, arg2);
|
|
1507
1520
|
}
|
|
1508
1521
|
|
|
1509
1522
|
function __wbg_adapter_114(arg0, arg1, arg2) {
|
|
1510
|
-
wasm.
|
|
1523
|
+
wasm.closure135571_externref_shim(arg0, arg1, arg2);
|
|
1511
1524
|
}
|
|
1512
1525
|
|
|
1513
|
-
function
|
|
1514
|
-
wasm.
|
|
1526
|
+
function __wbg_adapter_1591(arg0, arg1, arg2, arg3) {
|
|
1527
|
+
wasm.closure138464_externref_shim(arg0, arg1, arg2, arg3);
|
|
1515
1528
|
}
|
|
1516
1529
|
|
|
1517
1530
|
/**
|
|
@@ -3060,7 +3073,7 @@ function __wbg_get_imports() {
|
|
|
3060
3073
|
const a = state0.a;
|
|
3061
3074
|
state0.a = 0;
|
|
3062
3075
|
try {
|
|
3063
|
-
return
|
|
3076
|
+
return __wbg_adapter_1591(a, state0.b, arg0, arg1);
|
|
3064
3077
|
} finally {
|
|
3065
3078
|
state0.a = a;
|
|
3066
3079
|
}
|
|
@@ -4661,92 +4674,92 @@ function __wbg_get_imports() {
|
|
|
4661
4674
|
const ret = false;
|
|
4662
4675
|
return ret;
|
|
4663
4676
|
};
|
|
4664
|
-
imports.wbg.
|
|
4665
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4677
|
+
imports.wbg.__wbindgen_closure_wrapper151999 = function(arg0, arg1, arg2) {
|
|
4678
|
+
const ret = makeMutClosure(arg0, arg1, 120316, __wbg_adapter_111);
|
|
4666
4679
|
return ret;
|
|
4667
4680
|
};
|
|
4668
|
-
imports.wbg.
|
|
4669
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4681
|
+
imports.wbg.__wbindgen_closure_wrapper172654 = function(arg0, arg1, arg2) {
|
|
4682
|
+
const ret = makeMutClosure(arg0, arg1, 135572, __wbg_adapter_114);
|
|
4670
4683
|
return ret;
|
|
4671
4684
|
};
|
|
4672
|
-
imports.wbg.
|
|
4673
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4685
|
+
imports.wbg.__wbindgen_closure_wrapper172656 = function(arg0, arg1, arg2) {
|
|
4686
|
+
const ret = makeMutClosure(arg0, arg1, 135572, __wbg_adapter_114);
|
|
4674
4687
|
return ret;
|
|
4675
4688
|
};
|
|
4676
4689
|
imports.wbg.__wbindgen_closure_wrapper19574 = function(arg0, arg1, arg2) {
|
|
4677
4690
|
const ret = makeMutClosure(arg0, arg1, 15286, __wbg_adapter_62);
|
|
4678
4691
|
return ret;
|
|
4679
4692
|
};
|
|
4680
|
-
imports.wbg.
|
|
4681
|
-
const ret = makeClosure(arg0, arg1,
|
|
4693
|
+
imports.wbg.__wbindgen_closure_wrapper54985 = function(arg0, arg1, arg2) {
|
|
4694
|
+
const ret = makeClosure(arg0, arg1, 42106, __wbg_adapter_65);
|
|
4682
4695
|
return ret;
|
|
4683
4696
|
};
|
|
4684
|
-
imports.wbg.
|
|
4685
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4697
|
+
imports.wbg.__wbindgen_closure_wrapper67877 = function(arg0, arg1, arg2) {
|
|
4698
|
+
const ret = makeMutClosure(arg0, arg1, 51617, __wbg_adapter_68);
|
|
4686
4699
|
return ret;
|
|
4687
4700
|
};
|
|
4688
|
-
imports.wbg.
|
|
4689
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4701
|
+
imports.wbg.__wbindgen_closure_wrapper68016 = function(arg0, arg1, arg2) {
|
|
4702
|
+
const ret = makeMutClosure(arg0, arg1, 51720, __wbg_adapter_71);
|
|
4690
4703
|
return ret;
|
|
4691
4704
|
};
|
|
4692
|
-
imports.wbg.
|
|
4693
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4705
|
+
imports.wbg.__wbindgen_closure_wrapper71836 = function(arg0, arg1, arg2) {
|
|
4706
|
+
const ret = makeMutClosure(arg0, arg1, 54657, __wbg_adapter_74);
|
|
4694
4707
|
return ret;
|
|
4695
4708
|
};
|
|
4696
|
-
imports.wbg.
|
|
4697
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4709
|
+
imports.wbg.__wbindgen_closure_wrapper73034 = function(arg0, arg1, arg2) {
|
|
4710
|
+
const ret = makeMutClosure(arg0, arg1, 55271, __wbg_adapter_77);
|
|
4698
4711
|
return ret;
|
|
4699
4712
|
};
|
|
4700
|
-
imports.wbg.
|
|
4701
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4713
|
+
imports.wbg.__wbindgen_closure_wrapper73036 = function(arg0, arg1, arg2) {
|
|
4714
|
+
const ret = makeMutClosure(arg0, arg1, 55271, __wbg_adapter_77);
|
|
4702
4715
|
return ret;
|
|
4703
4716
|
};
|
|
4704
|
-
imports.wbg.
|
|
4705
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4717
|
+
imports.wbg.__wbindgen_closure_wrapper73038 = function(arg0, arg1, arg2) {
|
|
4718
|
+
const ret = makeMutClosure(arg0, arg1, 55271, __wbg_adapter_77);
|
|
4706
4719
|
return ret;
|
|
4707
4720
|
};
|
|
4708
|
-
imports.wbg.
|
|
4709
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4721
|
+
imports.wbg.__wbindgen_closure_wrapper77609 = function(arg0, arg1, arg2) {
|
|
4722
|
+
const ret = makeMutClosure(arg0, arg1, 58505, __wbg_adapter_84);
|
|
4710
4723
|
return ret;
|
|
4711
4724
|
};
|
|
4712
|
-
imports.wbg.
|
|
4713
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4725
|
+
imports.wbg.__wbindgen_closure_wrapper78646 = function(arg0, arg1, arg2) {
|
|
4726
|
+
const ret = makeMutClosure(arg0, arg1, 58886, __wbg_adapter_87);
|
|
4714
4727
|
return ret;
|
|
4715
4728
|
};
|
|
4716
|
-
imports.wbg.
|
|
4717
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4729
|
+
imports.wbg.__wbindgen_closure_wrapper80805 = function(arg0, arg1, arg2) {
|
|
4730
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4718
4731
|
return ret;
|
|
4719
4732
|
};
|
|
4720
|
-
imports.wbg.
|
|
4721
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4733
|
+
imports.wbg.__wbindgen_closure_wrapper80807 = function(arg0, arg1, arg2) {
|
|
4734
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_93);
|
|
4722
4735
|
return ret;
|
|
4723
4736
|
};
|
|
4724
|
-
imports.wbg.
|
|
4725
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4737
|
+
imports.wbg.__wbindgen_closure_wrapper80809 = function(arg0, arg1, arg2) {
|
|
4738
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4726
4739
|
return ret;
|
|
4727
4740
|
};
|
|
4728
|
-
imports.wbg.
|
|
4729
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4741
|
+
imports.wbg.__wbindgen_closure_wrapper80811 = function(arg0, arg1, arg2) {
|
|
4742
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4730
4743
|
return ret;
|
|
4731
4744
|
};
|
|
4732
|
-
imports.wbg.
|
|
4733
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4745
|
+
imports.wbg.__wbindgen_closure_wrapper80813 = function(arg0, arg1, arg2) {
|
|
4746
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4734
4747
|
return ret;
|
|
4735
4748
|
};
|
|
4736
|
-
imports.wbg.
|
|
4737
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4749
|
+
imports.wbg.__wbindgen_closure_wrapper80815 = function(arg0, arg1, arg2) {
|
|
4750
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4738
4751
|
return ret;
|
|
4739
4752
|
};
|
|
4740
|
-
imports.wbg.
|
|
4741
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4753
|
+
imports.wbg.__wbindgen_closure_wrapper80817 = function(arg0, arg1, arg2) {
|
|
4754
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4742
4755
|
return ret;
|
|
4743
4756
|
};
|
|
4744
|
-
imports.wbg.
|
|
4745
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4757
|
+
imports.wbg.__wbindgen_closure_wrapper80819 = function(arg0, arg1, arg2) {
|
|
4758
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_90);
|
|
4746
4759
|
return ret;
|
|
4747
4760
|
};
|
|
4748
|
-
imports.wbg.
|
|
4749
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4761
|
+
imports.wbg.__wbindgen_closure_wrapper80821 = function(arg0, arg1, arg2) {
|
|
4762
|
+
const ret = makeMutClosure(arg0, arg1, 60351, __wbg_adapter_108);
|
|
4750
4763
|
return ret;
|
|
4751
4764
|
};
|
|
4752
4765
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -111,6 +111,7 @@ export const op_teleport_to: (a: number, b: number, c: number) => any;
|
|
|
111
111
|
export const op_testing_enabled: (a: number) => number;
|
|
112
112
|
export const op_ui_focus: (a: number, b: number, c: number, d: number) => any;
|
|
113
113
|
export const op_unsubscribe: (a: number, b: number, c: number) => void;
|
|
114
|
+
export const op_walk_player_to: (a: number, b: any, c: number, d: number) => any;
|
|
114
115
|
export const op_webstorage_clear: (a: number) => void;
|
|
115
116
|
export const op_webstorage_get: (a: number, b: number, c: number) => [number, number];
|
|
116
117
|
export const op_webstorage_has: (a: number, b: number, c: number) => number;
|
|
@@ -134,18 +135,18 @@ export const __wbindgen_export_7: WebAssembly.Table;
|
|
|
134
135
|
export const __externref_table_dealloc: (a: number) => void;
|
|
135
136
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
136
137
|
export const closure15285_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
138
|
+
export const closure42105_externref_shim: (a: number, b: number, c: any) => void;
|
|
139
|
+
export const closure51616_externref_shim: (a: number, b: number, c: any) => void;
|
|
139
140
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
|
|
140
141
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______15: (a: number, b: number) => void;
|
|
141
|
-
export const
|
|
142
|
+
export const closure55270_externref_shim: (a: number, b: number, c: any) => void;
|
|
142
143
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
|
|
143
144
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______18: (a: number, b: number) => void;
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
145
|
+
export const closure60350_externref_shim: (a: number, b: number, c: any) => void;
|
|
146
|
+
export const closure60354_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
146
147
|
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______21: (a: number, b: number) => void;
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
-
export const
|
|
148
|
+
export const closure120315_externref_shim: (a: number, b: number, c: any) => void;
|
|
149
|
+
export const closure135571_externref_shim: (a: number, b: number, c: any) => void;
|
|
150
|
+
export const closure138464_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
150
151
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
151
152
|
export const __wbindgen_start: (a: number) => void;
|