1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-31 06:51:04 +00:00
2019-01-12 23:48:21 -05:00

6 lines
76 B
Rust

mod spectests;
fn main() -> std::io::Result<()> {
spectests::build()
}