@dcl-regenesislabs/bevy-explorer-web 0.1.0-18845643402.commit-4628acc → 0.1.0-18853059120.commit-dbff7e0
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.js +35 -31
- 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-18853059120.commit-dbff7e0"
|
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-18853059120.commit-dbff7e0";</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-18853059120.commit-dbff7e0/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-18853059120.commit-dbff7e0",
|
|
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-18853059120.commit-dbff7e0",
|
|
12
|
+
"commit": "dbff7e0af29bc3716cd95982b85e41de7f1b6b81"
|
|
13
13
|
}
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -1331,7 +1331,7 @@ function __wbg_adapter_111(arg0, arg1, arg2) {
|
|
|
1331
1331
|
wasm.closure131432_externref_shim(arg0, arg1, arg2);
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
function
|
|
1334
|
+
function __wbg_adapter_1518(arg0, arg1, arg2, arg3) {
|
|
1335
1335
|
wasm.closure134336_externref_shim(arg0, arg1, arg2, arg3);
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
@@ -1660,14 +1660,6 @@ function __wbg_get_imports() {
|
|
|
1660
1660
|
const ret = arg0.code;
|
|
1661
1661
|
return ret;
|
|
1662
1662
|
};
|
|
1663
|
-
imports.wbg.__wbg_codedHeight_68cd784ecbc3b742 = function(arg0) {
|
|
1664
|
-
const ret = arg0.codedHeight;
|
|
1665
|
-
return ret;
|
|
1666
|
-
};
|
|
1667
|
-
imports.wbg.__wbg_codedWidth_756904fbc3fc7465 = function(arg0) {
|
|
1668
|
-
const ret = arg0.codedWidth;
|
|
1669
|
-
return ret;
|
|
1670
|
-
};
|
|
1671
1663
|
imports.wbg.__wbg_configure_ad5aa321838c8e3b = function() { return handleError(function (arg0, arg1) {
|
|
1672
1664
|
arg0.configure(arg1);
|
|
1673
1665
|
}, arguments) };
|
|
@@ -2637,7 +2629,7 @@ function __wbg_get_imports() {
|
|
|
2637
2629
|
const a = state0.a;
|
|
2638
2630
|
state0.a = 0;
|
|
2639
2631
|
try {
|
|
2640
|
-
return
|
|
2632
|
+
return __wbg_adapter_1518(a, state0.b, arg0, arg1);
|
|
2641
2633
|
} finally {
|
|
2642
2634
|
state0.a = a;
|
|
2643
2635
|
}
|
|
@@ -4030,6 +4022,10 @@ function __wbg_get_imports() {
|
|
|
4030
4022
|
const ret = arg0.visibilityState;
|
|
4031
4023
|
return (__wbindgen_enum_VisibilityState.indexOf(ret) + 1 || 3) - 1;
|
|
4032
4024
|
};
|
|
4025
|
+
imports.wbg.__wbg_visibleRect_f7558c0cfa7dfdbf = function(arg0) {
|
|
4026
|
+
const ret = arg0.visibleRect;
|
|
4027
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
4028
|
+
};
|
|
4033
4029
|
imports.wbg.__wbg_waitAsync_61f0a081053dd3c2 = function(arg0, arg1, arg2) {
|
|
4034
4030
|
const ret = Atomics.waitAsync(arg0, arg1 >>> 0, arg2);
|
|
4035
4031
|
return ret;
|
|
@@ -4077,6 +4073,14 @@ function __wbg_get_imports() {
|
|
|
4077
4073
|
const ret = arg0.x;
|
|
4078
4074
|
return ret;
|
|
4079
4075
|
};
|
|
4076
|
+
imports.wbg.__wbg_x_e74d824489c3f1a2 = function(arg0) {
|
|
4077
|
+
const ret = arg0.x;
|
|
4078
|
+
return ret;
|
|
4079
|
+
};
|
|
4080
|
+
imports.wbg.__wbg_y_9eb151d4ac38ddf3 = function(arg0) {
|
|
4081
|
+
const ret = arg0.y;
|
|
4082
|
+
return ret;
|
|
4083
|
+
};
|
|
4080
4084
|
imports.wbg.__wbg_y_be10a4f665290032 = function(arg0) {
|
|
4081
4085
|
const ret = arg0.y;
|
|
4082
4086
|
return ret;
|
|
@@ -4120,87 +4124,87 @@ function __wbg_get_imports() {
|
|
|
4120
4124
|
const ret = false;
|
|
4121
4125
|
return ret;
|
|
4122
4126
|
};
|
|
4123
|
-
imports.wbg.
|
|
4127
|
+
imports.wbg.__wbindgen_closure_wrapper149221 = function(arg0, arg1, arg2) {
|
|
4124
4128
|
const ret = makeMutClosure(arg0, arg1, 116501, __wbg_adapter_108);
|
|
4125
4129
|
return ret;
|
|
4126
4130
|
};
|
|
4127
|
-
imports.wbg.
|
|
4131
|
+
imports.wbg.__wbindgen_closure_wrapper169556 = function(arg0, arg1, arg2) {
|
|
4128
4132
|
const ret = makeMutClosure(arg0, arg1, 131433, __wbg_adapter_111);
|
|
4129
4133
|
return ret;
|
|
4130
4134
|
};
|
|
4131
|
-
imports.wbg.
|
|
4135
|
+
imports.wbg.__wbindgen_closure_wrapper169558 = function(arg0, arg1, arg2) {
|
|
4132
4136
|
const ret = makeMutClosure(arg0, arg1, 131433, __wbg_adapter_111);
|
|
4133
4137
|
return ret;
|
|
4134
4138
|
};
|
|
4135
|
-
imports.wbg.
|
|
4139
|
+
imports.wbg.__wbindgen_closure_wrapper20085 = function(arg0, arg1, arg2) {
|
|
4136
4140
|
const ret = makeMutClosure(arg0, arg1, 15211, __wbg_adapter_62);
|
|
4137
4141
|
return ret;
|
|
4138
4142
|
};
|
|
4139
|
-
imports.wbg.
|
|
4143
|
+
imports.wbg.__wbindgen_closure_wrapper63921 = function(arg0, arg1, arg2) {
|
|
4140
4144
|
const ret = makeMutClosure(arg0, arg1, 47588, __wbg_adapter_65);
|
|
4141
4145
|
return ret;
|
|
4142
4146
|
};
|
|
4143
|
-
imports.wbg.
|
|
4147
|
+
imports.wbg.__wbindgen_closure_wrapper64109 = function(arg0, arg1, arg2) {
|
|
4144
4148
|
const ret = makeMutClosure(arg0, arg1, 47693, __wbg_adapter_68);
|
|
4145
4149
|
return ret;
|
|
4146
4150
|
};
|
|
4147
|
-
imports.wbg.
|
|
4151
|
+
imports.wbg.__wbindgen_closure_wrapper68295 = function(arg0, arg1, arg2) {
|
|
4148
4152
|
const ret = makeMutClosure(arg0, arg1, 50844, __wbg_adapter_71);
|
|
4149
4153
|
return ret;
|
|
4150
4154
|
};
|
|
4151
|
-
imports.wbg.
|
|
4155
|
+
imports.wbg.__wbindgen_closure_wrapper70333 = function(arg0, arg1, arg2) {
|
|
4152
4156
|
const ret = makeMutClosure(arg0, arg1, 51491, __wbg_adapter_74);
|
|
4153
4157
|
return ret;
|
|
4154
4158
|
};
|
|
4155
|
-
imports.wbg.
|
|
4159
|
+
imports.wbg.__wbindgen_closure_wrapper70335 = function(arg0, arg1, arg2) {
|
|
4156
4160
|
const ret = makeMutClosure(arg0, arg1, 51491, __wbg_adapter_74);
|
|
4157
4161
|
return ret;
|
|
4158
4162
|
};
|
|
4159
|
-
imports.wbg.
|
|
4163
|
+
imports.wbg.__wbindgen_closure_wrapper70337 = function(arg0, arg1, arg2) {
|
|
4160
4164
|
const ret = makeMutClosure(arg0, arg1, 51491, __wbg_adapter_74);
|
|
4161
4165
|
return ret;
|
|
4162
4166
|
};
|
|
4163
|
-
imports.wbg.
|
|
4167
|
+
imports.wbg.__wbindgen_closure_wrapper73105 = function(arg0, arg1, arg2) {
|
|
4164
4168
|
const ret = makeMutClosure(arg0, arg1, 53842, __wbg_adapter_81);
|
|
4165
4169
|
return ret;
|
|
4166
4170
|
};
|
|
4167
|
-
imports.wbg.
|
|
4171
|
+
imports.wbg.__wbindgen_closure_wrapper74440 = function(arg0, arg1, arg2) {
|
|
4168
4172
|
const ret = makeMutClosure(arg0, arg1, 54800, __wbg_adapter_84);
|
|
4169
4173
|
return ret;
|
|
4170
4174
|
};
|
|
4171
|
-
imports.wbg.
|
|
4175
|
+
imports.wbg.__wbindgen_closure_wrapper77083 = function(arg0, arg1, arg2) {
|
|
4172
4176
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4173
4177
|
return ret;
|
|
4174
4178
|
};
|
|
4175
|
-
imports.wbg.
|
|
4179
|
+
imports.wbg.__wbindgen_closure_wrapper77085 = function(arg0, arg1, arg2) {
|
|
4176
4180
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4177
4181
|
return ret;
|
|
4178
4182
|
};
|
|
4179
|
-
imports.wbg.
|
|
4183
|
+
imports.wbg.__wbindgen_closure_wrapper77087 = function(arg0, arg1, arg2) {
|
|
4180
4184
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4181
4185
|
return ret;
|
|
4182
4186
|
};
|
|
4183
|
-
imports.wbg.
|
|
4187
|
+
imports.wbg.__wbindgen_closure_wrapper77089 = function(arg0, arg1, arg2) {
|
|
4184
4188
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4185
4189
|
return ret;
|
|
4186
4190
|
};
|
|
4187
|
-
imports.wbg.
|
|
4191
|
+
imports.wbg.__wbindgen_closure_wrapper77091 = function(arg0, arg1, arg2) {
|
|
4188
4192
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4189
4193
|
return ret;
|
|
4190
4194
|
};
|
|
4191
|
-
imports.wbg.
|
|
4195
|
+
imports.wbg.__wbindgen_closure_wrapper77093 = function(arg0, arg1, arg2) {
|
|
4192
4196
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_98);
|
|
4193
4197
|
return ret;
|
|
4194
4198
|
};
|
|
4195
|
-
imports.wbg.
|
|
4199
|
+
imports.wbg.__wbindgen_closure_wrapper77095 = function(arg0, arg1, arg2) {
|
|
4196
4200
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4197
4201
|
return ret;
|
|
4198
4202
|
};
|
|
4199
|
-
imports.wbg.
|
|
4203
|
+
imports.wbg.__wbindgen_closure_wrapper77097 = function(arg0, arg1, arg2) {
|
|
4200
4204
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_87);
|
|
4201
4205
|
return ret;
|
|
4202
4206
|
};
|
|
4203
|
-
imports.wbg.
|
|
4207
|
+
imports.wbg.__wbindgen_closure_wrapper77099 = function(arg0, arg1, arg2) {
|
|
4204
4208
|
const ret = makeMutClosure(arg0, arg1, 56453, __wbg_adapter_105);
|
|
4205
4209
|
return ret;
|
|
4206
4210
|
};
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|