@dcl-regenesislabs/bevy-explorer-web 0.1.0-18286584387.commit-ebe570a → 0.1.0-18292430673.commit-e417a13
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/scripts/prebuild.js +19 -0
- package/pkg/package.json +0 -15
- package/pkg/snippets/comms-53217a45365bb5fa/livekit_web_bindings.js +0 -270
- package/pkg/webgpu_build.d.ts +0 -235
- package/pkg/webgpu_build.js +0 -4637
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +0 -114
package/pkg/webgpu_build_bg.wasm
DELETED
|
Binary file
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
export const engine_init: () => any;
|
|
4
|
-
export const engine_run: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void;
|
|
5
|
-
export const init_asset_load_thread: () => void;
|
|
6
|
-
export const op_webstorage_length: (a: number) => number;
|
|
7
|
-
export const op_webstorage_key: (a: number, b: number) => [number, number];
|
|
8
|
-
export const op_webstorage_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
9
|
-
export const op_webstorage_get: (a: number, b: number, c: number) => [number, number];
|
|
10
|
-
export const op_webstorage_remove: (a: number, b: number, c: number) => void;
|
|
11
|
-
export const op_webstorage_clear: (a: number) => void;
|
|
12
|
-
export const op_webstorage_iterate_keys: (a: number) => [number, number];
|
|
13
|
-
export const op_webstorage_has: (a: number, b: number, c: number) => number;
|
|
14
|
-
export const op_get_texture_size: (a: number, b: number, c: number) => any;
|
|
15
|
-
export const op_comms_send_string: (a: number, b: number, c: number) => any;
|
|
16
|
-
export const op_comms_send_binary_single: (a: number, b: any, c: number, d: number) => any;
|
|
17
|
-
export const op_comms_recv_binary: (a: number) => any;
|
|
18
|
-
export const op_crdt_send_to_renderer: (a: number, b: any) => void;
|
|
19
|
-
export const op_crdt_recv_from_renderer: (a: number) => any;
|
|
20
|
-
export const op_send_async: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
21
|
-
export const op_subscribe: (a: number, b: number, c: number) => void;
|
|
22
|
-
export const op_unsubscribe: (a: number, b: number, c: number) => void;
|
|
23
|
-
export const op_send_batch: (a: number) => any;
|
|
24
|
-
export const op_get_connected_players: (a: number) => any;
|
|
25
|
-
export const op_get_players_in_scene: (a: number) => any;
|
|
26
|
-
export const op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
27
|
-
export const op_portable_kill: (a: number, b: number, c: number) => any;
|
|
28
|
-
export const op_portable_list: (a: number) => any;
|
|
29
|
-
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;
|
|
30
|
-
export const op_teleport_to: (a: number, b: number, c: number) => any;
|
|
31
|
-
export const op_change_realm: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
32
|
-
export const op_external_url: (a: number, b: number, c: number) => any;
|
|
33
|
-
export const op_emote: (a: number, b: number, c: number) => void;
|
|
34
|
-
export const op_scene_emote: (a: number, b: number, c: number, d: number) => any;
|
|
35
|
-
export const op_open_nft_dialog: (a: number, b: number, c: number) => any;
|
|
36
|
-
export const op_set_ui_focus: (a: number, b: number, c: number) => any;
|
|
37
|
-
export const op_copy_to_clipboard: (a: number, b: number, c: number) => any;
|
|
38
|
-
export const op_read_file: (a: number, b: number, c: number) => any;
|
|
39
|
-
export const op_scene_information: (a: number) => any;
|
|
40
|
-
export const op_realm_information: (a: number) => any;
|
|
41
|
-
export const op_check_for_update: (a: number) => any;
|
|
42
|
-
export const op_motd: (a: number) => any;
|
|
43
|
-
export const op_get_current_login: (a: number) => [number, number];
|
|
44
|
-
export const op_get_previous_login: (a: number) => any;
|
|
45
|
-
export const op_login_previous: (a: number) => any;
|
|
46
|
-
export const op_login_new_code: (a: number) => any;
|
|
47
|
-
export const op_login_new_success: (a: number) => any;
|
|
48
|
-
export const op_login_guest: (a: number) => void;
|
|
49
|
-
export const op_login_cancel: (a: number) => void;
|
|
50
|
-
export const op_logout: (a: number) => void;
|
|
51
|
-
export const op_settings: (a: number) => any;
|
|
52
|
-
export const op_set_setting: (a: number, b: number, c: number, d: number) => any;
|
|
53
|
-
export const op_kernel_fetch_headers: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
54
|
-
export const op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
|
|
55
|
-
export const op_native_input: (a: number) => any;
|
|
56
|
-
export const op_get_bindings: (a: number) => any;
|
|
57
|
-
export const op_set_bindings: (a: number, b: any) => any;
|
|
58
|
-
export const op_console_command: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
59
|
-
export const op_live_scene_info: (a: number) => any;
|
|
60
|
-
export const op_get_home_scene: (a: number) => any;
|
|
61
|
-
export const op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
|
|
62
|
-
export const op_get_system_action_stream: (a: number) => any;
|
|
63
|
-
export const op_read_system_action_stream: (a: number, b: number) => any;
|
|
64
|
-
export const op_get_chat_stream: (a: number) => any;
|
|
65
|
-
export const op_read_chat_stream: (a: number, b: number) => any;
|
|
66
|
-
export const op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
67
|
-
export const op_get_profile_extras: (a: number) => any;
|
|
68
|
-
export const op_quit: (a: number) => void;
|
|
69
|
-
export const op_get_permission_request_stream: (a: number) => any;
|
|
70
|
-
export const op_read_permission_request_stream: (a: number, b: number) => any;
|
|
71
|
-
export const op_get_permission_used_stream: (a: number) => any;
|
|
72
|
-
export const op_read_permission_used_stream: (a: number, b: number) => any;
|
|
73
|
-
export const op_set_single_permission: (a: number, b: number, c: number) => void;
|
|
74
|
-
export const op_set_permanent_permission: (a: number, b: number, c: number, d: number, e: number, f: any, g: any) => [number, number];
|
|
75
|
-
export const op_get_permanent_permissions: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
76
|
-
export const op_get_permission_types: (a: number) => any;
|
|
77
|
-
export const op_testing_enabled: (a: number) => number;
|
|
78
|
-
export const op_log_test_plan: (a: number, b: any) => void;
|
|
79
|
-
export const op_log_test_result: (a: number, b: any) => void;
|
|
80
|
-
export const op_take_and_compare_snapshot: (a: number, b: number, c: number, d: any, e: any, f: any, g: any) => [number, number, number];
|
|
81
|
-
export const op_get_user_data: (a: number) => any;
|
|
82
|
-
export const op_get_player_data: (a: number, b: number, c: number) => any;
|
|
83
|
-
export const wasm_init_scene: () => any;
|
|
84
|
-
export const __wbg_workercontext_free: (a: number, b: number) => void;
|
|
85
|
-
export const workercontext_get_source: (a: number) => any;
|
|
86
|
-
export const op_continue_running: (a: number) => number;
|
|
87
|
-
export const drop_context: (a: number) => void;
|
|
88
|
-
export const builtin_module: (a: number, b: number, c: number) => [number, number, number, number];
|
|
89
|
-
export const is_super: (a: number) => number;
|
|
90
|
-
export const __externref_table_alloc: () => number;
|
|
91
|
-
export const __wbindgen_export_1: WebAssembly.Table;
|
|
92
|
-
export const memory: WebAssembly.Memory;
|
|
93
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
94
|
-
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
95
|
-
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
96
|
-
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
97
|
-
export const __wbindgen_export_7: WebAssembly.Table;
|
|
98
|
-
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
99
|
-
export const __externref_table_dealloc: (a: number) => void;
|
|
100
|
-
export const closure15202_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
101
|
-
export const closure47494_externref_shim: (a: number, b: number, c: any) => void;
|
|
102
|
-
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf6d1d6eca19ebd1: (a: number, b: number) => void;
|
|
103
|
-
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h88ef16e697def3fb: (a: number, b: number) => void;
|
|
104
|
-
export const closure51397_externref_shim: (a: number, b: number, c: any) => void;
|
|
105
|
-
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heedd0a6395901798: (a: number, b: number) => void;
|
|
106
|
-
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bfa50ac2770910f: (a: number, b: number) => void;
|
|
107
|
-
export const closure56358_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
108
|
-
export const closure56362_externref_shim: (a: number, b: number, c: any) => void;
|
|
109
|
-
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h704fbbb35af0f5c1: (a: number, b: number) => void;
|
|
110
|
-
export const closure116406_externref_shim: (a: number, b: number, c: any) => void;
|
|
111
|
-
export const closure131338_externref_shim: (a: number, b: number, c: any) => void;
|
|
112
|
-
export const closure134242_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
113
|
-
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
114
|
-
export const __wbindgen_start: (a: number) => void;
|