A stripped-down EVM implemented using Yul & Solidity.
What is Solvm?
Solvm is a stripped-down implementation of the Ethereum Virtual Machine (EVM) built on top of the EVM using Solidity and Yul (an intermediate language to compile smart contracts written in solidity). Built for fun, as a memory management challenge, Solvm uses a dynamic in-memory array for the EVM’s simulated stack variables and stores the simulated EVM memory at a moveable offset.