@cap.js/wasm
Version:
WASM solver for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.
9 lines (8 loc) • 414 B
TypeScript
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const solve_pow: (a: number, b: number, c: number, d: number) => bigint;
export const __wbindgen_export_0: WebAssembly.Table;
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_start: () => void;