Skip to content

Commit

Permalink
run npm run bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Aug 1, 2023
1 parent d6e16b4 commit f43e72b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions compiled/node_bindings/snarky_js_node.bc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4824,6 +4824,10 @@
(index,witness_cols,prev_challenges,prev_sgs),
proof=caml_pasta_fp_proof_of_rust(res);
return proof}
function caml_pasta_fp_plonk_proof_create_and_verify()
{throw new
Error
("Unimplemented caml_pasta_fp_plonk_proof_create_and_verify")}
function caml_pasta_fp_plonk_proof_example_with_ffadd()
{throw new
Error
Expand Down Expand Up @@ -7556,13 +7560,6 @@
function(event)
{if(event.error)caml_fatal_uncaught_exception(event.error)})}
caml_setup_uncaught_exception_handler();
var
caml_pasta_fp_plonk_proof_create_and_verify=
globalThis.caml_pasta_fp_plonk_proof_create_and_verify !== undefined
?globalThis.caml_pasta_fp_plonk_proof_create_and_verify
:function()
{caml_failwith
("caml_pasta_fp_plonk_proof_create_and_verify" + " not implemented")};
function caml_call1(f,a0)
{return f.length == 1?f(a0):caml_call_gen(f,[a0])}
function caml_call2(f,a0,a1)
Expand Down
2 changes: 1 addition & 1 deletion compiled/node_bindings/snarky_js_node.bc.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled/web_bindings/snarky_js_web.bc.js

Large diffs are not rendered by default.

0 comments on commit f43e72b

Please sign in to comment.