Explorar el Código

lib: Reenable wasm runtime module.

parazyd hace 4 años
padre
commit
2615f7a30e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/lib.rs

+ 2 - 2
src/lib.rs

@@ -40,8 +40,8 @@ pub mod util;
 #[cfg(feature = "wallet")]
 pub mod wallet;
 
-//#[cfg(feature = "wasm-runtime")]
-//pub mod runtime;
+#[cfg(feature = "wasm-runtime")]
+pub mod runtime;
 
 #[cfg(feature = "zkas")]
 pub mod zkas;