@dcl-regenesislabs/bevy-explorer-web 0.1.0-22723728180.commit-a2e23f4 → 0.1.0-22763395386.commit-eb46163
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 +3 -2
- package/pkg/webgpu_build.js +36 -28
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +3 -2
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-22763395386.commit-eb46163"
|
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-22763395386.commit-eb46163";</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-22763395386.commit-eb46163",
|
|
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-22763395386.commit-eb46163",
|
|
12
|
+
"commit": "eb461631b1b5961186d16a5684cdb07e8cece46d"
|
|
13
13
|
}
|
package/pkg/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wasmSize":
|
|
1
|
+
{"wasmSize":115900669}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -295,8 +295,9 @@ export interface InitOutput {
|
|
|
295
295
|
readonly closure60222_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
297
|
readonly closure120175_externref_shim: (a: number, b: number, c: any) => void;
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
298
|
+
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______23: (a: number, b: number) => void;
|
|
299
|
+
readonly closure135428_externref_shim: (a: number, b: number, c: any) => void;
|
|
300
|
+
readonly closure138321_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
300
301
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
301
302
|
readonly __wbindgen_start: (a: number) => void;
|
|
302
303
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -1497,12 +1497,16 @@ function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
|
1497
1497
|
wasm.closure120175_externref_shim(arg0, arg1, arg2);
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
|
-
function __wbg_adapter_114(arg0, arg1
|
|
1501
|
-
wasm.
|
|
1500
|
+
function __wbg_adapter_114(arg0, arg1) {
|
|
1501
|
+
wasm._dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______23(arg0, arg1);
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
|
-
function
|
|
1505
|
-
wasm.
|
|
1504
|
+
function __wbg_adapter_117(arg0, arg1, arg2) {
|
|
1505
|
+
wasm.closure135428_externref_shim(arg0, arg1, arg2);
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
function __wbg_adapter_1592(arg0, arg1, arg2, arg3) {
|
|
1509
|
+
wasm.closure138321_externref_shim(arg0, arg1, arg2, arg3);
|
|
1506
1510
|
}
|
|
1507
1511
|
|
|
1508
1512
|
/**
|
|
@@ -3051,7 +3055,7 @@ function __wbg_get_imports() {
|
|
|
3051
3055
|
const a = state0.a;
|
|
3052
3056
|
state0.a = 0;
|
|
3053
3057
|
try {
|
|
3054
|
-
return
|
|
3058
|
+
return __wbg_adapter_1592(a, state0.b, arg0, arg1);
|
|
3055
3059
|
} finally {
|
|
3056
3060
|
state0.a = a;
|
|
3057
3061
|
}
|
|
@@ -4652,72 +4656,68 @@ function __wbg_get_imports() {
|
|
|
4652
4656
|
const ret = false;
|
|
4653
4657
|
return ret;
|
|
4654
4658
|
};
|
|
4655
|
-
imports.wbg.
|
|
4659
|
+
imports.wbg.__wbindgen_closure_wrapper151799 = function(arg0, arg1, arg2) {
|
|
4656
4660
|
const ret = makeMutClosure(arg0, arg1, 120176, __wbg_adapter_111);
|
|
4657
4661
|
return ret;
|
|
4658
4662
|
};
|
|
4659
|
-
imports.wbg.
|
|
4660
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4663
|
+
imports.wbg.__wbindgen_closure_wrapper171038 = function(arg0, arg1, arg2) {
|
|
4664
|
+
const ret = makeMutClosure(arg0, arg1, 134415, __wbg_adapter_114);
|
|
4661
4665
|
return ret;
|
|
4662
4666
|
};
|
|
4663
|
-
imports.wbg.
|
|
4664
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4667
|
+
imports.wbg.__wbindgen_closure_wrapper172595 = function(arg0, arg1, arg2) {
|
|
4668
|
+
const ret = makeMutClosure(arg0, arg1, 135429, __wbg_adapter_117);
|
|
4669
|
+
return ret;
|
|
4670
|
+
};
|
|
4671
|
+
imports.wbg.__wbindgen_closure_wrapper172597 = function(arg0, arg1, arg2) {
|
|
4672
|
+
const ret = makeMutClosure(arg0, arg1, 135429, __wbg_adapter_117);
|
|
4665
4673
|
return ret;
|
|
4666
4674
|
};
|
|
4667
4675
|
imports.wbg.__wbindgen_closure_wrapper20401 = function(arg0, arg1, arg2) {
|
|
4668
4676
|
const ret = makeMutClosure(arg0, arg1, 15967, __wbg_adapter_62);
|
|
4669
4677
|
return ret;
|
|
4670
4678
|
};
|
|
4671
|
-
imports.wbg.
|
|
4679
|
+
imports.wbg.__wbindgen_closure_wrapper54823 = function(arg0, arg1, arg2) {
|
|
4672
4680
|
const ret = makeClosure(arg0, arg1, 41984, __wbg_adapter_65);
|
|
4673
4681
|
return ret;
|
|
4674
4682
|
};
|
|
4675
|
-
imports.wbg.
|
|
4683
|
+
imports.wbg.__wbindgen_closure_wrapper67699 = function(arg0, arg1, arg2) {
|
|
4676
4684
|
const ret = makeMutClosure(arg0, arg1, 51485, __wbg_adapter_68);
|
|
4677
4685
|
return ret;
|
|
4678
4686
|
};
|
|
4679
|
-
imports.wbg.
|
|
4687
|
+
imports.wbg.__wbindgen_closure_wrapper67838 = function(arg0, arg1, arg2) {
|
|
4680
4688
|
const ret = makeMutClosure(arg0, arg1, 51588, __wbg_adapter_71);
|
|
4681
4689
|
return ret;
|
|
4682
4690
|
};
|
|
4683
|
-
imports.wbg.
|
|
4691
|
+
imports.wbg.__wbindgen_closure_wrapper71662 = function(arg0, arg1, arg2) {
|
|
4684
4692
|
const ret = makeMutClosure(arg0, arg1, 54525, __wbg_adapter_74);
|
|
4685
4693
|
return ret;
|
|
4686
4694
|
};
|
|
4687
|
-
imports.wbg.
|
|
4695
|
+
imports.wbg.__wbindgen_closure_wrapper72860 = function(arg0, arg1, arg2) {
|
|
4688
4696
|
const ret = makeMutClosure(arg0, arg1, 55139, __wbg_adapter_77);
|
|
4689
4697
|
return ret;
|
|
4690
4698
|
};
|
|
4691
|
-
imports.wbg.
|
|
4699
|
+
imports.wbg.__wbindgen_closure_wrapper72862 = function(arg0, arg1, arg2) {
|
|
4692
4700
|
const ret = makeMutClosure(arg0, arg1, 55139, __wbg_adapter_77);
|
|
4693
4701
|
return ret;
|
|
4694
4702
|
};
|
|
4695
|
-
imports.wbg.
|
|
4703
|
+
imports.wbg.__wbindgen_closure_wrapper72864 = function(arg0, arg1, arg2) {
|
|
4696
4704
|
const ret = makeMutClosure(arg0, arg1, 55139, __wbg_adapter_77);
|
|
4697
4705
|
return ret;
|
|
4698
4706
|
};
|
|
4699
|
-
imports.wbg.
|
|
4707
|
+
imports.wbg.__wbindgen_closure_wrapper77431 = function(arg0, arg1, arg2) {
|
|
4700
4708
|
const ret = makeMutClosure(arg0, arg1, 58373, __wbg_adapter_84);
|
|
4701
4709
|
return ret;
|
|
4702
4710
|
};
|
|
4703
|
-
imports.wbg.
|
|
4711
|
+
imports.wbg.__wbindgen_closure_wrapper78466 = function(arg0, arg1, arg2) {
|
|
4704
4712
|
const ret = makeMutClosure(arg0, arg1, 58754, __wbg_adapter_87);
|
|
4705
4713
|
return ret;
|
|
4706
4714
|
};
|
|
4707
|
-
imports.wbg.__wbindgen_closure_wrapper80619 = function(arg0, arg1, arg2) {
|
|
4708
|
-
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4709
|
-
return ret;
|
|
4710
|
-
};
|
|
4711
|
-
imports.wbg.__wbindgen_closure_wrapper80621 = function(arg0, arg1, arg2) {
|
|
4712
|
-
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_93);
|
|
4713
|
-
return ret;
|
|
4714
|
-
};
|
|
4715
4715
|
imports.wbg.__wbindgen_closure_wrapper80623 = function(arg0, arg1, arg2) {
|
|
4716
4716
|
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4717
4717
|
return ret;
|
|
4718
4718
|
};
|
|
4719
4719
|
imports.wbg.__wbindgen_closure_wrapper80625 = function(arg0, arg1, arg2) {
|
|
4720
|
-
const ret = makeMutClosure(arg0, arg1, 60219,
|
|
4720
|
+
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_93);
|
|
4721
4721
|
return ret;
|
|
4722
4722
|
};
|
|
4723
4723
|
imports.wbg.__wbindgen_closure_wrapper80627 = function(arg0, arg1, arg2) {
|
|
@@ -4737,6 +4737,14 @@ function __wbg_get_imports() {
|
|
|
4737
4737
|
return ret;
|
|
4738
4738
|
};
|
|
4739
4739
|
imports.wbg.__wbindgen_closure_wrapper80635 = function(arg0, arg1, arg2) {
|
|
4740
|
+
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4741
|
+
return ret;
|
|
4742
|
+
};
|
|
4743
|
+
imports.wbg.__wbindgen_closure_wrapper80637 = function(arg0, arg1, arg2) {
|
|
4744
|
+
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4745
|
+
return ret;
|
|
4746
|
+
};
|
|
4747
|
+
imports.wbg.__wbindgen_closure_wrapper80639 = function(arg0, arg1, arg2) {
|
|
4740
4748
|
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_108);
|
|
4741
4749
|
return ret;
|
|
4742
4750
|
};
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -144,7 +144,8 @@ export const closure60218_externref_shim: (a: number, b: number, c: any) => void
|
|
|
144
144
|
export const closure60222_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
146
|
export const closure120175_externref_shim: (a: number, b: number, c: any) => void;
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
147
|
+
export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_654c7ee7fd766678___closure__WasmClosure___describe__invoke______23: (a: number, b: number) => void;
|
|
148
|
+
export const closure135428_externref_shim: (a: number, b: number, c: any) => void;
|
|
149
|
+
export const closure138321_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
149
150
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
150
151
|
export const __wbindgen_start: (a: number) => void;
|