@dcl-regenesislabs/bevy-explorer-web 0.1.0-18403799308.commit-20d477a → 0.1.0-18467817681.commit-34257c6
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 +2 -2
- package/package.json +3 -3
- package/pkg/webgpu_build.d.ts +9 -7
- package/pkg/webgpu_build.js +61 -49
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +8 -7
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-18467817681.commit-34257c6"
|
package/index.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
</style>
|
|
103
103
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
104
|
-
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
104
|
+
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18467817681.commit-34257c6";</script>
|
|
105
105
|
</head>
|
|
106
106
|
<body>
|
|
107
107
|
<div id="header" class="container">
|
|
@@ -130,6 +130,6 @@
|
|
|
130
130
|
</div>
|
|
131
131
|
<script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
|
|
132
132
|
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
|
|
133
|
-
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
133
|
+
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-18467817681.commit-34257c6/main.js"></script>
|
|
134
134
|
</body>
|
|
135
135
|
</html>
|
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-18467817681.commit-34257c6",
|
|
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-18467817681.commit-34257c6",
|
|
12
|
+
"commit": "34257c68235f45cdcc1aa6610eabace8004c54f1"
|
|
13
13
|
}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ export function op_set_single_permission(state: WorkerContext, id: number, allow
|
|
|
78
78
|
export function op_set_permanent_permission(state: WorkerContext, level: string, value: string | null | undefined, permission_type: any, allow: any): void;
|
|
79
79
|
export function op_get_permanent_permissions(state: WorkerContext, level: string, value?: string | null): Promise<Array<any>>;
|
|
80
80
|
export function op_get_permission_types(arg0: WorkerContext): Array<any>;
|
|
81
|
+
export function op_set_interactable_area(state: WorkerContext, left: number, top: number, right: number, bottom: number): void;
|
|
81
82
|
export function op_testing_enabled(op_state: WorkerContext): boolean;
|
|
82
83
|
export function op_log_test_plan(state: WorkerContext, body: any): void;
|
|
83
84
|
export function op_log_test_result(state: WorkerContext, body: any): void;
|
|
@@ -173,6 +174,7 @@ export interface InitOutput {
|
|
|
173
174
|
readonly op_set_permanent_permission: (a: number, b: number, c: number, d: number, e: number, f: any, g: any) => [number, number];
|
|
174
175
|
readonly op_get_permanent_permissions: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
175
176
|
readonly op_get_permission_types: (a: number) => any;
|
|
177
|
+
readonly op_set_interactable_area: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
176
178
|
readonly op_testing_enabled: (a: number) => number;
|
|
177
179
|
readonly op_log_test_plan: (a: number, b: any) => void;
|
|
178
180
|
readonly op_log_test_result: (a: number, b: any) => void;
|
|
@@ -197,18 +199,18 @@ export interface InitOutput {
|
|
|
197
199
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
198
200
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
201
|
readonly closure15208_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
200
|
-
readonly
|
|
202
|
+
readonly closure47540_externref_shim: (a: number, b: number, c: any) => void;
|
|
201
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
|
|
202
204
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
|
|
203
|
-
readonly
|
|
205
|
+
readonly closure51443_externref_shim: (a: number, b: number, c: any) => void;
|
|
204
206
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
|
|
205
207
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
+
readonly closure56405_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
209
|
+
readonly closure56409_externref_shim: (a: number, b: number, c: any) => void;
|
|
208
210
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h704fbbb35af0f5c1: (a: number, b: number) => void;
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
211
|
+
readonly closure116453_externref_shim: (a: number, b: number, c: any) => void;
|
|
212
|
+
readonly closure131385_externref_shim: (a: number, b: number, c: any) => void;
|
|
213
|
+
readonly closure134289_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
212
214
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
213
215
|
readonly __wbindgen_start: (a: number) => void;
|
|
214
216
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -1136,6 +1136,18 @@ export function op_get_permission_types(arg0) {
|
|
|
1136
1136
|
return ret;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
+
/**
|
|
1140
|
+
* @param {WorkerContext} state
|
|
1141
|
+
* @param {number} left
|
|
1142
|
+
* @param {number} top
|
|
1143
|
+
* @param {number} right
|
|
1144
|
+
* @param {number} bottom
|
|
1145
|
+
*/
|
|
1146
|
+
export function op_set_interactable_area(state, left, top, right, bottom) {
|
|
1147
|
+
_assertClass(state, WorkerContext);
|
|
1148
|
+
wasm.op_set_interactable_area(state.__wbg_ptr, left, top, right, bottom);
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1139
1151
|
/**
|
|
1140
1152
|
* @param {WorkerContext} op_state
|
|
1141
1153
|
* @returns {boolean}
|
|
@@ -1276,7 +1288,7 @@ function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
|
|
|
1276
1288
|
}
|
|
1277
1289
|
|
|
1278
1290
|
function __wbg_adapter_65(arg0, arg1, arg2) {
|
|
1279
|
-
wasm.
|
|
1291
|
+
wasm.closure47540_externref_shim(arg0, arg1, arg2);
|
|
1280
1292
|
}
|
|
1281
1293
|
|
|
1282
1294
|
function __wbg_adapter_68(arg0, arg1) {
|
|
@@ -1288,7 +1300,7 @@ function __wbg_adapter_71(arg0, arg1) {
|
|
|
1288
1300
|
}
|
|
1289
1301
|
|
|
1290
1302
|
function __wbg_adapter_74(arg0, arg1, arg2) {
|
|
1291
|
-
wasm.
|
|
1303
|
+
wasm.closure51443_externref_shim(arg0, arg1, arg2);
|
|
1292
1304
|
}
|
|
1293
1305
|
|
|
1294
1306
|
function __wbg_adapter_81(arg0, arg1) {
|
|
@@ -1300,11 +1312,11 @@ function __wbg_adapter_84(arg0, arg1) {
|
|
|
1300
1312
|
}
|
|
1301
1313
|
|
|
1302
1314
|
function __wbg_adapter_87(arg0, arg1, arg2, arg3) {
|
|
1303
|
-
wasm.
|
|
1315
|
+
wasm.closure56405_externref_shim(arg0, arg1, arg2, arg3);
|
|
1304
1316
|
}
|
|
1305
1317
|
|
|
1306
1318
|
function __wbg_adapter_90(arg0, arg1, arg2) {
|
|
1307
|
-
wasm.
|
|
1319
|
+
wasm.closure56409_externref_shim(arg0, arg1, arg2);
|
|
1308
1320
|
}
|
|
1309
1321
|
|
|
1310
1322
|
function __wbg_adapter_97(arg0, arg1) {
|
|
@@ -1312,15 +1324,15 @@ function __wbg_adapter_97(arg0, arg1) {
|
|
|
1312
1324
|
}
|
|
1313
1325
|
|
|
1314
1326
|
function __wbg_adapter_108(arg0, arg1, arg2) {
|
|
1315
|
-
wasm.
|
|
1327
|
+
wasm.closure116453_externref_shim(arg0, arg1, arg2);
|
|
1316
1328
|
}
|
|
1317
1329
|
|
|
1318
1330
|
function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
1319
|
-
wasm.
|
|
1331
|
+
wasm.closure131385_externref_shim(arg0, arg1, arg2);
|
|
1320
1332
|
}
|
|
1321
1333
|
|
|
1322
|
-
function
|
|
1323
|
-
wasm.
|
|
1334
|
+
function __wbg_adapter_1512(arg0, arg1, arg2, arg3) {
|
|
1335
|
+
wasm.closure134289_externref_shim(arg0, arg1, arg2, arg3);
|
|
1324
1336
|
}
|
|
1325
1337
|
|
|
1326
1338
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
|
@@ -2614,7 +2626,7 @@ function __wbg_get_imports() {
|
|
|
2614
2626
|
const a = state0.a;
|
|
2615
2627
|
state0.a = 0;
|
|
2616
2628
|
try {
|
|
2617
|
-
return
|
|
2629
|
+
return __wbg_adapter_1512(a, state0.b, arg0, arg1);
|
|
2618
2630
|
} finally {
|
|
2619
2631
|
state0.a = a;
|
|
2620
2632
|
}
|
|
@@ -4101,88 +4113,88 @@ function __wbg_get_imports() {
|
|
|
4101
4113
|
const ret = false;
|
|
4102
4114
|
return ret;
|
|
4103
4115
|
};
|
|
4104
|
-
imports.wbg.
|
|
4105
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4116
|
+
imports.wbg.__wbindgen_closure_wrapper149150 = function(arg0, arg1, arg2) {
|
|
4117
|
+
const ret = makeMutClosure(arg0, arg1, 116454, __wbg_adapter_108);
|
|
4106
4118
|
return ret;
|
|
4107
4119
|
};
|
|
4108
|
-
imports.wbg.
|
|
4109
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4120
|
+
imports.wbg.__wbindgen_closure_wrapper169485 = function(arg0, arg1, arg2) {
|
|
4121
|
+
const ret = makeMutClosure(arg0, arg1, 131386, __wbg_adapter_111);
|
|
4110
4122
|
return ret;
|
|
4111
4123
|
};
|
|
4112
|
-
imports.wbg.
|
|
4113
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4124
|
+
imports.wbg.__wbindgen_closure_wrapper169487 = function(arg0, arg1, arg2) {
|
|
4125
|
+
const ret = makeMutClosure(arg0, arg1, 131386, __wbg_adapter_111);
|
|
4114
4126
|
return ret;
|
|
4115
4127
|
};
|
|
4116
4128
|
imports.wbg.__wbindgen_closure_wrapper20075 = function(arg0, arg1, arg2) {
|
|
4117
4129
|
const ret = makeMutClosure(arg0, arg1, 15209, __wbg_adapter_62);
|
|
4118
4130
|
return ret;
|
|
4119
4131
|
};
|
|
4120
|
-
imports.wbg.
|
|
4121
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4132
|
+
imports.wbg.__wbindgen_closure_wrapper63854 = function(arg0, arg1, arg2) {
|
|
4133
|
+
const ret = makeMutClosure(arg0, arg1, 47541, __wbg_adapter_65);
|
|
4122
4134
|
return ret;
|
|
4123
4135
|
};
|
|
4124
|
-
imports.wbg.
|
|
4125
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4136
|
+
imports.wbg.__wbindgen_closure_wrapper64042 = function(arg0, arg1, arg2) {
|
|
4137
|
+
const ret = makeMutClosure(arg0, arg1, 47646, __wbg_adapter_68);
|
|
4126
4138
|
return ret;
|
|
4127
4139
|
};
|
|
4128
|
-
imports.wbg.
|
|
4129
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4140
|
+
imports.wbg.__wbindgen_closure_wrapper68227 = function(arg0, arg1, arg2) {
|
|
4141
|
+
const ret = makeMutClosure(arg0, arg1, 50797, __wbg_adapter_71);
|
|
4130
4142
|
return ret;
|
|
4131
4143
|
};
|
|
4132
|
-
imports.wbg.
|
|
4133
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4144
|
+
imports.wbg.__wbindgen_closure_wrapper70265 = function(arg0, arg1, arg2) {
|
|
4145
|
+
const ret = makeMutClosure(arg0, arg1, 51444, __wbg_adapter_74);
|
|
4134
4146
|
return ret;
|
|
4135
4147
|
};
|
|
4136
|
-
imports.wbg.
|
|
4137
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4148
|
+
imports.wbg.__wbindgen_closure_wrapper70267 = function(arg0, arg1, arg2) {
|
|
4149
|
+
const ret = makeMutClosure(arg0, arg1, 51444, __wbg_adapter_74);
|
|
4138
4150
|
return ret;
|
|
4139
4151
|
};
|
|
4140
|
-
imports.wbg.
|
|
4141
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4152
|
+
imports.wbg.__wbindgen_closure_wrapper70269 = function(arg0, arg1, arg2) {
|
|
4153
|
+
const ret = makeMutClosure(arg0, arg1, 51444, __wbg_adapter_74);
|
|
4142
4154
|
return ret;
|
|
4143
4155
|
};
|
|
4144
|
-
imports.wbg.
|
|
4145
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4156
|
+
imports.wbg.__wbindgen_closure_wrapper73037 = function(arg0, arg1, arg2) {
|
|
4157
|
+
const ret = makeMutClosure(arg0, arg1, 53795, __wbg_adapter_81);
|
|
4146
4158
|
return ret;
|
|
4147
4159
|
};
|
|
4148
|
-
imports.wbg.
|
|
4149
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4160
|
+
imports.wbg.__wbindgen_closure_wrapper74372 = function(arg0, arg1, arg2) {
|
|
4161
|
+
const ret = makeMutClosure(arg0, arg1, 54753, __wbg_adapter_84);
|
|
4150
4162
|
return ret;
|
|
4151
4163
|
};
|
|
4152
|
-
imports.wbg.
|
|
4153
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4164
|
+
imports.wbg.__wbindgen_closure_wrapper77014 = function(arg0, arg1, arg2) {
|
|
4165
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_87);
|
|
4154
4166
|
return ret;
|
|
4155
4167
|
};
|
|
4156
|
-
imports.wbg.
|
|
4157
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4168
|
+
imports.wbg.__wbindgen_closure_wrapper77016 = function(arg0, arg1, arg2) {
|
|
4169
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4158
4170
|
return ret;
|
|
4159
4171
|
};
|
|
4160
|
-
imports.wbg.
|
|
4161
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4172
|
+
imports.wbg.__wbindgen_closure_wrapper77018 = function(arg0, arg1, arg2) {
|
|
4173
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4162
4174
|
return ret;
|
|
4163
4175
|
};
|
|
4164
|
-
imports.wbg.
|
|
4165
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4176
|
+
imports.wbg.__wbindgen_closure_wrapper77020 = function(arg0, arg1, arg2) {
|
|
4177
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4166
4178
|
return ret;
|
|
4167
4179
|
};
|
|
4168
|
-
imports.wbg.
|
|
4169
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4180
|
+
imports.wbg.__wbindgen_closure_wrapper77022 = function(arg0, arg1, arg2) {
|
|
4181
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_97);
|
|
4170
4182
|
return ret;
|
|
4171
4183
|
};
|
|
4172
|
-
imports.wbg.
|
|
4173
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4184
|
+
imports.wbg.__wbindgen_closure_wrapper77024 = function(arg0, arg1, arg2) {
|
|
4185
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4174
4186
|
return ret;
|
|
4175
4187
|
};
|
|
4176
|
-
imports.wbg.
|
|
4177
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4188
|
+
imports.wbg.__wbindgen_closure_wrapper77026 = function(arg0, arg1, arg2) {
|
|
4189
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4178
4190
|
return ret;
|
|
4179
4191
|
};
|
|
4180
|
-
imports.wbg.
|
|
4181
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4192
|
+
imports.wbg.__wbindgen_closure_wrapper77028 = function(arg0, arg1, arg2) {
|
|
4193
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4182
4194
|
return ret;
|
|
4183
4195
|
};
|
|
4184
|
-
imports.wbg.
|
|
4185
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4196
|
+
imports.wbg.__wbindgen_closure_wrapper77030 = function(arg0, arg1, arg2) {
|
|
4197
|
+
const ret = makeMutClosure(arg0, arg1, 56406, __wbg_adapter_90);
|
|
4186
4198
|
return ret;
|
|
4187
4199
|
};
|
|
4188
4200
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -75,6 +75,7 @@ export const op_set_single_permission: (a: number, b: number, c: number) => void
|
|
|
75
75
|
export const op_set_permanent_permission: (a: number, b: number, c: number, d: number, e: number, f: any, g: any) => [number, number];
|
|
76
76
|
export const op_get_permanent_permissions: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
77
77
|
export const op_get_permission_types: (a: number) => any;
|
|
78
|
+
export const op_set_interactable_area: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
78
79
|
export const op_testing_enabled: (a: number) => number;
|
|
79
80
|
export const op_log_test_plan: (a: number, b: any) => void;
|
|
80
81
|
export const op_log_test_result: (a: number, b: any) => void;
|
|
@@ -99,17 +100,17 @@ export const __wbindgen_export_7: WebAssembly.Table;
|
|
|
99
100
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
100
101
|
export const __externref_table_dealloc: (a: number) => void;
|
|
101
102
|
export const closure15208_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
102
|
-
export const
|
|
103
|
+
export const closure47540_externref_shim: (a: number, b: number, c: any) => void;
|
|
103
104
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
|
|
104
105
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
|
|
105
|
-
export const
|
|
106
|
+
export const closure51443_externref_shim: (a: number, b: number, c: any) => void;
|
|
106
107
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
|
|
107
108
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
|
|
108
|
-
export const
|
|
109
|
-
export const
|
|
109
|
+
export const closure56405_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
110
|
+
export const closure56409_externref_shim: (a: number, b: number, c: any) => void;
|
|
110
111
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h704fbbb35af0f5c1: (a: number, b: number) => void;
|
|
111
|
-
export const
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
112
|
+
export const closure116453_externref_shim: (a: number, b: number, c: any) => void;
|
|
113
|
+
export const closure131385_externref_shim: (a: number, b: number, c: any) => void;
|
|
114
|
+
export const closure134289_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
114
115
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
115
116
|
export const __wbindgen_start: (a: number) => void;
|