mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 16:41:33 +00:00
Set spectests to be only imported in testing
This commit is contained in:
@ -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.")]
|
||||||
|
Reference in New Issue
Block a user