mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Set spectests to be only imported in testing
This commit is contained in:
@ -37,8 +37,9 @@ use wabt::wat2wasm;
|
||||
mod macros;
|
||||
pub mod common;
|
||||
pub mod integrations;
|
||||
pub mod spectests;
|
||||
pub mod webassembly;
|
||||
#[cfg(test)]
|
||||
mod spectests;
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
#[structopt(name = "wasmer", about = "WASM execution runtime.")]
|
||||
|
Reference in New Issue
Block a user