- 归档 OnlyOffice live bridge、Page AI、mindmap、design governance 与相关 bug 条目 - 补齐 MinerU OCR 后端 runtime 合同与 smoke/test 基线 - 收口 ChatOnly/Doubao、ObjectIdentity、Page Aggregate compat 与 runtime owner 文档口径 验证: - cargo test --manifest-path rust/Cargo.toml -p mnote-web local_ocr -- --test-threads=1 - cargo test --manifest-path rust/Cargo.toml -p mnote-web onlyoffice_bridge -- --test-threads=1 - git diff --check - git diff --cached --check - codegraph index . --force && codegraph status . - codegraph sync . && codegraph status .
40 lines
2.9 KiB
TypeScript
40 lines
2.9 KiB
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const memory: WebAssembly.Memory;
|
|
export const mount: (a: any, b: any) => [number, number, number];
|
|
export const mount_mindmap_shell: (a: any, b: any) => [number, number, number];
|
|
export const unmount: (a: number) => [number, number];
|
|
export const unmount_mindmap_shell: (a: number) => [number, number];
|
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
export const intounderlyingsink_close: (a: number) => any;
|
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
export const wasm_bindgen__convert__closures_____invoke__h854f4676fa692669: (a: number, b: number, c: any) => [number, number];
|
|
export const wasm_bindgen__convert__closures_____invoke__h1a94ffe1b1ed8350: (a: number, b: number, c: any, d: any) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__h9213ab6f3ef747a1: (a: number, b: number, c: any) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__h280638b828d42e1f: (a: number, b: number, c: any) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__h10d35e1548938147: (a: number, b: number, c: any) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__h280638b828d42e1f_4: (a: number, b: number, c: any) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__hdc2c23cc0c047a34: (a: number, b: number, c: any) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__h68fbbcff54846097: (a: number, b: number) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__had164c21c04063ef: (a: number, b: number) => void;
|
|
export const wasm_bindgen__convert__closures_____invoke__h5921057d3102c7f1: (a: number, b: 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 __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;
|