mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
9 lines
90 B
Rust
9 lines
90 B
Rust
extern crate wabt;
|
|
|
|
// use emtests;
|
|
mod spectests;
|
|
|
|
fn main() {
|
|
spectests::build();
|
|
}
|