fix: missing import

This commit is contained in:
Dimitri
2025-02-11 17:00:05 +07:00
parent 4db0da667e
commit abe96fe6c4
2 changed files with 1 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ use crate::*;
use console_error_panic_hook;
use js_sys::Array;
use serde_json::Value;
use std::panic;
use wasm_bindgen::prelude::*;
#[wasm_bindgen(start)]

View File

@@ -216,6 +216,5 @@ pub fn gen_circom_from_decomposed_regex(
Ok(())
}
// do not re-define
#[cfg(target_arch = "wasm32")]
pub use crate::wasm::*;