From 94f4ded016755e996b750ddbdf634208a983d415 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 28 Feb 2024 16:17:45 +0100 Subject: [PATCH] use wasm instead of c++ --- libs/remix-ws-templates/src/script-templates/sindri/sindri.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ws-templates/src/script-templates/sindri/sindri.json b/libs/remix-ws-templates/src/script-templates/sindri/sindri.json index 65e277bda7..5f2ec079f5 100644 --- a/libs/remix-ws-templates/src/script-templates/sindri/sindri.json +++ b/libs/remix-ws-templates/src/script-templates/sindri/sindri.json @@ -5,5 +5,5 @@ "circuitType": "circom", "curve": "bn254", "provingScheme": "groth16", - "witnessCompiler": "c++" + "witnessCompiler": "wasm" }