mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
6 lines
76 B
Rust
6 lines
76 B
Rust
mod spectests;
|
|
|
|
fn main() -> std::io::Result<()> {
|
|
spectests::build()
|
|
}
|