Skip to content

Commit

Permalink
chore: expose wasm functions
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDumo committed Jan 31, 2025
1 parent b7bb363 commit 6e90fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,6 @@ pub fn gen_circom_from_decomposed_regex(

Ok(())
}

#[cfg(target_arch = "wasm32")]
pub use crate::wasm::*;

0 comments on commit 6e90fa8

Please sign in to comment.