evm2near icon indicating copy to clipboard operation
evm2near copied to clipboard

Failed to compile Solidity code: could not parse `solc' output: invalid EVM opcode 0x5F

Open thesidsridhar opened this issue 1 year ago • 0 comments

Hi all,

I have installed everything and am trying to execute the example in the README.

(base) sidsridhar@Siddarths-MacBook-Pro evm2near-master 2 % ./evm2near test/calc.sol -o calc.wasm -b wasi
Failed to compile Solidity code: could not parse `solc' output: invalid EVM opcode 0x5F

What do I need to do to clarify the above error - since the JUMP0 opcode is used in all .sol files in test before 0.8.20+?

thesidsridhar avatar Jun 27 '23 04:06 thesidsridhar