@dcl-regenesislabs/bevy-explorer-web 0.1.0-27537528711.commit-dd3af59 → 0.1.0-27549607121.commit-37f4b28
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 +9 -0
- package/pkg/webgpu_build.js +59 -28
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +3 -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-27549607121.commit-37f4b28"
|
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-27549607121.commit-37f4b28";</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-27549607121.commit-37f4b28",
|
|
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-27549607121.commit-37f4b28",
|
|
12
|
+
"commit": "37f4b28f29d45fb7892fec6a01aa928375905440"
|
|
13
13
|
}
|
package/pkg/manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"wasmSize":
|
|
1
|
+
{"wasmSize":109656600}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -124,8 +124,12 @@ export function op_get_avatar_modifiers(state: WorkerContext): Promise<Array<any
|
|
|
124
124
|
|
|
125
125
|
export function op_get_bindings(state: WorkerContext): Promise<any>;
|
|
126
126
|
|
|
127
|
+
export function op_get_block_update_stream(state: WorkerContext): Promise<number>;
|
|
128
|
+
|
|
127
129
|
export function op_get_blocked_users(state: WorkerContext): Promise<any>;
|
|
128
130
|
|
|
131
|
+
export function op_get_blocking_status(state: WorkerContext): Promise<any>;
|
|
132
|
+
|
|
129
133
|
export function op_get_chat_stream(state: WorkerContext): Promise<number>;
|
|
130
134
|
|
|
131
135
|
export function op_get_connected_players(state: WorkerContext): Promise<string[]>;
|
|
@@ -224,6 +228,8 @@ export function op_portable_spawn(state: WorkerContext, pid?: string | null, ens
|
|
|
224
228
|
|
|
225
229
|
export function op_quit(state: WorkerContext): void;
|
|
226
230
|
|
|
231
|
+
export function op_read_block_update_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
232
|
+
|
|
227
233
|
export function op_read_chat_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
228
234
|
|
|
229
235
|
export function op_read_file(op_state: WorkerContext, filename: string): Promise<any>;
|
|
@@ -355,7 +361,9 @@ export interface InitOutput {
|
|
|
355
361
|
readonly op_external_url: (a: number, b: number, c: number) => any;
|
|
356
362
|
readonly op_get_avatar_modifiers: (a: number) => any;
|
|
357
363
|
readonly op_get_bindings: (a: number) => any;
|
|
364
|
+
readonly op_get_block_update_stream: (a: number) => any;
|
|
358
365
|
readonly op_get_blocked_users: (a: number) => any;
|
|
366
|
+
readonly op_get_blocking_status: (a: number) => any;
|
|
359
367
|
readonly op_get_chat_stream: (a: number) => any;
|
|
360
368
|
readonly op_get_connected_players: (a: number) => any;
|
|
361
369
|
readonly op_get_current_login: (a: number) => [number, number];
|
|
@@ -405,6 +413,7 @@ export interface InitOutput {
|
|
|
405
413
|
readonly op_portable_list: (a: number) => any;
|
|
406
414
|
readonly op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
407
415
|
readonly op_quit: (a: number) => void;
|
|
416
|
+
readonly op_read_block_update_stream: (a: number, b: number) => any;
|
|
408
417
|
readonly op_read_chat_stream: (a: number, b: number) => any;
|
|
409
418
|
readonly op_read_file: (a: number, b: number, c: number) => any;
|
|
410
419
|
readonly op_read_friend_connectivity_stream: (a: number, b: number) => any;
|
package/pkg/webgpu_build.js
CHANGED
|
@@ -595,6 +595,16 @@ export function op_get_bindings(state) {
|
|
|
595
595
|
return ret;
|
|
596
596
|
}
|
|
597
597
|
|
|
598
|
+
/**
|
|
599
|
+
* @param {WorkerContext} state
|
|
600
|
+
* @returns {Promise<number>}
|
|
601
|
+
*/
|
|
602
|
+
export function op_get_block_update_stream(state) {
|
|
603
|
+
_assertClass(state, WorkerContext);
|
|
604
|
+
const ret = wasm.op_get_block_update_stream(state.__wbg_ptr);
|
|
605
|
+
return ret;
|
|
606
|
+
}
|
|
607
|
+
|
|
598
608
|
/**
|
|
599
609
|
* @param {WorkerContext} state
|
|
600
610
|
* @returns {Promise<any>}
|
|
@@ -605,6 +615,16 @@ export function op_get_blocked_users(state) {
|
|
|
605
615
|
return ret;
|
|
606
616
|
}
|
|
607
617
|
|
|
618
|
+
/**
|
|
619
|
+
* @param {WorkerContext} state
|
|
620
|
+
* @returns {Promise<any>}
|
|
621
|
+
*/
|
|
622
|
+
export function op_get_blocking_status(state) {
|
|
623
|
+
_assertClass(state, WorkerContext);
|
|
624
|
+
const ret = wasm.op_get_blocking_status(state.__wbg_ptr);
|
|
625
|
+
return ret;
|
|
626
|
+
}
|
|
627
|
+
|
|
608
628
|
/**
|
|
609
629
|
* @param {WorkerContext} state
|
|
610
630
|
* @returns {Promise<number>}
|
|
@@ -1139,6 +1159,17 @@ export function op_quit(state) {
|
|
|
1139
1159
|
wasm.op_quit(state.__wbg_ptr);
|
|
1140
1160
|
}
|
|
1141
1161
|
|
|
1162
|
+
/**
|
|
1163
|
+
* @param {WorkerContext} state
|
|
1164
|
+
* @param {number} rid
|
|
1165
|
+
* @returns {Promise<any>}
|
|
1166
|
+
*/
|
|
1167
|
+
export function op_read_block_update_stream(state, rid) {
|
|
1168
|
+
_assertClass(state, WorkerContext);
|
|
1169
|
+
const ret = wasm.op_read_block_update_stream(state.__wbg_ptr, rid);
|
|
1170
|
+
return ret;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1142
1173
|
/**
|
|
1143
1174
|
* @param {WorkerContext} state
|
|
1144
1175
|
* @param {number} rid
|
|
@@ -4682,142 +4713,142 @@ function __wbg_get_imports(memory) {
|
|
|
4682
4713
|
return ret;
|
|
4683
4714
|
},
|
|
4684
4715
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
4685
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4716
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 10829, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 10830, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4686
4717
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__web_sys_dd19305f70232297___features__gen_CloseEvent__CloseEvent____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___web_sys_dd19305f70232297___features__gen_CloseEvent__CloseEvent______true_);
|
|
4687
4718
|
return ret;
|
|
4688
4719
|
},
|
|
4689
4720
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
4690
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4721
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 129680, function: Function { arguments: [Externref], shim_idx: 129681, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4691
4722
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__wasm_bindgen_37b2aef40228fbc7___JsValue____Output________1_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__2_);
|
|
4692
4723
|
return ret;
|
|
4693
4724
|
},
|
|
4694
4725
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
4695
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4726
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 129680, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 129681, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4696
4727
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__wasm_bindgen_37b2aef40228fbc7___JsValue____Output________1_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__2__2);
|
|
4697
4728
|
return ret;
|
|
4698
4729
|
},
|
|
4699
4730
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
4700
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4731
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 136949, function: Function { arguments: [Externref], shim_idx: 136950, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4701
4732
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__wasm_bindgen_37b2aef40228fbc7___JsValue____Output________2_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__3_);
|
|
4702
4733
|
return ret;
|
|
4703
4734
|
},
|
|
4704
4735
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
4705
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4736
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 138202, function: Function { arguments: [], shim_idx: 138203, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4706
4737
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut_____Output________3_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke_______true__4_);
|
|
4707
4738
|
return ret;
|
|
4708
4739
|
},
|
|
4709
4740
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
4710
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4741
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 145055, function: Function { arguments: [Externref], shim_idx: 145056, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
4711
4742
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__wasm_bindgen_37b2aef40228fbc7___JsValue____Output___core_b1d35abfa360d765___result__Result_____wasm_bindgen_37b2aef40228fbc7___JsError___, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue__core_b1d35abfa360d765___result__Result_____wasm_bindgen_37b2aef40228fbc7___JsError___true_);
|
|
4712
4743
|
return ret;
|
|
4713
4744
|
},
|
|
4714
4745
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
4715
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4746
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 145055, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 145058, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4716
4747
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__wasm_bindgen_37b2aef40228fbc7___JsValue____Output___core_b1d35abfa360d765___result__Result_____wasm_bindgen_37b2aef40228fbc7___JsError___, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___web_sys_dd19305f70232297___features__gen_MessageEvent__MessageEvent______true_);
|
|
4717
4748
|
return ret;
|
|
4718
4749
|
},
|
|
4719
4750
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
4720
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4751
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 28965, function: Function { arguments: [F64, Externref], shim_idx: 28966, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4721
4752
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__f64__wasm_bindgen_37b2aef40228fbc7___JsValue___Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___f64__wasm_bindgen_37b2aef40228fbc7___JsValue______true_);
|
|
4722
4753
|
return ret;
|
|
4723
4754
|
},
|
|
4724
4755
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
4725
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4756
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 55587, function: Function { arguments: [Externref], shim_idx: 55588, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
4726
4757
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__Fn__comms_e1527d40e2577816___livekit__web__room_event__RoomEvent____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___comms_e1527d40e2577816___livekit__web__local_audio_track__LocalAudioTrack__core_b1d35abfa360d765___result__Result_____wasm_bindgen_37b2aef40228fbc7___JsError___true_);
|
|
4727
4758
|
return ret;
|
|
4728
4759
|
},
|
|
4729
4760
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
4730
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4761
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 55587, function: Function { arguments: [Externref], shim_idx: 55590, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
4731
4762
|
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__Fn__comms_e1527d40e2577816___livekit__web__room_event__RoomEvent____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___comms_e1527d40e2577816___livekit__web__room_event__RoomEvent______true_);
|
|
4732
4763
|
return ret;
|
|
4733
4764
|
},
|
|
4734
4765
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
4735
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4766
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 58365, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 58366, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4736
4767
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__web_sys_dd19305f70232297___features__gen_CloseEvent__CloseEvent____Output________1_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___web_sys_dd19305f70232297___features__gen_CloseEvent__CloseEvent______true__1_);
|
|
4737
4768
|
return ret;
|
|
4738
4769
|
},
|
|
4739
4770
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
4740
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4771
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 58471, function: Function { arguments: [], shim_idx: 58472, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4741
4772
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke_______true_);
|
|
4742
4773
|
return ret;
|
|
4743
4774
|
},
|
|
4744
4775
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
4745
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4776
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 63127, function: Function { arguments: [], shim_idx: 63128, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4746
4777
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut_____Output________1_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke_______true__1_);
|
|
4747
4778
|
return ret;
|
|
4748
4779
|
},
|
|
4749
4780
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
4750
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4781
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 63479, function: Function { arguments: [], shim_idx: 63480, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4751
4782
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut_____Output________2_, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke_______true__2_);
|
|
4752
4783
|
return ret;
|
|
4753
4784
|
},
|
|
4754
4785
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
4755
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4786
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 63515, function: Function { arguments: [Externref], shim_idx: 63516, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4756
4787
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__wasm_bindgen_37b2aef40228fbc7___JsValue____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true_);
|
|
4757
4788
|
return ret;
|
|
4758
4789
|
},
|
|
4759
4790
|
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
4760
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4791
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 64527, function: Function { arguments: [NamedExternref("CompositionEvent")], shim_idx: 64528, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4761
4792
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__web_sys_dd19305f70232297___features__gen_InputEvent__InputEvent____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___web_sys_dd19305f70232297___features__gen_InputEvent__InputEvent______true_);
|
|
4762
4793
|
return ret;
|
|
4763
4794
|
},
|
|
4764
4795
|
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
4765
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4796
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 64527, function: Function { arguments: [NamedExternref("InputEvent")], shim_idx: 64528, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4766
4797
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__web_sys_dd19305f70232297___features__gen_InputEvent__InputEvent____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___web_sys_dd19305f70232297___features__gen_InputEvent__InputEvent______true__16);
|
|
4767
4798
|
return ret;
|
|
4768
4799
|
},
|
|
4769
4800
|
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
4770
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4801
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 64527, function: Function { arguments: [NamedExternref("TouchEvent")], shim_idx: 64528, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4771
4802
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__web_sys_dd19305f70232297___features__gen_InputEvent__InputEvent____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___web_sys_dd19305f70232297___features__gen_InputEvent__InputEvent______true__17);
|
|
4772
4803
|
return ret;
|
|
4773
4804
|
},
|
|
4774
4805
|
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
4775
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4806
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [Externref], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4776
4807
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1_);
|
|
4777
4808
|
return ret;
|
|
4778
4809
|
},
|
|
4779
4810
|
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
4780
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4811
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 67627, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4781
4812
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___js_sys_342d9548e43f4e8___Array__web_sys_dd19305f70232297___features__gen_ResizeObserver__ResizeObserver______true_);
|
|
4782
4813
|
return ret;
|
|
4783
4814
|
},
|
|
4784
4815
|
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
4785
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4816
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4786
4817
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__20);
|
|
4787
4818
|
return ret;
|
|
4788
4819
|
},
|
|
4789
4820
|
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
4790
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4821
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("Event")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4791
4822
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__21);
|
|
4792
4823
|
return ret;
|
|
4793
4824
|
},
|
|
4794
4825
|
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
4795
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4826
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4796
4827
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__22);
|
|
4797
4828
|
return ret;
|
|
4798
4829
|
},
|
|
4799
4830
|
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
4800
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4831
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4801
4832
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__23);
|
|
4802
4833
|
return ret;
|
|
4803
4834
|
},
|
|
4804
4835
|
__wbindgen_cast_0000000000000019: function(arg0, arg1) {
|
|
4805
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4836
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4806
4837
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__24);
|
|
4807
4838
|
return ret;
|
|
4808
4839
|
},
|
|
4809
4840
|
__wbindgen_cast_000000000000001a: function(arg0, arg1) {
|
|
4810
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4841
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4811
4842
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__25);
|
|
4812
4843
|
return ret;
|
|
4813
4844
|
},
|
|
4814
4845
|
__wbindgen_cast_000000000000001b: function(arg0, arg1) {
|
|
4815
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4846
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 67620, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4816
4847
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke___wasm_bindgen_37b2aef40228fbc7___JsValue______true__1__26);
|
|
4817
4848
|
return ret;
|
|
4818
4849
|
},
|
|
4819
4850
|
__wbindgen_cast_000000000000001c: function(arg0, arg1) {
|
|
4820
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
4851
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 67619, function: Function { arguments: [], shim_idx: 67635, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
4821
4852
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_37b2aef40228fbc7___closure__destroy___dyn_core_b1d35abfa360d765___ops__function__FnMut__core_b1d35abfa360d765___option__Option_web_sys_dd19305f70232297___features__gen_Blob__Blob_____Output_______, wasm_bindgen_37b2aef40228fbc7___convert__closures_____invoke_______true__3_);
|
|
4822
4853
|
return ret;
|
|
4823
4854
|
},
|
package/pkg/webgpu_build_bg.wasm
CHANGED
|
Binary file
|
|
@@ -32,7 +32,9 @@ export const op_error: (a: number, b: number, c: number) => void;
|
|
|
32
32
|
export const op_external_url: (a: number, b: number, c: number) => any;
|
|
33
33
|
export const op_get_avatar_modifiers: (a: number) => any;
|
|
34
34
|
export const op_get_bindings: (a: number) => any;
|
|
35
|
+
export const op_get_block_update_stream: (a: number) => any;
|
|
35
36
|
export const op_get_blocked_users: (a: number) => any;
|
|
37
|
+
export const op_get_blocking_status: (a: number) => any;
|
|
36
38
|
export const op_get_chat_stream: (a: number) => any;
|
|
37
39
|
export const op_get_connected_players: (a: number) => any;
|
|
38
40
|
export const op_get_current_login: (a: number) => [number, number];
|
|
@@ -82,6 +84,7 @@ export const op_portable_kill: (a: number, b: number, c: number) => any;
|
|
|
82
84
|
export const op_portable_list: (a: number) => any;
|
|
83
85
|
export const op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
84
86
|
export const op_quit: (a: number) => void;
|
|
87
|
+
export const op_read_block_update_stream: (a: number, b: number) => any;
|
|
85
88
|
export const op_read_chat_stream: (a: number, b: number) => any;
|
|
86
89
|
export const op_read_file: (a: number, b: number, c: number) => any;
|
|
87
90
|
export const op_read_friend_connectivity_stream: (a: number, b: number) => any;
|