evm2
evm2 copied to clipboard
Similar repo
Hi !
I believe we've had the same idea/same approach 😁 Check out HyVM
Pretty funny: our implementation are almost identical... (I'm using a jump table instead of your trick to map opcodes to labels, though)
We've also put a Playground online to play with it
very nice! 👏 looks more complete end to end than mine. nicely done