@dcl-regenesislabs/bevy-explorer-web 0.1.0-22763395386.commit-eb46163 → 0.1.0-22764369238.commit-8883587
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 -4
- package/pkg/webgpu_build.js +20 -28
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +3 -4
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-22764369238.commit-8883587"
|
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-22764369238.commit-8883587";</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-22764369238.commit-8883587",
|
|
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-22764369238.commit-8883587",
|
|
12
|
+
"commit": "8883587119301b8c3992ffb3b93e7686d147218c"
|
|
13
13
|
}
|
package/pkg/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wasmSize":
|
|
1
|
+
{"wasmSize":115587512}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -294,10 +294,9 @@ export interface InitOutput {
|
|
|
294
294
|
readonly closure60218_externref_shim: (a: number, b: number, c: any) => void;
|
|
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
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
300
|
-
readonly closure138321_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
297
|
+
readonly closure120183_externref_shim: (a: number, b: number, c: any) => void;
|
|
298
|
+
readonly closure135439_externref_shim: (a: number, b: number, c: any) => void;
|
|
299
|
+
readonly closure138332_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
301
300
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
302
301
|
readonly __wbindgen_start: (a: number) => void;
|
|
303
302
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -1494,19 +1494,15 @@ function __wbg_adapter_108(arg0, arg1) {
|
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
1497
|
-
wasm.
|
|
1497
|
+
wasm.closure120183_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, arg2) {
|
|
1501
|
+
wasm.closure135439_externref_shim(arg0, arg1, arg2);
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
|
-
function
|
|
1505
|
-
wasm.
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
function __wbg_adapter_1592(arg0, arg1, arg2, arg3) {
|
|
1509
|
-
wasm.closure138321_externref_shim(arg0, arg1, arg2, arg3);
|
|
1504
|
+
function __wbg_adapter_1589(arg0, arg1, arg2, arg3) {
|
|
1505
|
+
wasm.closure138332_externref_shim(arg0, arg1, arg2, arg3);
|
|
1510
1506
|
}
|
|
1511
1507
|
|
|
1512
1508
|
/**
|
|
@@ -3055,7 +3051,7 @@ function __wbg_get_imports() {
|
|
|
3055
3051
|
const a = state0.a;
|
|
3056
3052
|
state0.a = 0;
|
|
3057
3053
|
try {
|
|
3058
|
-
return
|
|
3054
|
+
return __wbg_adapter_1589(a, state0.b, arg0, arg1);
|
|
3059
3055
|
} finally {
|
|
3060
3056
|
state0.a = a;
|
|
3061
3057
|
}
|
|
@@ -4656,20 +4652,16 @@ function __wbg_get_imports() {
|
|
|
4656
4652
|
const ret = false;
|
|
4657
4653
|
return ret;
|
|
4658
4654
|
};
|
|
4659
|
-
imports.wbg.
|
|
4660
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4661
|
-
return ret;
|
|
4662
|
-
};
|
|
4663
|
-
imports.wbg.__wbindgen_closure_wrapper171038 = function(arg0, arg1, arg2) {
|
|
4664
|
-
const ret = makeMutClosure(arg0, arg1, 134415, __wbg_adapter_114);
|
|
4655
|
+
imports.wbg.__wbindgen_closure_wrapper151819 = function(arg0, arg1, arg2) {
|
|
4656
|
+
const ret = makeMutClosure(arg0, arg1, 120184, __wbg_adapter_111);
|
|
4665
4657
|
return ret;
|
|
4666
4658
|
};
|
|
4667
|
-
imports.wbg.
|
|
4668
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4659
|
+
imports.wbg.__wbindgen_closure_wrapper172474 = function(arg0, arg1, arg2) {
|
|
4660
|
+
const ret = makeMutClosure(arg0, arg1, 135440, __wbg_adapter_114);
|
|
4669
4661
|
return ret;
|
|
4670
4662
|
};
|
|
4671
|
-
imports.wbg.
|
|
4672
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4663
|
+
imports.wbg.__wbindgen_closure_wrapper172476 = function(arg0, arg1, arg2) {
|
|
4664
|
+
const ret = makeMutClosure(arg0, arg1, 135440, __wbg_adapter_114);
|
|
4673
4665
|
return ret;
|
|
4674
4666
|
};
|
|
4675
4667
|
imports.wbg.__wbindgen_closure_wrapper20401 = function(arg0, arg1, arg2) {
|
|
@@ -4708,20 +4700,16 @@ function __wbg_get_imports() {
|
|
|
4708
4700
|
const ret = makeMutClosure(arg0, arg1, 58373, __wbg_adapter_84);
|
|
4709
4701
|
return ret;
|
|
4710
4702
|
};
|
|
4711
|
-
imports.wbg.
|
|
4703
|
+
imports.wbg.__wbindgen_closure_wrapper78468 = function(arg0, arg1, arg2) {
|
|
4712
4704
|
const ret = makeMutClosure(arg0, arg1, 58754, __wbg_adapter_87);
|
|
4713
4705
|
return ret;
|
|
4714
4706
|
};
|
|
4715
|
-
imports.wbg.__wbindgen_closure_wrapper80623 = function(arg0, arg1, arg2) {
|
|
4716
|
-
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4717
|
-
return ret;
|
|
4718
|
-
};
|
|
4719
4707
|
imports.wbg.__wbindgen_closure_wrapper80625 = function(arg0, arg1, arg2) {
|
|
4720
|
-
const ret = makeMutClosure(arg0, arg1, 60219,
|
|
4708
|
+
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4721
4709
|
return ret;
|
|
4722
4710
|
};
|
|
4723
4711
|
imports.wbg.__wbindgen_closure_wrapper80627 = function(arg0, arg1, arg2) {
|
|
4724
|
-
const ret = makeMutClosure(arg0, arg1, 60219,
|
|
4712
|
+
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_93);
|
|
4725
4713
|
return ret;
|
|
4726
4714
|
};
|
|
4727
4715
|
imports.wbg.__wbindgen_closure_wrapper80629 = function(arg0, arg1, arg2) {
|
|
@@ -4745,6 +4733,10 @@ function __wbg_get_imports() {
|
|
|
4745
4733
|
return ret;
|
|
4746
4734
|
};
|
|
4747
4735
|
imports.wbg.__wbindgen_closure_wrapper80639 = function(arg0, arg1, arg2) {
|
|
4736
|
+
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_90);
|
|
4737
|
+
return ret;
|
|
4738
|
+
};
|
|
4739
|
+
imports.wbg.__wbindgen_closure_wrapper80641 = function(arg0, arg1, arg2) {
|
|
4748
4740
|
const ret = makeMutClosure(arg0, arg1, 60219, __wbg_adapter_108);
|
|
4749
4741
|
return ret;
|
|
4750
4742
|
};
|
|
@@ -5145,7 +5137,7 @@ function __wbg_get_imports() {
|
|
|
5145
5137
|
}
|
|
5146
5138
|
|
|
5147
5139
|
function __wbg_init_memory(imports, memory) {
|
|
5148
|
-
imports.wbg.memory = memory || new WebAssembly.Memory({initial:
|
|
5140
|
+
imports.wbg.memory = memory || new WebAssembly.Memory({initial:1012,maximum:65536,shared:true});
|
|
5149
5141
|
}
|
|
5150
5142
|
|
|
5151
5143
|
function __wbg_finalize_init(instance, module, thread_stack_size) {
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -143,9 +143,8 @@ export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______a
|
|
|
143
143
|
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
|
-
export const
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
-
export const closure138321_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
146
|
+
export const closure120183_externref_shim: (a: number, b: number, c: any) => void;
|
|
147
|
+
export const closure135439_externref_shim: (a: number, b: number, c: any) => void;
|
|
148
|
+
export const closure138332_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
150
149
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
151
150
|
export const __wbindgen_start: (a: number) => void;
|