Remove EWASM backend.

This commit is contained in:
Alexander Arlt
2023-05-11 10:56:55 -05:00
parent 0a0c389541
commit c5673278a7
1042 changed files with 97 additions and 10946 deletions
@@ -29,7 +29,6 @@ contract C {
assert(size == 0);
}
}
// ----
// f() -> 0
// g() -> 0
@@ -10,6 +10,5 @@ contract C {
}
}
}
// ----
// len() -> 0
@@ -15,6 +15,5 @@ contract C {
return true;
}
}
// ----
// f() -> true # This code interprets x as an array length and thus will go out of gas. neither of the two should throw due to out-of-bounds access #
@@ -32,7 +32,6 @@ contract C {
}
}
}
// ----
// len() -> 0
// val() -> 0