We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With #34 in place it seems to be possible emitting WebAssembly from Refu.
In order to write contracts, the following is needed:
foreign_import
The text was updated successfully, but these errors were encountered:
Implementing Ethereum contracts in Refu would be a really nice feature as we discussed offline.
Regarding (1) I believe the natural choice for C and big numbers would be GMP. Are you aware of any other big number libraries?
Sorry, something went wrong.
Convex has developed big integer arithmetic >64 bits.
No branches or pull requests
With #34 in place it seems to be possible emitting WebAssembly from Refu.
In order to write contracts, the following is needed:
foreign_import
s for all the Ethereum interface methods.The text was updated successfully, but these errors were encountered: