mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
8 lines
212 B
Rust
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;
|