-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweather_demo_bg.wasm.d.ts
22 lines (22 loc) · 1.4 KB
/
weather_demo_bg.wasm.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const main: () => void;
export const slint_qt_get_widget: (a: number) => number;
export const slint_mock_elapsed_time: (a: bigint) => void;
export const slint_get_mocked_time: () => bigint;
export const slint_send_mouse_click: (a: number, b: number, c: number) => void;
export const slint_send_keyboard_char: (a: number, b: number, c: number) => void;
export const send_keyboard_string_sequence: (a: number, b: number) => void;
export const __externref_table_alloc: () => number;
export const __wbindgen_export_1: WebAssembly.Table;
export const __wbindgen_exn_store: (a: number) => void;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_export_5: WebAssembly.Table;
export const closure1699_externref_shim: (a: number, b: number, c: any) => void;
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8bedbcce5d73f8a4: (a: number, b: number) => void;
export const closure2234_externref_shim: (a: number, b: number, c: any) => void;
export const closure2236_externref_shim: (a: number, b: number, c: any, d: any) => void;
export const closure2419_externref_shim: (a: number, b: number, c: any) => void;
export const __wbindgen_start: () => void;