@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.
- package/.env +1 -1
- package/index.html +2 -2
- package/package.json +3 -3
- package/pkg/webgpu_build.d.ts +151 -151
- package/pkg/webgpu_build.js +530 -530
- package/pkg/webgpu_build_bg.wasm +0 -0
- package/pkg/webgpu_build_bg.wasm.d.ts +88 -88
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-20720065819.commit-7112fce"
|
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-20720065819.commit-7112fce";</script>
|
|
105
105
|
</head>
|
|
106
106
|
<body>
|
|
107
107
|
<div id="header" class="container">
|
|
@@ -135,6 +135,6 @@
|
|
|
135
135
|
</div>
|
|
136
136
|
<script src="https://cdn.jsdelivr.net/npm/livekit-client/dist/livekit-client.umd.min.js"></script>
|
|
137
137
|
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>
|
|
138
|
-
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-
|
|
138
|
+
<script type="module" src="https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-20720065819.commit-7112fce/main.js"></script>
|
|
139
139
|
</body>
|
|
140
140
|
</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-20720065819.commit-7112fce",
|
|
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-20720065819.commit-7112fce",
|
|
12
|
+
"commit": "7112fced1771d89211ffca58aec780904a33bb46"
|
|
13
13
|
}
|
package/pkg/webgpu_build.d.ts
CHANGED
|
@@ -8,6 +8,12 @@ export function engine_init(): Promise<any>;
|
|
|
8
8
|
export function engine_run(platform: string, realm: string, location: string, system_scene: string, with_thread_loader: boolean, preview: boolean, rabpf: number): void;
|
|
9
9
|
export function image_processor_init(): void;
|
|
10
10
|
export function image_processor_run(): Promise<void>;
|
|
11
|
+
export function wasm_init_scene(): Promise<WorkerContext>;
|
|
12
|
+
export function op_continue_running(state: WorkerContext): boolean;
|
|
13
|
+
export function op_communicated_with_renderer(state: WorkerContext): boolean;
|
|
14
|
+
export function drop_context(state: WorkerContext): void;
|
|
15
|
+
export function builtin_module(state: WorkerContext, path: string): string;
|
|
16
|
+
export function is_super(state: WorkerContext): boolean;
|
|
11
17
|
export function op_webstorage_length(state: WorkerContext): number;
|
|
12
18
|
export function op_webstorage_key(state: WorkerContext, index: number): string | undefined;
|
|
13
19
|
export function op_webstorage_set(state: WorkerContext, key_name: string, value: string): void;
|
|
@@ -16,87 +22,81 @@ export function op_webstorage_remove(state: WorkerContext, key_name: string): vo
|
|
|
16
22
|
export function op_webstorage_clear(state: WorkerContext): void;
|
|
17
23
|
export function op_webstorage_iterate_keys(state: WorkerContext): string[];
|
|
18
24
|
export function op_webstorage_has(state: WorkerContext, key_name: string): boolean;
|
|
25
|
+
export function op_check_for_update(state: WorkerContext): Promise<any>;
|
|
26
|
+
export function op_get_system_action_stream(state: WorkerContext): Promise<number>;
|
|
27
|
+
export function op_read_system_action_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
28
|
+
export function op_get_chat_stream(state: WorkerContext): Promise<number>;
|
|
29
|
+
export function op_set_permanent_permission(state: WorkerContext, level: string, value: string | null | undefined, permission_type: any, allow: any): void;
|
|
30
|
+
export function op_get_permanent_permissions(state: WorkerContext, level: string, value?: string | null): Promise<Array<any>>;
|
|
31
|
+
export function op_get_permission_types(arg0: WorkerContext): Array<any>;
|
|
32
|
+
export function op_set_interactable_area(state: WorkerContext, left: number, top: number, right: number, bottom: number): void;
|
|
33
|
+
export function op_get_mic_state(state: WorkerContext): Promise<any>;
|
|
34
|
+
export function op_set_mic_enabled(state: WorkerContext, enabled: boolean): Promise<void>;
|
|
35
|
+
export function op_get_voice_stream(state: WorkerContext): Promise<number>;
|
|
36
|
+
export function op_read_voice_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
37
|
+
export function op_read_chat_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
38
|
+
export function op_send_chat(state: WorkerContext, message: string, channel: string): void;
|
|
39
|
+
export function op_get_profile_extras(state: WorkerContext): Promise<any>;
|
|
40
|
+
export function op_quit(state: WorkerContext): void;
|
|
41
|
+
export function op_get_permission_request_stream(state: WorkerContext): Promise<number>;
|
|
42
|
+
export function op_read_permission_request_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
43
|
+
export function op_get_permission_used_stream(state: WorkerContext): Promise<number>;
|
|
44
|
+
export function op_read_permission_used_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
45
|
+
export function op_set_single_permission(state: WorkerContext, id: number, allow: boolean): void;
|
|
46
|
+
export function op_motd(state: WorkerContext): Promise<string>;
|
|
47
|
+
export function op_get_current_login(state: WorkerContext): string | undefined;
|
|
48
|
+
export function op_get_previous_login(state: WorkerContext): Promise<string | undefined>;
|
|
49
|
+
export function op_kernel_fetch_headers(state: WorkerContext, uri: string, method?: string | null, meta?: string | null): Promise<Array<any>>;
|
|
50
|
+
export function op_set_avatar(state: WorkerContext, base: any, equip: any, has_claimed_name: boolean | null | undefined, profile_extras: any): Promise<number>;
|
|
51
|
+
export function op_native_input(state: WorkerContext): Promise<string>;
|
|
52
|
+
export function op_get_bindings(state: WorkerContext): Promise<any>;
|
|
53
|
+
export function op_set_bindings(state: WorkerContext, bindings: any): Promise<void>;
|
|
54
|
+
export function op_console_command(state: WorkerContext, cmd: string, args: string[]): Promise<string>;
|
|
55
|
+
export function op_live_scene_info(state: WorkerContext): Promise<Array<any>>;
|
|
56
|
+
export function op_get_home_scene(state: WorkerContext): Promise<any>;
|
|
57
|
+
export function op_set_home_scene(state: WorkerContext, realm: string, parcel: any): void;
|
|
58
|
+
export function op_login_previous(state: WorkerContext): Promise<void>;
|
|
59
|
+
export function op_login_new_code(state: WorkerContext): Promise<string | undefined>;
|
|
60
|
+
export function op_login_new_success(state: WorkerContext): Promise<void>;
|
|
61
|
+
export function op_login_guest(state: WorkerContext): void;
|
|
62
|
+
export function op_login_cancel(state: WorkerContext): void;
|
|
63
|
+
export function op_logout(state: WorkerContext): void;
|
|
64
|
+
export function op_settings(state: WorkerContext): Promise<Array<any>>;
|
|
65
|
+
export function op_set_setting(state: WorkerContext, name: string, val: number): Promise<void>;
|
|
66
|
+
export function op_get_user_data(state: WorkerContext): Promise<any>;
|
|
67
|
+
export function op_get_player_data(state: WorkerContext, id: string): Promise<any>;
|
|
68
|
+
export function op_move_player_to(op_state: WorkerContext, position_x: number, position_y: number, position_z: number, camera: boolean, maybe_camera_x: number, maybe_camera_y: number, maybe_camera_z: number, looking_at: boolean, maybe_looking_at_x: number, maybe_looking_at_y: number, maybe_looking_at_z: number): void;
|
|
69
|
+
export function op_teleport_to(state: WorkerContext, position_x: number, position_y: number): Promise<boolean>;
|
|
70
|
+
export function op_change_realm(state: WorkerContext, realm: string, message?: string | null): Promise<boolean>;
|
|
71
|
+
export function op_external_url(state: WorkerContext, url: string): Promise<boolean>;
|
|
72
|
+
export function op_emote(op_state: WorkerContext, emote: string): void;
|
|
73
|
+
export function op_scene_emote(op_state: WorkerContext, emote: string, looping: boolean): Promise<void>;
|
|
74
|
+
export function op_open_nft_dialog(op_state: WorkerContext, urn: string): Promise<void>;
|
|
75
|
+
export function op_ui_focus(op_state: WorkerContext, apply: boolean, element_id?: string | null): Promise<any>;
|
|
76
|
+
export function op_copy_to_clipboard(op_state: WorkerContext, text: string): Promise<void>;
|
|
77
|
+
export function op_send_async(state: WorkerContext, method: string, params: string): Promise<any>;
|
|
19
78
|
export function op_get_texture_size(state: WorkerContext, src: string): Promise<any>;
|
|
20
79
|
export function op_comms_send_string(state: WorkerContext, message: string): Promise<void>;
|
|
21
80
|
export function op_comms_send_binary_single(state: WorkerContext, message: ArrayBuffer, recipient?: string | null): Promise<void>;
|
|
22
81
|
export function op_comms_recv_binary(state: WorkerContext): Promise<Array<any>>;
|
|
82
|
+
export function op_signed_fetch_headers(state: WorkerContext, uri: string, method?: string | null): Promise<any>;
|
|
23
83
|
export function op_crdt_send_to_renderer(op_state: WorkerContext, messages: ArrayBuffer): void;
|
|
24
84
|
export function op_crdt_recv_from_renderer(op_state: WorkerContext): Promise<Array<any>>;
|
|
25
|
-
export function op_send_async(state: WorkerContext, method: string, params: string): Promise<any>;
|
|
26
85
|
export function op_subscribe(state: WorkerContext, id: string): void;
|
|
27
86
|
export function op_unsubscribe(state: WorkerContext, id: string): void;
|
|
28
87
|
export function op_send_batch(state: WorkerContext): Array<any>;
|
|
29
|
-
export function op_signed_fetch_headers(state: WorkerContext, uri: string, method?: string | null): Promise<any>;
|
|
30
88
|
export function op_get_connected_players(state: WorkerContext): Promise<string[]>;
|
|
31
89
|
export function op_get_players_in_scene(state: WorkerContext): Promise<string[]>;
|
|
32
|
-
export function op_portable_spawn(state: WorkerContext, pid?: string | null, ens?: string | null): Promise<any>;
|
|
33
|
-
export function op_portable_kill(state: WorkerContext, pid: string): Promise<boolean>;
|
|
34
|
-
export function op_portable_list(state: WorkerContext): Promise<any[]>;
|
|
35
|
-
export function op_move_player_to(op_state: WorkerContext, position_x: number, position_y: number, position_z: number, camera: boolean, maybe_camera_x: number, maybe_camera_y: number, maybe_camera_z: number, looking_at: boolean, maybe_looking_at_x: number, maybe_looking_at_y: number, maybe_looking_at_z: number): void;
|
|
36
|
-
export function op_teleport_to(state: WorkerContext, position_x: number, position_y: number): Promise<boolean>;
|
|
37
|
-
export function op_change_realm(state: WorkerContext, realm: string, message?: string | null): Promise<boolean>;
|
|
38
|
-
export function op_external_url(state: WorkerContext, url: string): Promise<boolean>;
|
|
39
|
-
export function op_emote(op_state: WorkerContext, emote: string): void;
|
|
40
|
-
export function op_scene_emote(op_state: WorkerContext, emote: string, looping: boolean): Promise<void>;
|
|
41
|
-
export function op_open_nft_dialog(op_state: WorkerContext, urn: string): Promise<void>;
|
|
42
|
-
export function op_ui_focus(op_state: WorkerContext, apply: boolean, element_id?: string | null): Promise<any>;
|
|
43
|
-
export function op_copy_to_clipboard(op_state: WorkerContext, text: string): Promise<void>;
|
|
44
90
|
export function op_read_file(op_state: WorkerContext, filename: string): Promise<any>;
|
|
45
91
|
export function op_scene_information(op_state: WorkerContext): Promise<any>;
|
|
46
92
|
export function op_realm_information(op_state: WorkerContext): Promise<any>;
|
|
47
|
-
export function op_check_for_update(state: WorkerContext): Promise<any>;
|
|
48
|
-
export function op_motd(state: WorkerContext): Promise<string>;
|
|
49
|
-
export function op_get_current_login(state: WorkerContext): string | undefined;
|
|
50
|
-
export function op_get_previous_login(state: WorkerContext): Promise<string | undefined>;
|
|
51
|
-
export function op_login_previous(state: WorkerContext): Promise<void>;
|
|
52
|
-
export function op_login_new_code(state: WorkerContext): Promise<string | undefined>;
|
|
53
|
-
export function op_login_new_success(state: WorkerContext): Promise<void>;
|
|
54
|
-
export function op_login_guest(state: WorkerContext): void;
|
|
55
|
-
export function op_login_cancel(state: WorkerContext): void;
|
|
56
|
-
export function op_logout(state: WorkerContext): void;
|
|
57
|
-
export function op_settings(state: WorkerContext): Promise<Array<any>>;
|
|
58
|
-
export function op_set_setting(state: WorkerContext, name: string, val: number): Promise<void>;
|
|
59
|
-
export function op_kernel_fetch_headers(state: WorkerContext, uri: string, method?: string | null, meta?: string | null): Promise<Array<any>>;
|
|
60
|
-
export function op_set_avatar(state: WorkerContext, base: any, equip: any, has_claimed_name: boolean | null | undefined, profile_extras: any): Promise<number>;
|
|
61
|
-
export function op_native_input(state: WorkerContext): Promise<string>;
|
|
62
|
-
export function op_get_bindings(state: WorkerContext): Promise<any>;
|
|
63
|
-
export function op_set_bindings(state: WorkerContext, bindings: any): Promise<void>;
|
|
64
|
-
export function op_console_command(state: WorkerContext, cmd: string, args: string[]): Promise<string>;
|
|
65
|
-
export function op_live_scene_info(state: WorkerContext): Promise<Array<any>>;
|
|
66
|
-
export function op_get_home_scene(state: WorkerContext): Promise<any>;
|
|
67
|
-
export function op_set_home_scene(state: WorkerContext, realm: string, parcel: any): void;
|
|
68
|
-
export function op_get_system_action_stream(state: WorkerContext): Promise<number>;
|
|
69
|
-
export function op_read_system_action_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
70
|
-
export function op_get_chat_stream(state: WorkerContext): Promise<number>;
|
|
71
|
-
export function op_read_chat_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
72
|
-
export function op_send_chat(state: WorkerContext, message: string, channel: string): void;
|
|
73
|
-
export function op_get_profile_extras(state: WorkerContext): Promise<any>;
|
|
74
|
-
export function op_quit(state: WorkerContext): void;
|
|
75
|
-
export function op_get_permission_request_stream(state: WorkerContext): Promise<number>;
|
|
76
|
-
export function op_read_permission_request_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
77
|
-
export function op_get_permission_used_stream(state: WorkerContext): Promise<number>;
|
|
78
|
-
export function op_read_permission_used_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
79
|
-
export function op_set_single_permission(state: WorkerContext, id: number, allow: boolean): void;
|
|
80
|
-
export function op_set_permanent_permission(state: WorkerContext, level: string, value: string | null | undefined, permission_type: any, allow: any): void;
|
|
81
|
-
export function op_get_permanent_permissions(state: WorkerContext, level: string, value?: string | null): Promise<Array<any>>;
|
|
82
|
-
export function op_get_permission_types(arg0: WorkerContext): Array<any>;
|
|
83
|
-
export function op_set_interactable_area(state: WorkerContext, left: number, top: number, right: number, bottom: number): void;
|
|
84
|
-
export function op_get_mic_state(state: WorkerContext): Promise<any>;
|
|
85
|
-
export function op_set_mic_enabled(state: WorkerContext, enabled: boolean): Promise<void>;
|
|
86
|
-
export function op_get_voice_stream(state: WorkerContext): Promise<number>;
|
|
87
|
-
export function op_read_voice_stream(state: WorkerContext, rid: number): Promise<any>;
|
|
88
93
|
export function op_testing_enabled(op_state: WorkerContext): boolean;
|
|
89
94
|
export function op_log_test_plan(state: WorkerContext, body: any): void;
|
|
90
95
|
export function op_log_test_result(state: WorkerContext, body: any): void;
|
|
91
96
|
export function op_take_and_compare_snapshot(state: WorkerContext, name: string, camera_position: any, camera_target: any, snapshot_size: any, method: any): any;
|
|
92
|
-
export function
|
|
93
|
-
export function
|
|
94
|
-
export function
|
|
95
|
-
export function op_continue_running(state: WorkerContext): boolean;
|
|
96
|
-
export function op_communicated_with_renderer(state: WorkerContext): boolean;
|
|
97
|
-
export function drop_context(state: WorkerContext): void;
|
|
98
|
-
export function builtin_module(state: WorkerContext, path: string): string;
|
|
99
|
-
export function is_super(state: WorkerContext): boolean;
|
|
97
|
+
export function op_portable_spawn(state: WorkerContext, pid?: string | null, ens?: string | null): Promise<any>;
|
|
98
|
+
export function op_portable_kill(state: WorkerContext, pid: string): Promise<boolean>;
|
|
99
|
+
export function op_portable_list(state: WorkerContext): Promise<any[]>;
|
|
100
100
|
export class WorkerContext {
|
|
101
101
|
private constructor();
|
|
102
102
|
free(): void;
|
|
@@ -111,97 +111,97 @@ export interface InitOutput {
|
|
|
111
111
|
readonly init_asset_load_thread: () => void;
|
|
112
112
|
readonly image_processor_init: () => void;
|
|
113
113
|
readonly image_processor_run: () => any;
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly op_webstorage_iterate_keys: (a: number) => [number, number];
|
|
121
|
-
readonly op_webstorage_has: (a: number, b: number, c: number) => number;
|
|
122
|
-
readonly op_get_texture_size: (a: number, b: number, c: number) => any;
|
|
123
|
-
readonly op_comms_send_string: (a: number, b: number, c: number) => any;
|
|
124
|
-
readonly op_comms_send_binary_single: (a: number, b: any, c: number, d: number) => any;
|
|
114
|
+
readonly __wbg_workercontext_free: (a: number, b: number) => void;
|
|
115
|
+
readonly builtin_module: (a: number, b: number, c: number) => [number, number, number, number];
|
|
116
|
+
readonly drop_context: (a: number) => void;
|
|
117
|
+
readonly is_super: (a: number) => number;
|
|
118
|
+
readonly op_change_realm: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
119
|
+
readonly op_check_for_update: (a: number) => any;
|
|
125
120
|
readonly op_comms_recv_binary: (a: number) => any;
|
|
126
|
-
readonly
|
|
121
|
+
readonly op_comms_send_binary_single: (a: number, b: any, c: number, d: number) => any;
|
|
122
|
+
readonly op_comms_send_string: (a: number, b: number, c: number) => any;
|
|
123
|
+
readonly op_communicated_with_renderer: (a: number) => number;
|
|
124
|
+
readonly op_console_command: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
125
|
+
readonly op_continue_running: (a: number) => number;
|
|
126
|
+
readonly op_copy_to_clipboard: (a: number, b: number, c: number) => any;
|
|
127
127
|
readonly op_crdt_recv_from_renderer: (a: number) => any;
|
|
128
|
-
readonly
|
|
129
|
-
readonly op_subscribe: (a: number, b: number, c: number) => void;
|
|
130
|
-
readonly op_unsubscribe: (a: number, b: number, c: number) => void;
|
|
131
|
-
readonly op_send_batch: (a: number) => any;
|
|
132
|
-
readonly op_signed_fetch_headers: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
133
|
-
readonly op_get_connected_players: (a: number) => any;
|
|
134
|
-
readonly op_get_players_in_scene: (a: number) => any;
|
|
135
|
-
readonly op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
136
|
-
readonly op_portable_kill: (a: number, b: number, c: number) => any;
|
|
137
|
-
readonly op_portable_list: (a: number) => any;
|
|
138
|
-
readonly 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;
|
|
139
|
-
readonly op_teleport_to: (a: number, b: number, c: number) => any;
|
|
140
|
-
readonly op_change_realm: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
141
|
-
readonly op_external_url: (a: number, b: number, c: number) => any;
|
|
128
|
+
readonly op_crdt_send_to_renderer: (a: number, b: any) => void;
|
|
142
129
|
readonly op_emote: (a: number, b: number, c: number) => void;
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly op_read_file: (a: number, b: number, c: number) => any;
|
|
148
|
-
readonly op_scene_information: (a: number) => any;
|
|
149
|
-
readonly op_realm_information: (a: number) => any;
|
|
150
|
-
readonly op_check_for_update: (a: number) => any;
|
|
151
|
-
readonly op_motd: (a: number) => any;
|
|
130
|
+
readonly op_external_url: (a: number, b: number, c: number) => any;
|
|
131
|
+
readonly op_get_bindings: (a: number) => any;
|
|
132
|
+
readonly op_get_chat_stream: (a: number) => any;
|
|
133
|
+
readonly op_get_connected_players: (a: number) => any;
|
|
152
134
|
readonly op_get_current_login: (a: number) => [number, number];
|
|
135
|
+
readonly op_get_home_scene: (a: number) => any;
|
|
136
|
+
readonly op_get_mic_state: (a: number) => any;
|
|
137
|
+
readonly op_get_permanent_permissions: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
138
|
+
readonly op_get_permission_request_stream: (a: number) => any;
|
|
139
|
+
readonly op_get_permission_types: (a: number) => any;
|
|
140
|
+
readonly op_get_permission_used_stream: (a: number) => any;
|
|
141
|
+
readonly op_get_player_data: (a: number, b: number, c: number) => any;
|
|
142
|
+
readonly op_get_players_in_scene: (a: number) => any;
|
|
153
143
|
readonly op_get_previous_login: (a: number) => any;
|
|
154
|
-
readonly
|
|
144
|
+
readonly op_get_profile_extras: (a: number) => any;
|
|
145
|
+
readonly op_get_system_action_stream: (a: number) => any;
|
|
146
|
+
readonly op_get_texture_size: (a: number, b: number, c: number) => any;
|
|
147
|
+
readonly op_get_user_data: (a: number) => any;
|
|
148
|
+
readonly op_get_voice_stream: (a: number) => any;
|
|
149
|
+
readonly op_kernel_fetch_headers: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
150
|
+
readonly op_live_scene_info: (a: number) => any;
|
|
151
|
+
readonly op_log_test_plan: (a: number, b: any) => void;
|
|
152
|
+
readonly op_log_test_result: (a: number, b: any) => void;
|
|
153
|
+
readonly op_login_cancel: (a: number) => void;
|
|
154
|
+
readonly op_login_guest: (a: number) => void;
|
|
155
155
|
readonly op_login_new_code: (a: number) => any;
|
|
156
156
|
readonly op_login_new_success: (a: number) => any;
|
|
157
|
-
readonly
|
|
158
|
-
readonly op_login_cancel: (a: number) => void;
|
|
157
|
+
readonly op_login_previous: (a: number) => any;
|
|
159
158
|
readonly op_logout: (a: number) => void;
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly op_kernel_fetch_headers: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => any;
|
|
163
|
-
readonly op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
|
|
159
|
+
readonly op_motd: (a: number) => any;
|
|
160
|
+
readonly 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;
|
|
164
161
|
readonly op_native_input: (a: number) => any;
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly op_get_home_scene: (a: number) => any;
|
|
170
|
-
readonly op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
|
|
171
|
-
readonly op_get_system_action_stream: (a: number) => any;
|
|
172
|
-
readonly op_read_system_action_stream: (a: number, b: number) => any;
|
|
173
|
-
readonly op_get_chat_stream: (a: number) => any;
|
|
174
|
-
readonly op_read_chat_stream: (a: number, b: number) => any;
|
|
175
|
-
readonly op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
176
|
-
readonly op_get_profile_extras: (a: number) => any;
|
|
162
|
+
readonly op_open_nft_dialog: (a: number, b: number, c: number) => any;
|
|
163
|
+
readonly op_portable_kill: (a: number, b: number, c: number) => any;
|
|
164
|
+
readonly op_portable_list: (a: number) => any;
|
|
165
|
+
readonly op_portable_spawn: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
177
166
|
readonly op_quit: (a: number) => void;
|
|
178
|
-
readonly
|
|
167
|
+
readonly op_read_chat_stream: (a: number, b: number) => any;
|
|
168
|
+
readonly op_read_file: (a: number, b: number, c: number) => any;
|
|
179
169
|
readonly op_read_permission_request_stream: (a: number, b: number) => any;
|
|
180
|
-
readonly op_get_permission_used_stream: (a: number) => any;
|
|
181
170
|
readonly op_read_permission_used_stream: (a: number, b: number) => any;
|
|
182
|
-
readonly
|
|
183
|
-
readonly
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
171
|
+
readonly op_read_system_action_stream: (a: number, b: number) => any;
|
|
172
|
+
readonly op_read_voice_stream: (a: number, b: number) => any;
|
|
173
|
+
readonly op_realm_information: (a: number) => any;
|
|
174
|
+
readonly op_scene_emote: (a: number, b: number, c: number, d: number) => any;
|
|
175
|
+
readonly op_scene_information: (a: number) => any;
|
|
176
|
+
readonly op_send_async: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
177
|
+
readonly op_send_batch: (a: number) => any;
|
|
178
|
+
readonly op_send_chat: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
179
|
+
readonly op_set_avatar: (a: number, b: any, c: any, d: number, e: any) => any;
|
|
180
|
+
readonly op_set_bindings: (a: number, b: any) => any;
|
|
181
|
+
readonly op_set_home_scene: (a: number, b: number, c: number, d: any) => void;
|
|
186
182
|
readonly op_set_interactable_area: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
187
|
-
readonly op_get_mic_state: (a: number) => any;
|
|
188
183
|
readonly op_set_mic_enabled: (a: number, b: number) => any;
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
193
|
-
readonly
|
|
184
|
+
readonly op_set_permanent_permission: (a: number, b: number, c: number, d: number, e: number, f: any, g: any) => [number, number];
|
|
185
|
+
readonly op_set_setting: (a: number, b: number, c: number, d: number) => any;
|
|
186
|
+
readonly op_set_single_permission: (a: number, b: number, c: number) => void;
|
|
187
|
+
readonly op_settings: (a: number) => any;
|
|
188
|
+
readonly op_signed_fetch_headers: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
189
|
+
readonly op_subscribe: (a: number, b: number, c: number) => void;
|
|
194
190
|
readonly op_take_and_compare_snapshot: (a: number, b: number, c: number, d: any, e: any, f: any, g: any) => [number, number, number];
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
191
|
+
readonly op_teleport_to: (a: number, b: number, c: number) => any;
|
|
192
|
+
readonly op_testing_enabled: (a: number) => number;
|
|
193
|
+
readonly op_ui_focus: (a: number, b: number, c: number, d: number) => any;
|
|
194
|
+
readonly op_unsubscribe: (a: number, b: number, c: number) => void;
|
|
195
|
+
readonly op_webstorage_clear: (a: number) => void;
|
|
196
|
+
readonly op_webstorage_get: (a: number, b: number, c: number) => [number, number];
|
|
197
|
+
readonly op_webstorage_has: (a: number, b: number, c: number) => number;
|
|
198
|
+
readonly op_webstorage_iterate_keys: (a: number) => [number, number];
|
|
199
|
+
readonly op_webstorage_key: (a: number, b: number) => [number, number];
|
|
200
|
+
readonly op_webstorage_length: (a: number) => number;
|
|
201
|
+
readonly op_webstorage_remove: (a: number, b: number, c: number) => void;
|
|
202
|
+
readonly op_webstorage_set: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
197
203
|
readonly wasm_init_scene: () => any;
|
|
198
|
-
readonly __wbg_workercontext_free: (a: number, b: number) => void;
|
|
199
204
|
readonly workercontext_get_source: (a: number) => any;
|
|
200
|
-
readonly op_continue_running: (a: number) => number;
|
|
201
|
-
readonly op_communicated_with_renderer: (a: number) => number;
|
|
202
|
-
readonly drop_context: (a: number) => void;
|
|
203
|
-
readonly builtin_module: (a: number, b: number, c: number) => [number, number, number, number];
|
|
204
|
-
readonly is_super: (a: number) => number;
|
|
205
205
|
readonly __externref_table_alloc: () => number;
|
|
206
206
|
readonly __wbindgen_export_1: WebAssembly.Table;
|
|
207
207
|
readonly memory: WebAssembly.Memory;
|
|
@@ -210,21 +210,21 @@ export interface InitOutput {
|
|
|
210
210
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
211
211
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
212
212
|
readonly __wbindgen_export_7: WebAssembly.Table;
|
|
213
|
-
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
214
213
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
215
|
-
readonly
|
|
216
|
-
readonly
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
219
|
-
readonly
|
|
220
|
-
readonly
|
|
221
|
-
readonly
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
226
|
-
readonly
|
|
227
|
-
readonly
|
|
214
|
+
readonly __externref_drop_slice: (a: number, b: number) => void;
|
|
215
|
+
readonly closure15184_externref_shim: (a: number, b: number, c: number, d: any) => void;
|
|
216
|
+
readonly closure48427_externref_shim: (a: number, b: number, c: any) => void;
|
|
217
|
+
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______: (a: number, b: number) => void;
|
|
218
|
+
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______14: (a: number, b: number) => void;
|
|
219
|
+
readonly closure52081_externref_shim: (a: number, b: number, c: any) => void;
|
|
220
|
+
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______16: (a: number, b: number) => void;
|
|
221
|
+
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______17: (a: number, b: number) => void;
|
|
222
|
+
readonly closure57141_externref_shim: (a: number, b: number, c: any) => void;
|
|
223
|
+
readonly closure57145_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
224
|
+
readonly _dyn_core_f2710c7f87f75ba1___ops__function__FnMut_____Output______as_wasm_bindgen_c65ede6e0f295cba___closure__WasmClosure___describe__invoke______20: (a: number, b: number) => void;
|
|
225
|
+
readonly closure116598_externref_shim: (a: number, b: number, c: any) => void;
|
|
226
|
+
readonly closure131626_externref_shim: (a: number, b: number, c: any) => void;
|
|
227
|
+
readonly closure134522_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
228
228
|
readonly __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
229
229
|
readonly __wbindgen_start: (a: number) => void;
|
|
230
230
|
}
|