With #34 in place it seems to be possible emitting WebAssembly from Refu.
In order to write contracts, the following is needed:
- A bignumber library, perhaps optimised for 256 bit numbers.
- A standard library specifying the
foreign_imports for all the Ethereum interface methods.
- A framework providing high level Ethereum features (built on top of 1. and 2.)
With #34 in place it seems to be possible emitting WebAssembly from Refu.
In order to write contracts, the following is needed:
foreign_imports for all the Ethereum interface methods.