Closed gballet closed 5 years ago
This fixes all the validate* errors in EWASM tests. It has been decided that CanRun will accept every contract that has the WASM magic number.
validate*
CanRun
This looks good, but I'm not sure if @chfast's PR is maintained on from this repo.
We can merge it. I will include that in EVMC PR later on.
This fixes all the
validate*
errors in EWASM tests. It has been decided thatCanRun
will accept every contract that has the WASM magic number.