hananbeer / evm2

e=vm² (pronounced evm-squared; the = is silent) is an evm that runs inside evm.
89 stars 3 forks source link

Similar repo #2

Open oguimbal opened 1 year ago

oguimbal commented 1 year ago

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

hananbeer commented 1 year ago

very nice! 👏 looks more complete end to end than mine. nicely done