2026-04-22 05:57:06 +08:00
|
|
|
/* tslint:disable */
|
|
|
|
|
/* eslint-disable */
|
|
|
|
|
export const memory: WebAssembly.Memory;
|
2026-06-01 09:29:12 +08:00
|
|
|
export const mount_mindmap_shell: (a: any, b: any) => [number, number, number];
|
|
|
|
|
export const unmount_mindmap_shell: (a: number) => [number, number];
|
2026-06-09 09:20:56 +08:00
|
|
|
export const mount: (a: any, b: any) => [number, number, number];
|
|
|
|
|
export const unmount: (a: number) => [number, number];
|
2026-06-01 09:29:12 +08:00
|
|
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
|
|
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
2026-06-09 09:20:56 +08:00
|
|
|
export const intounderlyingsink_close: (a: number) => any;
|
|
|
|
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
|
|
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
|
|
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
|
|
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
|
|
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
|
|
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
|
|
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
2026-04-22 05:57:06 +08:00
|
|
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
2026-06-01 09:29:12 +08:00
|
|
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
2026-06-09 09:20:56 +08:00
|
|
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h3a3182d847094e12: (a: number, b: number, c: any) => [number, number];
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h0accad0f5d87788a: (a: number, b: number, c: any, d: any) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h396914cf76a9e7a5: (a: number, b: number, c: any) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__had771ddc65647798: (a: number, b: number, c: any) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h0abd2b2fe4652e2a: (a: number, b: number, c: any) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h396914cf76a9e7a5_4: (a: number, b: number, c: any) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__hd90af689bc3e71bf: (a: number, b: number, c: any) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h794babeffd4f821f: (a: number, b: number) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h2b648e7ac8ec1fb5: (a: number, b: number) => void;
|
|
|
|
|
export const wasm_bindgen__convert__closures_____invoke__h0b7fb40a8610550c: (a: number, b: number) => void;
|
2026-04-22 05:57:06 +08:00
|
|
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
|
|
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
|
|
|
export const __externref_table_alloc: () => number;
|
|
|
|
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
|
|
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
|
|
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
|
|
export const __wbindgen_destroy_closure: (a: number, b: number) => void;
|
|
|
|
|
export const __externref_table_dealloc: (a: number) => void;
|
|
|
|
|
export const __wbindgen_start: () => void;
|