File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/lib/crypto/kimchi_bindings/js Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ type NapiPastaFqPlonkIndex = {};
1111type NapiPastaFp = { } ;
1212type NapiPastaFq = { } ;
1313type NapiLookupInfo = { } ;
14- type WasmPastaFqPlonkIndex = { } ;
1514type WasmPastaFpPlonkIndex = { } ;
15+ type WasmPastaFqPlonkIndex = { } ;
1616type Proof = { }
1717type NapiVector < T > = { } ;
1818type NapiFlatVector < T > = { } ;
19- type WasmVecVecFq = { } ;
2019type WasmVecVecFp = { } ;
20+ type WasmVecVecFq = { } ;
2121type Self = { } ;
2222
2323// Header section end
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ var plonk_wasm = (function() {
1818 "caml_pasta_fp_poseidon_block_cipher" ,
1919 "caml_pasta_fq_poseidon_block_cipher" ,
2020 "caml_pasta_fp_plonk_proof_create" ,
21+ "caml_pasta_fq_plonk_proof_create" ,
2122 "caml_pasta_fp_plonk_verifier_index_shifts" ,
2223 "caml_pasta_fq_plonk_verifier_index_shifts" ,
2324 "caml_pasta_fp_plonk_gate_vector_create" ,
@@ -99,9 +100,7 @@ var plonk_wasm = (function() {
99100 wasm . native = true ;
100101 } catch ( e ) {
101102 if ( process . env . O1JS_REQUIRE_NATIVE_BINDINGS ) {
102- console . error ( e )
103- console . log ( "native didn't load" )
104- process . exit ( 1 ) ;
103+ throw e
105104 }
106105 }
107106 return wasm
You can’t perform that action at this time.
0 commit comments