Add support for compilation via Yul IR#943
Conversation
d-xo
left a comment
There was a problem hiding this comment.
Thanks!
To test locally I think you should be able to run dapp mk-standard-json adnd check the contents of the resulting file.
The biggest problem is compilation and setting up the environment, I have no idea how to do that. I have no experience with Haskell, Nix or the pipeline they create and there are no instructions in README for script kiddies. |
|
You can do |
|
I've tried it out and it works! The actual compilation and trial showed me a few places where I haven't adjusted code for support of |
|
Thanks!! |
Description
Adds support for compilation via Yul IR. Solidity doesn't consider it experimental since 0.8.13.
Checklist