tasq/node_modules/@claude-flow/guidance/wasm-pkg/guidance_kernel_bg.wasm.d.ts

17 lines
1.0 KiB
TypeScript

/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const batch_process: (a: number, b: number, c: number) => void;
export const content_hash: (a: number, b: number, c: number) => void;
export const detect_destructive: (a: number, b: number, c: number) => void;
export const hmac_sha256: (a: number, b: number, c: number, d: number, e: number) => void;
export const kernel_init: (a: number) => void;
export const scan_secrets: (a: number, b: number, c: number) => void;
export const sha256: (a: number, b: number, c: number) => void;
export const verify_chain: (a: number, b: number, c: number, d: number) => number;
export const sign_envelope: (a: number, b: number, c: number, d: number, e: number) => void;
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
export const __wbindgen_export: (a: number, b: number) => number;
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_export3: (a: number, b: number, c: number) => void;