This website works better with JavaScript.
Home
Explore
Help
Sign In
arnaucube
/
circom_tester
mirror of
https://github.com/arnaucube/circom_tester.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18
Commits
2
Branches
7
Tags
53 KiB
JavaScript
100%
Tree:
020cb4d510
fix/check-version
main
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '020cb4d510'
${ noResults }
circom_tester
/
index.js
2 lines
76 B
Raw
Blame
History
exports
.
wasm
=
require
(
"./wasm/tester"
)
;
exports
.
c
=
require
(
"./c/tester"
)
;