chore: expose solc module
This commit is contained in:
parent
558227cefd
commit
1fb3fbfef6
|
@ -12,7 +12,7 @@ pub use geth::{Geth, GethInstance};
|
|||
|
||||
/// Solidity compiler bindings
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod solc;
|
||||
pub mod solc;
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use solc::{CompiledContract, Solc};
|
||||
|
|
Loading…
Reference in New Issue