You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: