zink
zink copied to clipboard
Check and fix bitwise instructions
Describe the feature
We have already addressed all of the bitwise instructions from WASM to EVM bytecdoe, but due the issue for stack orders, they don't work for now, need to fix them and provide tests
Solution
No response