mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-13 01:11:31 +01:00
Publicly expose Wasm type (#65)
This commit is contained in:
@@ -5,7 +5,8 @@ mod memory;
|
||||
pub(super) use memory::SafeMemory;
|
||||
|
||||
mod circom;
|
||||
pub(super) use circom::{CircomBase, Wasm};
|
||||
pub(super) use circom::CircomBase;
|
||||
pub use circom::Wasm;
|
||||
|
||||
#[cfg(feature = "circom-2")]
|
||||
pub(super) use circom::Circom2;
|
||||
|
||||
Reference in New Issue
Block a user