@dcl-regenesislabs/bevy-explorer-web 0.1.0-19510592754.commit-e067eb7 → 0.1.0-19569096615.commit-03eb821
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 -9
- package/pkg/webgpu_build.js +54 -53
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +8 -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-19569096615.commit-03eb821"
|
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-19569096615.commit-03eb821";</script>
|
|
105
105
|
</head>
|
|
106
106
|
<body>
|
|
107
107
|
<div id="header" class="container">
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
</div>
|
|
136
136
|
<script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
|
|
137
137
|
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
|
|
138
|
-
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
138
|
+
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-19569096615.commit-03eb821/main.js"></script>
|
|
139
139
|
</body>
|
|
140
140
|
</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-19569096615.commit-03eb821",
|
|
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-19569096615.commit-03eb821",
|
|
12
|
+
"commit": "03eb8212286fab1fdafbb7e677a9766cb74edc00"
|
|
13
13
|
}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export function op_external_url(state: WorkerContext, url: string): Promise<bool
|
|
|
37
37
|
export function op_emote(op_state: WorkerContext, emote: string): void;
|
|
38
38
|
export function op_scene_emote(op_state: WorkerContext, emote: string, looping: boolean): Promise<void>;
|
|
39
39
|
export function op_open_nft_dialog(op_state: WorkerContext, urn: string): Promise<void>;
|
|
40
|
-
export function
|
|
40
|
+
export function op_ui_focus(op_state: WorkerContext, apply: boolean, element_id?: string | null): Promise<any>;
|
|
41
41
|
export function op_copy_to_clipboard(op_state: WorkerContext, text: string): Promise<void>;
|
|
42
42
|
export function op_read_file(op_state: WorkerContext, filename: string): Promise<any>;
|
|
43
43
|
export function op_scene_information(op_state: WorkerContext): Promise<any>;
|
|
@@ -138,7 +138,7 @@ export interface InitOutput {
|
|
|
138
138
|
readonly op_emote: (a: number, b: number, c: number) => void;
|
|
139
139
|
readonly op_scene_emote: (a: number, b: number, c: number, d: number) => any;
|
|
140
140
|
readonly op_open_nft_dialog: (a: number, b: number, c: number) => any;
|
|
141
|
-
readonly
|
|
141
|
+
readonly op_ui_focus: (a: number, b: number, c: number, d: number) => any;
|
|
142
142
|
readonly op_copy_to_clipboard: (a: number, b: number, c: number) => any;
|
|
143
143
|
readonly op_read_file: (a: number, b: number, c: number) => any;
|
|
144
144
|
readonly op_scene_information: (a: number) => any;
|
|
@@ -209,18 +209,18 @@ export interface InitOutput {
|
|
|
209
209
|
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
210
210
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
211
211
|
readonly closure15250_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
212
|
-
readonly
|
|
212
|
+
readonly closure47752_externref_shim: (a: number, b: number, c: any) => void;
|
|
213
213
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
|
|
214
214
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
|
|
215
|
-
readonly
|
|
215
|
+
readonly closure51580_externref_shim: (a: number, b: number, c: any) => void;
|
|
216
216
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
|
|
217
217
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
|
|
218
|
-
readonly
|
|
218
|
+
readonly closure56623_externref_shim: (a: number, b: number, c: any) => void;
|
|
219
219
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0c78161a9a71767b: (a: number, b: number) => void;
|
|
220
|
-
readonly
|
|
221
|
-
readonly
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
220
|
+
readonly closure56636_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
221
|
+
readonly closure116796_externref_shim: (a: number, b: number, c: any) => void;
|
|
222
|
+
readonly closure131827_externref_shim: (a: number, b: number, c: any) => void;
|
|
223
|
+
readonly closure134731_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
224
224
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
225
225
|
readonly __wbindgen_start: (a: number) => void;
|
|
226
226
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -660,14 +660,15 @@ export function op_open_nft_dialog(op_state, urn) {
|
|
|
660
660
|
|
|
661
661
|
/**
|
|
662
662
|
* @param {WorkerContext} op_state
|
|
663
|
-
* @param {
|
|
664
|
-
* @
|
|
663
|
+
* @param {boolean} apply
|
|
664
|
+
* @param {string | null} [element_id]
|
|
665
|
+
* @returns {Promise<any>}
|
|
665
666
|
*/
|
|
666
|
-
export function
|
|
667
|
+
export function op_ui_focus(op_state, apply, element_id) {
|
|
667
668
|
_assertClass(op_state, WorkerContext);
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
const ret = wasm.
|
|
669
|
+
var ptr0 = isLikeNone(element_id) ? 0 : passStringToWasm0(element_id, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
670
|
+
var len0 = WASM_VECTOR_LEN;
|
|
671
|
+
const ret = wasm.op_ui_focus(op_state.__wbg_ptr, apply, ptr0, len0);
|
|
671
672
|
return ret;
|
|
672
673
|
}
|
|
673
674
|
|
|
@@ -1341,7 +1342,7 @@ function __wbg_adapter_62(arg0, arg1, arg2, arg3) {
|
|
|
1341
1342
|
}
|
|
1342
1343
|
|
|
1343
1344
|
function __wbg_adapter_65(arg0, arg1, arg2) {
|
|
1344
|
-
wasm.
|
|
1345
|
+
wasm.closure47752_externref_shim(arg0, arg1, arg2);
|
|
1345
1346
|
}
|
|
1346
1347
|
|
|
1347
1348
|
function __wbg_adapter_68(arg0, arg1) {
|
|
@@ -1353,7 +1354,7 @@ function __wbg_adapter_71(arg0, arg1) {
|
|
|
1353
1354
|
}
|
|
1354
1355
|
|
|
1355
1356
|
function __wbg_adapter_74(arg0, arg1, arg2) {
|
|
1356
|
-
wasm.
|
|
1357
|
+
wasm.closure51580_externref_shim(arg0, arg1, arg2);
|
|
1357
1358
|
}
|
|
1358
1359
|
|
|
1359
1360
|
function __wbg_adapter_81(arg0, arg1) {
|
|
@@ -1365,7 +1366,7 @@ function __wbg_adapter_84(arg0, arg1) {
|
|
|
1365
1366
|
}
|
|
1366
1367
|
|
|
1367
1368
|
function __wbg_adapter_87(arg0, arg1, arg2) {
|
|
1368
|
-
wasm.
|
|
1369
|
+
wasm.closure56623_externref_shim(arg0, arg1, arg2);
|
|
1369
1370
|
}
|
|
1370
1371
|
|
|
1371
1372
|
function __wbg_adapter_98(arg0, arg1) {
|
|
@@ -1373,19 +1374,19 @@ function __wbg_adapter_98(arg0, arg1) {
|
|
|
1373
1374
|
}
|
|
1374
1375
|
|
|
1375
1376
|
function __wbg_adapter_105(arg0, arg1, arg2, arg3) {
|
|
1376
|
-
wasm.
|
|
1377
|
+
wasm.closure56636_externref_shim(arg0, arg1, arg2, arg3);
|
|
1377
1378
|
}
|
|
1378
1379
|
|
|
1379
1380
|
function __wbg_adapter_108(arg0, arg1, arg2) {
|
|
1380
|
-
wasm.
|
|
1381
|
+
wasm.closure116796_externref_shim(arg0, arg1, arg2);
|
|
1381
1382
|
}
|
|
1382
1383
|
|
|
1383
1384
|
function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
1384
|
-
wasm.
|
|
1385
|
+
wasm.closure131827_externref_shim(arg0, arg1, arg2);
|
|
1385
1386
|
}
|
|
1386
1387
|
|
|
1387
1388
|
function __wbg_adapter_1529(arg0, arg1, arg2, arg3) {
|
|
1388
|
-
wasm.
|
|
1389
|
+
wasm.closure134731_externref_shim(arg0, arg1, arg2, arg3);
|
|
1389
1390
|
}
|
|
1390
1391
|
|
|
1391
1392
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
|
@@ -4203,88 +4204,88 @@ function __wbg_get_imports() {
|
|
|
4203
4204
|
const ret = false;
|
|
4204
4205
|
return ret;
|
|
4205
4206
|
};
|
|
4206
|
-
imports.wbg.
|
|
4207
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4207
|
+
imports.wbg.__wbindgen_closure_wrapper149595 = function(arg0, arg1, arg2) {
|
|
4208
|
+
const ret = makeMutClosure(arg0, arg1, 116797, __wbg_adapter_108);
|
|
4208
4209
|
return ret;
|
|
4209
4210
|
};
|
|
4210
|
-
imports.wbg.
|
|
4211
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4211
|
+
imports.wbg.__wbindgen_closure_wrapper170046 = function(arg0, arg1, arg2) {
|
|
4212
|
+
const ret = makeMutClosure(arg0, arg1, 131828, __wbg_adapter_111);
|
|
4212
4213
|
return ret;
|
|
4213
4214
|
};
|
|
4214
|
-
imports.wbg.
|
|
4215
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4215
|
+
imports.wbg.__wbindgen_closure_wrapper170048 = function(arg0, arg1, arg2) {
|
|
4216
|
+
const ret = makeMutClosure(arg0, arg1, 131828, __wbg_adapter_111);
|
|
4216
4217
|
return ret;
|
|
4217
4218
|
};
|
|
4218
4219
|
imports.wbg.__wbindgen_closure_wrapper20137 = function(arg0, arg1, arg2) {
|
|
4219
4220
|
const ret = makeMutClosure(arg0, arg1, 15251, __wbg_adapter_62);
|
|
4220
4221
|
return ret;
|
|
4221
4222
|
};
|
|
4222
|
-
imports.wbg.
|
|
4223
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4223
|
+
imports.wbg.__wbindgen_closure_wrapper64155 = function(arg0, arg1, arg2) {
|
|
4224
|
+
const ret = makeMutClosure(arg0, arg1, 47753, __wbg_adapter_65);
|
|
4224
4225
|
return ret;
|
|
4225
4226
|
};
|
|
4226
|
-
imports.wbg.
|
|
4227
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4227
|
+
imports.wbg.__wbindgen_closure_wrapper64343 = function(arg0, arg1, arg2) {
|
|
4228
|
+
const ret = makeMutClosure(arg0, arg1, 47858, __wbg_adapter_68);
|
|
4228
4229
|
return ret;
|
|
4229
4230
|
};
|
|
4230
|
-
imports.wbg.
|
|
4231
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4231
|
+
imports.wbg.__wbindgen_closure_wrapper68368 = function(arg0, arg1, arg2) {
|
|
4232
|
+
const ret = makeMutClosure(arg0, arg1, 50934, __wbg_adapter_71);
|
|
4232
4233
|
return ret;
|
|
4233
4234
|
};
|
|
4234
|
-
imports.wbg.
|
|
4235
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4235
|
+
imports.wbg.__wbindgen_closure_wrapper70406 = function(arg0, arg1, arg2) {
|
|
4236
|
+
const ret = makeMutClosure(arg0, arg1, 51581, __wbg_adapter_74);
|
|
4236
4237
|
return ret;
|
|
4237
4238
|
};
|
|
4238
|
-
imports.wbg.
|
|
4239
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4239
|
+
imports.wbg.__wbindgen_closure_wrapper70408 = function(arg0, arg1, arg2) {
|
|
4240
|
+
const ret = makeMutClosure(arg0, arg1, 51581, __wbg_adapter_74);
|
|
4240
4241
|
return ret;
|
|
4241
4242
|
};
|
|
4242
|
-
imports.wbg.
|
|
4243
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4243
|
+
imports.wbg.__wbindgen_closure_wrapper70410 = function(arg0, arg1, arg2) {
|
|
4244
|
+
const ret = makeMutClosure(arg0, arg1, 51581, __wbg_adapter_74);
|
|
4244
4245
|
return ret;
|
|
4245
4246
|
};
|
|
4246
|
-
imports.wbg.
|
|
4247
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4247
|
+
imports.wbg.__wbindgen_closure_wrapper74261 = function(arg0, arg1, arg2) {
|
|
4248
|
+
const ret = makeMutClosure(arg0, arg1, 54806, __wbg_adapter_81);
|
|
4248
4249
|
return ret;
|
|
4249
4250
|
};
|
|
4250
|
-
imports.wbg.
|
|
4251
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4251
|
+
imports.wbg.__wbindgen_closure_wrapper75081 = function(arg0, arg1, arg2) {
|
|
4252
|
+
const ret = makeMutClosure(arg0, arg1, 55123, __wbg_adapter_84);
|
|
4252
4253
|
return ret;
|
|
4253
4254
|
};
|
|
4254
|
-
imports.wbg.
|
|
4255
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4255
|
+
imports.wbg.__wbindgen_closure_wrapper77322 = function(arg0, arg1, arg2) {
|
|
4256
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4256
4257
|
return ret;
|
|
4257
4258
|
};
|
|
4258
|
-
imports.wbg.
|
|
4259
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4259
|
+
imports.wbg.__wbindgen_closure_wrapper77324 = function(arg0, arg1, arg2) {
|
|
4260
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4260
4261
|
return ret;
|
|
4261
4262
|
};
|
|
4262
|
-
imports.wbg.
|
|
4263
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4263
|
+
imports.wbg.__wbindgen_closure_wrapper77326 = function(arg0, arg1, arg2) {
|
|
4264
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4264
4265
|
return ret;
|
|
4265
4266
|
};
|
|
4266
|
-
imports.wbg.
|
|
4267
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4267
|
+
imports.wbg.__wbindgen_closure_wrapper77328 = function(arg0, arg1, arg2) {
|
|
4268
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4268
4269
|
return ret;
|
|
4269
4270
|
};
|
|
4270
|
-
imports.wbg.
|
|
4271
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4271
|
+
imports.wbg.__wbindgen_closure_wrapper77330 = function(arg0, arg1, arg2) {
|
|
4272
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4272
4273
|
return ret;
|
|
4273
4274
|
};
|
|
4274
|
-
imports.wbg.
|
|
4275
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4275
|
+
imports.wbg.__wbindgen_closure_wrapper77332 = function(arg0, arg1, arg2) {
|
|
4276
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_98);
|
|
4276
4277
|
return ret;
|
|
4277
4278
|
};
|
|
4278
|
-
imports.wbg.
|
|
4279
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4279
|
+
imports.wbg.__wbindgen_closure_wrapper77334 = function(arg0, arg1, arg2) {
|
|
4280
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4280
4281
|
return ret;
|
|
4281
4282
|
};
|
|
4282
|
-
imports.wbg.
|
|
4283
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4283
|
+
imports.wbg.__wbindgen_closure_wrapper77336 = function(arg0, arg1, arg2) {
|
|
4284
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_87);
|
|
4284
4285
|
return ret;
|
|
4285
4286
|
};
|
|
4286
|
-
imports.wbg.
|
|
4287
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4287
|
+
imports.wbg.__wbindgen_closure_wrapper77338 = function(arg0, arg1, arg2) {
|
|
4288
|
+
const ret = makeMutClosure(arg0, arg1, 56624, __wbg_adapter_105);
|
|
4288
4289
|
return ret;
|
|
4289
4290
|
};
|
|
4290
4291
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -34,7 +34,7 @@ export const op_external_url: (a: number, b: number, c: number) => any;
|
|
|
34
34
|
export const op_emote: (a: number, b: number, c: number) => void;
|
|
35
35
|
export const op_scene_emote: (a: number, b: number, c: number, d: number) => any;
|
|
36
36
|
export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
|
|
37
|
-
export const
|
|
37
|
+
export const op_ui_focus: (a: number, b: number, c: number, d: number) => any;
|
|
38
38
|
export const op_copy_to_clipboard: (a: number, b: number, c: number) => any;
|
|
39
39
|
export const op_read_file: (a: number, b: number, c: number) => any;
|
|
40
40
|
export const op_scene_information: (a: number) => any;
|
|
@@ -105,17 +105,17 @@ export const __wbindgen_export_7: WebAssembly.Table;
|
|
|
105
105
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
106
106
|
export const __externref_table_dealloc: (a: number) => void;
|
|
107
107
|
export const closure15250_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
108
|
-
export const
|
|
108
|
+
export const closure47752_externref_shim: (a: number, b: number, c: any) => void;
|
|
109
109
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
|
|
110
110
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
|
|
111
|
-
export const
|
|
111
|
+
export const closure51580_externref_shim: (a: number, b: number, c: any) => void;
|
|
112
112
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
|
|
113
113
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
|
|
114
|
-
export const
|
|
114
|
+
export const closure56623_externref_shim: (a: number, b: number, c: any) => void;
|
|
115
115
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0c78161a9a71767b: (a: number, b: number) => void;
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const
|
|
119
|
-
export const
|
|
116
|
+
export const closure56636_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
117
|
+
export const closure116796_externref_shim: (a: number, b: number, c: any) => void;
|
|
118
|
+
export const closure131827_externref_shim: (a: number, b: number, c: any) => void;
|
|
119
|
+
export const closure134731_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
120
120
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
121
121
|
export const __wbindgen_start: (a: number) => void;
|