SOLL
SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
How to download and setup SOLL
Open terminal and run command
git clone https://github.com/second-state/SOLL.git
git clone is used to create a copy or clone of SOLL repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with SOLL https://github.com/second-state/SOLL/archive/master.zip
Or simply clone SOLL with SSH
[email protected]:second-state/SOLL.git