fast-md5-web
Version:
A TypeScript project with tsup bundler for Rust WASM MD5 calculation
23 lines (22 loc) • 1.52 kB
TypeScript
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const __wbg_md5calculator_free: (a: number, b: number) => void;
export const md5calculator_new: () => number;
export const md5calculator_calculate_md5_async: (a: number, b: number, c: number, d: number) => any;
export const md5calculator_set_log_enabled: (a: number, b: number) => void;
export const md5calculator_is_log_enabled: (a: number) => number;
export const md5calculator_start_incremental_md5: (a: number, b: number, c: number) => void;
export const md5calculator_update_incremental_md5: (a: number, b: number, c: number, d: number, e: number) => number;
export const md5calculator_finalize_incremental_md5: (a: number, b: number, c: number, d: number) => [number, number];
export const md5calculator_cancel_incremental_md5: (a: number, b: number, c: number) => number;
export const __wbindgen_exn_store: (a: number) => void;
export const __externref_table_alloc: () => number;
export const __wbindgen_export_2: WebAssembly.Table;
export const __wbindgen_free: (a: number, b: number, c: 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_6: WebAssembly.Table;
export const closure27_externref_shim: (a: number, b: number, c: any) => void;
export const closure44_externref_shim: (a: number, b: number, c: any, d: any) => void;
export const __wbindgen_start: () => void;