mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-29 19:59:27 +00:00
9 lines
234 B
Rust
9 lines
234 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 imports;
|
|
mod multi_value_imports;
|
|
mod traps;
|
|
mod utils;
|