mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 18:32:15 +00:00
9 lines
90 B
Rust
9 lines
90 B
Rust
|
extern crate wabt;
|
||
|
|
||
|
// use emtests;
|
||
|
mod spectests;
|
||
|
|
||
|
fn main() {
|
||
|
spectests::build();
|
||
|
}
|