mirror of
https://github.com/zkemail/zk-regex.git
synced 2026-01-09 13:48:00 -05:00
fix: missing import
This commit is contained in:
@@ -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)]
|
||||
|
||||
@@ -216,6 +216,5 @@ pub fn gen_circom_from_decomposed_regex(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// do not re-define
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
pub use crate::wasm::*;
|
||||
|
||||
Reference in New Issue
Block a user