1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-02 16:01:03 +00:00

6 lines
76 B
Rust
Raw Normal View History

2019-01-08 23:50:37 -05:00
mod spectests;
fn main() -> std::io::Result<()> {
spectests::build()
2019-01-10 22:59:57 -05:00
}