• M
    Require “apply” function always exported in WASM · a7d76dc9
    Matt Witherspoon 提交于
    Require, via validation, that all contracts export a valid “apply” function. This will stave off runtime divergence based on behavior of calling a non existent apply (or an apply function that has the wrong signature)
    
    Also fix the troublesome unit tests that violate this
    a7d76dc9
wasm_tests.cpp 35.2 KB