xermicus / revive

Solidity compiler for PolkaVM
Apache License 2.0
16 stars 4 forks source link

fix: copy `polkavm_guest.bc` to output directory #3

Closed 0xf333 closed 5 months ago

0xf333 commented 5 months ago

Copying the generated polkavm_guest.bc file to the out put directory specified by the user.

E.g

The following command

 cargo run Storage.sol -O3 --bin --output-dir './out'

Should additionally output polkavm_guest.bc to ./out directory.


Current behavior

In this draft, I'm temporary copying it to current directory, I will implement the fix before the PR.

0xf333 commented 5 months ago

There won't be a need for this after all, let close this daft.