burrow
burrow copied to clipboard
eWASM contract should always contain code
In ewasm, we expect the first execution of main() to return the full bytecode. In the case of the evm, if no code is returned then we throw an error so the same should be true in ewasm - which currently allows a contract account to hold no code.