Set spectests to be only imported in testing

This commit is contained in:
Syrus Akbary
2018-10-24 02:01:16 +02:00
parent c4b0261336
commit 48f7c46020

View File

@ -37,8 +37,9 @@ use wabt::wat2wasm;
mod macros; mod macros;
pub mod common; pub mod common;
pub mod integrations; pub mod integrations;
pub mod spectests;
pub mod webassembly; pub mod webassembly;
#[cfg(test)]
mod spectests;
#[derive(Debug, StructOpt)] #[derive(Debug, StructOpt)]
#[structopt(name = "wasmer", about = "WASM execution runtime.")] #[structopt(name = "wasmer", about = "WASM execution runtime.")]