Files
wasmer/tests/compilers/main.rs
2020-06-08 16:37:33 -07:00

8 lines
212 B
Rust

//! This test suite does all the tests that involve any compiler
//! implementation, such as: singlepass, cranelift or llvm depending
//! on what's available on the target.
mod functions;
mod imports;
mod wast;