Skip to content

Conversation

gballet
Copy link
Collaborator

@gballet gballet commented Feb 2, 2025

No description provided.

@GrapeBaBa
Copy link

what about https://github.com/DaniPopes/zevm as an alternative?

@gballet
Copy link
Collaborator Author

gballet commented Feb 21, 2025

Many reasons:

  • This repo was published after we started a grant for zevem
  • It's using evmc, we don't want that as we need finer-grained control over the interface, to support stateless cases
  • We want a zig native interpreter, not a translation of revem, which isn't using all the benefits of zig and is also one of the slowest interpreter out there.

Signed-off-by: Guillaume Ballet <[email protected]>
@GrapeBaBa
Copy link

Many reasons:

  • This repo was published after we started a grant for zevem
  • It's using evmc, we don't want that as we need finer-grained control over the interface, to support stateless cases
  • We want a zig native interpreter, not a translation of revem, which isn't using all the benefits of zig and is also one of the slowest interpreter out there.

make sense.

@gballet
Copy link
Collaborator Author

gballet commented May 27, 2025

Working on another approach, closing this one.

@gballet gballet closed this May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants