1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-30 22:41:03 +00:00
2019-01-29 16:58:16 -06:00

6 lines
76 B
Rust

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