UNPKG

@polkadot/wasm-crypto

Version:

A wasm interface layer for use by @polkadot/util-crypto

11 lines (10 loc) 360 B
/** * @name initWasm * @description * For historic purposes and for tighter control on init, specifically performing * a WASM initialization with no interface whatsoever (no WASM, no ASM.js) * * Generally should not be used unless you want explicit control over which * interfaces are initialized. */ export declare function initWasm(): Promise<void>;