wasmer/lib/runtime/build/mod.rs
2019-01-12 23:48:21 -05:00

6 lines
76 B
Rust

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