• Alexander Theißen's avatar
    contracts: Run start function (#1367) · c879d1d5
    Alexander Theißen authored
    Fixes #116 
    
    Start function wasn't allowed in a contract. Now it is allowed and is
    being run.
    
    It was disallowed because it is not used by Rust and supporting it made
    the code more complex. However, not running the start function violates
    the wasm standard. This makes life harder for some languages (see linked
    ticket).
    c879d1d5