-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Nim bindings into this repo #157
Comments
This article highlights that Nimbus will use EVM-C, so I think it would make sense looking into this topic at some point in the (near) future. Probably the first step would be running c2nim on the CI to see if the headers are compatible. However since we now prefer dynamic loading of shared libraries, the entire NIM integration should be much more simple. |
@jangko have you considered this? We have the go, java and rust bindings hosted in this repository. The benefit is that all of the bindings are always in sync with the releases. |
That's great. But I believe @stefantalpalaru is better suited for this kind of migration. He has uncanny ability to move files and codes around with complex build system. @axic : It does not mean I am not willing to help, but I also need much help doing this kind of thing. |
I'll take a look. |
From https://github.com/status-im/nim-evmc
We already have a thin wrapper for Go: https://github.com/ethereum/evmc/tree/master/bindings/go/evmc
@chfast @mratsim @arnetheduck do you think that makes sense?
The text was updated successfully, but these errors were encountered: