From 441a375026886ebb95a6eb8ddde0adf1b8868c08 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:23:08 +0100 Subject: [PATCH] Update wasi.ts --- src/worker/wasi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/worker/wasi.ts b/src/worker/wasi.ts index 1941894..0cabcc4 100644 --- a/src/worker/wasi.ts +++ b/src/worker/wasi.ts @@ -244,7 +244,7 @@ export async function runCircomspect(fileName = "main.circom") { 'P1003' ] as string[], - // Environment variables that are accesible to the WASI module + // Environment variables that are accessible to the WASI module env: { RUST_BACKTRACE: "1", }, @@ -294,7 +294,7 @@ export async function runCircom( !options.nosym && "--sym", ].filter((k) => k !== false) as string[], - // Environment variables that are accesible to the WASI module + // Environment variables that are accessible to the WASI module env: { RUST_BACKTRACE: "1", },