Skip to content

Commit a9b5df0

Browse files
committed
Fix generating wasm file name
1 parent b25867e commit a9b5df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile-circuit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo -e "\nCompiling the circuits..."
3333

3434
circom ${CIRCUIT_FILE} --r1cs --wasm --sym -o ${BUILD_DIR}
3535

36-
mv ${BUILD_DIR}/${CIRCUIT_NAME}_js/${CIRCUIT_NAME}.wasm ${BUILD_DIR}/mul.wasm
36+
mv ${BUILD_DIR}/${CIRCUIT_NAME}_js/${CIRCUIT_NAME}.wasm ${BUILD_DIR}/${CIRCUIT_NAME}.wasm
3737

3838
#snarkjs r1cs print ${BUILD_DIR}/${CIRCUIT_NAME}.r1cs ${BUILD_DIR}/${CIRCUIT_NAME}.sym
3939

0 commit comments

Comments
 (0)