Skip to content

Commit

Permalink
fix: do not redefine wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDumo committed Jan 31, 2025
1 parent 6e90fa8 commit 2e0fb39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,6 @@ pub fn gen_circom_from_decomposed_regex(
Ok(())
}

// do not re-define
#[cfg(target_arch = "wasm32")]
pub use crate::wasm::*;

0 comments on commit 2e0fb39

Please sign in to comment.