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+?