4 lines
89 B
Rust
Raw Normal View History

2025-02-05 10:09:35 +08:00
fn main() {
rust_witness::transpile::transpile_wasm("./test-vectors".to_string());
}