mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Separate testing per compiler
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
//! implementation, such as: singlepass, cranelift or llvm depending
|
||||
//! on what's available on the target.
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
mod imports;
|
||||
mod multi_value_imports;
|
||||
mod traps;
|
||||
mod wast;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
mod utils;
|
||||
|
||||
Reference in New Issue
Block a user