UNPKG
@iota-pico/pow-wasm
Version:
latest (1.0.0)
1.0.0
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.6.1
IOTA Pico Framework Proof Of Work WebAssembly
github.com/iota-pico/pow-wasm
iota-pico/pow-wasm
@iota-pico/pow-wasm
/
dist
/
IWebPlatform.d.ts
8 lines
(7 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * IWebPlatform interface. */
export
interface IWebPlatform { webAssemblyType: string;
wasmModuleLoader
(
module
: any):
void
; }