@dcl-regenesislabs/bevy-explorer-web 0.1.0-27677486696.commit-db98f73 → 0.1.0-27691693402.commit-44d4d4d
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.js +1 -1
- package/pkg/webgpu_build_bg.wasm +0 -0
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-27691693402.commit-44d4d4d"
|
package/index.html
CHANGED
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
}
|
|
420
420
|
</style>
|
|
421
421
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
|
|
422
|
-
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
422
|
+
<script>window.PUBLIC_URL = "https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-27691693402.commit-44d4d4d";</script>
|
|
423
423
|
</head>
|
|
424
424
|
<body>
|
|
425
425
|
<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-27691693402.commit-44d4d4d",
|
|
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-27691693402.commit-44d4d4d",
|
|
12
|
+
"commit": "44d4d4d1d2faf590eac86da9a296a219408f1668"
|
|
13
13
|
}
|
package/pkg/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wasmSize":
|
|
1
|
+
{"wasmSize":110278271}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -5202,7 +5202,7 @@ function __wbg_get_imports(memory) {
|
|
|
5202
5202
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5203
5203
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5204
5204
|
},
|
|
5205
|
-
memory: memory || new WebAssembly.Memory({initial:
|
|
5205
|
+
memory: memory || new WebAssembly.Memory({initial:902,maximum:65536,shared:true}),
|
|
5206
5206
|
};
|
|
5207
5207
|
return {
|
|
5208
5208
|
__proto__: null,
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|