@dcl-regenesislabs/bevy-explorer-web 0.1.0-20720051860.commit-d7c194b → 0.1.0-20720065819.commit-7112fce

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.
Binary file
@@ -5,97 +5,97 @@ export const engine_run: (a: number, b: number, c: number, d: number, e: number,
5
5
  export const init_asset_load_thread: () => void;
6
6
  export const image_processor_init: () => void;
7
7
  export const image_processor_run: () => any;
8
- export const op_webstorage_length: (a: number) => number;
9
- export const op_webstorage_key: (a: number, b: number) => [number, number];
10
- export const op_webstorage_set: (a: number, b: number, c: number, d: number, e: number) => void;
11
- export const op_webstorage_get: (a: number, b: number, c: number) => [number, number];
12
- export const op_webstorage_remove: (a: number, b: number, c: number) => void;
13
- export const op_webstorage_clear: (a: number) => void;
14
- export const op_webstorage_iterate_keys: (a: number) => [number, number];
15
- export const op_webstorage_has: (a: number, b: number, c: number) => number;
16
- export const op_get_texture_size: (a: number, b: number, c: number) => any;
17
- export const op_comms_send_string: (a: number, b: number, c: number) => any;
18
- export const op_comms_send_binary_single: (a: number, b: any, c: number, d: number) => any;
8
+ export const __wbg_workercontext_free: (a: number, b: number) => void;
9
+ export const builtin_module: (a: number, b: number, c: number) => [number, number, number, number];
10
+ export const drop_context: (a: number) => void;
11
+ export const is_super: (a: number) => number;
12
+ export const op_change_realm: (a: number, b: number, c: number, d: number, e: number) => any;
13
+ export const op_check_for_update: (a: number) => any;
19
14
  export const op_comms_recv_binary: (a: number) => any;
20
- export const op_crdt_send_to_renderer: (a: number, b: any) => void;
15
+ export const op_comms_send_binary_single: (a: number, b: any, c: number, d: number) => any;
16
+ export const op_comms_send_string: (a: number, b: number, c: number) => any;
17
+ export const op_communicated_with_renderer: (a: number) => number;
18
+ export const op_console_command: (a: number, b: number, c: number, d: number, e: number) => any;
19
+ export const op_continue_running: (a: number) => number;
20
+ export const op_copy_to_clipboard: (a: number, b: number, c: number) => any;
21
21
  export const op_crdt_recv_from_renderer: (a: number) => any;
22
- export const op_send_async: (a: number, b: number, c: number, d: number, e: number) => any;
23
- export const op_subscribe: (a: number, b: number, c: number) => void;
24
- export const op_unsubscribe: (a: number, b: number, c: number) => void;
25
- export const op_send_batch: (a: number) => any;
26
- export const op_signed_fetch_headers: (a: number, b: number, c: number, d: number, e: number) => any;
27
- export const op_get_connected_players: (a: number) => any;
28
- export const op_get_players_in_scene: (a: number) => any;
29
- export const op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
30
- export const op_portable_kill: (a: number, b: number, c: number) => any;
31
- export const op_portable_list: (a: number) => any;
32
- export const op_move_player_to: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => void;
33
- export const op_teleport_to: (a: number, b: number, c: number) => any;
34
- export const op_change_realm: (a: number, b: number, c: number, d: number, e: number) => any;
35
- export const op_external_url: (a: number, b: number, c: number) => any;
22
+ export const op_crdt_send_to_renderer: (a: number, b: any) => void;
36
23
  export const op_emote: (a: number, b: number, c: number) => void;
37
- export const op_scene_emote: (a: number, b: number, c: number, d: number) => any;
38
- export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
39
- export const op_ui_focus: (a: number, b: number, c: number, d: number) => any;
40
- export const op_copy_to_clipboard: (a: number, b: number, c: number) => any;
41
- export const op_read_file: (a: number, b: number, c: number) => any;
42
- export const op_scene_information: (a: number) => any;
43
- export const op_realm_information: (a: number) => any;
44
- export const op_check_for_update: (a: number) => any;
45
- export const op_motd: (a: number) => any;
24
+ export const op_external_url: (a: number, b: number, c: number) => any;
25
+ export const op_get_bindings: (a: number) => any;
26
+ export const op_get_chat_stream: (a: number) => any;
27
+ export const op_get_connected_players: (a: number) => any;
46
28
  export const op_get_current_login: (a: number) => [number, number];
29
+ export const op_get_home_scene: (a: number) => any;
30
+ export const op_get_mic_state: (a: number) => any;
31
+ export const op_get_permanent_permissions: (a: number, b: number, c: number, d: number, e: number) => any;
32
+ export const op_get_permission_request_stream: (a: number) => any;
33
+ export const op_get_permission_types: (a: number) => any;
34
+ export const op_get_permission_used_stream: (a: number) => any;
35
+ export const op_get_player_data: (a: number, b: number, c: number) => any;
36
+ export const op_get_players_in_scene: (a: number) => any;
47
37
  export const op_get_previous_login: (a: number) => any;
48
- export const op_login_previous: (a: number) => any;
38
+ export const op_get_profile_extras: (a: number) => any;
39
+ export const op_get_system_action_stream: (a: number) => any;
40
+ export const op_get_texture_size: (a: number, b: number, c: number) => any;
41
+ export const op_get_user_data: (a: number) => any;
42
+ export const op_get_voice_stream: (a: number) => any;
43
+ export const op_kernel_fetch_headers: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
44
+ export const op_live_scene_info: (a: number) => any;
45
+ export const op_log_test_plan: (a: number, b: any) => void;
46
+ export const op_log_test_result: (a: number, b: any) => void;
47
+ export const op_login_cancel: (a: number) => void;
48
+ export const op_login_guest: (a: number) => void;
49
49
  export const op_login_new_code: (a: number) => any;
50
50
  export const op_login_new_success: (a: number) => any;
51
- export const op_login_guest: (a: number) => void;
52
- export const op_login_cancel: (a: number) => void;
51
+ export const op_login_previous: (a: number) => any;
53
52
  export const op_logout: (a: number) => void;
54
- export const op_settings: (a: number) => any;
55
- export const op_set_setting: (a: number, b: number, c: number, d: number) => any;
56
- export const op_kernel_fetch_headers: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
57
- export const op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
53
+ export const op_motd: (a: number) => any;
54
+ export const op_move_player_to: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => void;
58
55
  export const op_native_input: (a: number) => any;
59
- export const op_get_bindings: (a: number) => any;
60
- export const op_set_bindings: (a: number, b: any) => any;
61
- export const op_console_command: (a: number, b: number, c: number, d: number, e: number) => any;
62
- export const op_live_scene_info: (a: number) => any;
63
- export const op_get_home_scene: (a: number) => any;
64
- export const op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
65
- export const op_get_system_action_stream: (a: number) => any;
66
- export const op_read_system_action_stream: (a: number, b: number) => any;
67
- export const op_get_chat_stream: (a: number) => any;
68
- export const op_read_chat_stream: (a: number, b: number) => any;
69
- export const op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
70
- export const op_get_profile_extras: (a: number) => any;
56
+ export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
57
+ export const op_portable_kill: (a: number, b: number, c: number) => any;
58
+ export const op_portable_list: (a: number) => any;
59
+ export const op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
71
60
  export const op_quit: (a: number) => void;
72
- export const op_get_permission_request_stream: (a: number) => any;
61
+ export const op_read_chat_stream: (a: number, b: number) => any;
62
+ export const op_read_file: (a: number, b: number, c: number) => any;
73
63
  export const op_read_permission_request_stream: (a: number, b: number) => any;
74
- export const op_get_permission_used_stream: (a: number) => any;
75
64
  export const op_read_permission_used_stream: (a: number, b: number) => any;
76
- export const op_set_single_permission: (a: number, b: number, c: number) => void;
77
- export const op_set_permanent_permission: (a: number, b: number, c: number, d: number, e: number, f: any, g: any) => [number, number];
78
- export const op_get_permanent_permissions: (a: number, b: number, c: number, d: number, e: number) => any;
79
- export const op_get_permission_types: (a: number) => any;
65
+ export const op_read_system_action_stream: (a: number, b: number) => any;
66
+ export const op_read_voice_stream: (a: number, b: number) => any;
67
+ export const op_realm_information: (a: number) => any;
68
+ export const op_scene_emote: (a: number, b: number, c: number, d: number) => any;
69
+ export const op_scene_information: (a: number) => any;
70
+ export const op_send_async: (a: number, b: number, c: number, d: number, e: number) => any;
71
+ export const op_send_batch: (a: number) => any;
72
+ export const op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
73
+ export const op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
74
+ export const op_set_bindings: (a: number, b: any) => any;
75
+ export const op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
80
76
  export const op_set_interactable_area: (a: number, b: number, c: number, d: number, e: number) => void;
81
- export const op_get_mic_state: (a: number) => any;
82
77
  export const op_set_mic_enabled: (a: number, b: number) => any;
83
- export const op_get_voice_stream: (a: number) => any;
84
- export const op_read_voice_stream: (a: number, b: number) => any;
85
- export const op_testing_enabled: (a: number) => number;
86
- export const op_log_test_plan: (a: number, b: any) => void;
87
- export const op_log_test_result: (a: number, b: any) => void;
78
+ export const op_set_permanent_permission: (a: number, b: number, c: number, d: number, e: number, f: any, g: any) => [number, number];
79
+ export const op_set_setting: (a: number, b: number, c: number, d: number) => any;
80
+ export const op_set_single_permission: (a: number, b: number, c: number) => void;
81
+ export const op_settings: (a: number) => any;
82
+ export const op_signed_fetch_headers: (a: number, b: number, c: number, d: number, e: number) => any;
83
+ export const op_subscribe: (a: number, b: number, c: number) => void;
88
84
  export const op_take_and_compare_snapshot: (a: number, b: number, c: number, d: any, e: any, f: any, g: any) => [number, number, number];
89
- export const op_get_user_data: (a: number) => any;
90
- export const op_get_player_data: (a: number, b: number, c: number) => any;
85
+ export const op_teleport_to: (a: number, b: number, c: number) => any;
86
+ export const op_testing_enabled: (a: number) => number;
87
+ export const op_ui_focus: (a: number, b: number, c: number, d: number) => any;
88
+ export const op_unsubscribe: (a: number, b: number, c: number) => void;
89
+ export const op_webstorage_clear: (a: number) => void;
90
+ export const op_webstorage_get: (a: number, b: number, c: number) => [number, number];
91
+ export const op_webstorage_has: (a: number, b: number, c: number) => number;
92
+ export const op_webstorage_iterate_keys: (a: number) => [number, number];
93
+ export const op_webstorage_key: (a: number, b: number) => [number, number];
94
+ export const op_webstorage_length: (a: number) => number;
95
+ export const op_webstorage_remove: (a: number, b: number, c: number) => void;
96
+ export const op_webstorage_set: (a: number, b: number, c: number, d: number, e: number) => void;
91
97
  export const wasm_init_scene: () => any;
92
- export const __wbg_workercontext_free: (a: number, b: number) => void;
93
98
  export const workercontext_get_source: (a: number) => any;
94
- export const op_continue_running: (a: number) => number;
95
- export const op_communicated_with_renderer: (a: number) => number;
96
- export const drop_context: (a: number) => void;
97
- export const builtin_module: (a: number, b: number, c: number) => [number, number, number, number];
98
- export const is_super: (a: number) => number;
99
99
  export const __externref_table_alloc: () => number;
100
100
  export const __wbindgen_export_1: WebAssembly.Table;
101
101
  export const memory: WebAssembly.Memory;
@@ -104,20 +104,20 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
104
104
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
105
105
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
106
106
  export const __wbindgen_export_7: WebAssembly.Table;
107
- export const __externref_drop_slice: (a: number, b: number) => void;
108
107
  export const __externref_table_dealloc: (a: number) => void;
109
- export const closure15289_externref_shim: (a: number, b: number, c: number, d: any) => void;
110
- export const closure48751_externref_shim: (a: number, b: number, c: any) => void;
111
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7aec603de1cde302: (a: number, b: number) => void;
112
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he5b48a15f2311f68: (a: number, b: number) => void;
113
- export const closure52474_externref_shim: (a: number, b: number, c: any) => void;
114
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha40a927305425e1c: (a: number, b: number) => void;
115
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7f26d1c7d4ed7f8e: (a: number, b: number) => void;
116
- export const closure57522_externref_shim: (a: number, b: number, c: any) => void;
117
- export const closure57528_externref_shim: (a: number, b: number, c: any, d: any) => void;
118
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h99bd33b5f9449b5c: (a: number, b: number) => void;
119
- export const closure117658_externref_shim: (a: number, b: number, c: any) => void;
120
- export const closure132901_externref_shim: (a: number, b: number, c: any) => void;
121
- export const closure135805_externref_shim: (a: number, b: number, c: any, d: any) => void;
108
+ export const __externref_drop_slice: (a: number, b: number) => void;
109
+ export const closure15184_externref_shim: (a: number, b: number, c: number, d: any) => void;
110
+ export const closure48427_externref_shim: (a: number, b: number, c: any) => void;
111
+ export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
112
+ export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______14: (a: number, b: number) => void;
113
+ export const closure52081_externref_shim: (a: number, b: number, c: any) => void;
114
+ export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______16: (a: number, b: number) => void;
115
+ export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
116
+ export const closure57141_externref_shim: (a: number, b: number, c: any) => void;
117
+ export const closure57145_externref_shim: (a: number, b: number, c: any, d: any) => void;
118
+ export const _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______20: (a: number, b: number) => void;
119
+ export const closure116598_externref_shim: (a: number, b: number, c: any) => void;
120
+ export const closure131626_externref_shim: (a: number, b: number, c: any) => void;
121
+ export const closure134522_externref_shim: (a: number, b: number, c: any, d: any) => void;
122
122
  export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
123
123
  export const __wbindgen_start: (a: number) => void;