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
Browse Source
idex added
fix/check-version
alrubio
3 years ago
parent
d7151baf81
commit
0fb6a7719c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
index.js
+ 2
- 0
index.js
View File
@ -0,0 +1,2 @@
exports
.
wasm
=
import
(
"./wasm/tester"
)
;
exports
.
c
=
import
(
"./c/tester"
)
;
Write
Preview
Loading…
Cancel
Save