UNPKG
o1js
Version:
latest (2.12.0)
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
0.18.0
0.17.0
0.16.2
0.16.1
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.2
0.12.1
TypeScript framework for zk-SNARKs and zkApps
github.com/o1-labs/o1js/
o1-labs/o1js
o1js
/
dist
/
web
/
bindings
/
js
/
node
/
node-backend.d.ts
7 lines
(6 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@type
{
import("../../compiled/node_bindings/plonk_wasm.cjs")
} */
export
const
wasm
:
typeof
wasm_;
export
const
withThreadPool
: <T>
(
run: () =>
Promise
<T>
) =>
Promise
<T>;
import
wasm_
from
'../../compiled/node_bindings/plonk_wasm.cjs'
;