0xPolygonMiden / compiler

Compiler from MidenIR to Miden Assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid re-compiling the Rust code in integration tests

greenhat opened this issue · comments

If the Rust code is not changed and its dependencies (miden-sdk, miden-stdlib) and the rust toolchain is not changed, re-use the Wasm binary.

The backup plan is to introduce an env var to hard skip the Rust compilation and use the Wasm binary.