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
@@ -18,7 +18,5 @@ contract C {
return true;
}
}
// ====
// compileToEwasm: also
// ----
// basic() -> true
@@ -232,8 +232,6 @@ contract test {
return true;
}
}
// ====
// compileToEwasm: also
// ----
// intMinA() -> true
// intMinB() -> true
@@ -5,7 +5,5 @@ contract test {
y += b + x2;
}
}
// ====
// compileToEwasm: also
// ----
// run(uint256,uint256,uint256): 0x1000, 0x10000, 0x100000 -> 0x121121
@@ -3,7 +3,5 @@ contract test {
return -int32(10) * -int64(20);
}
}
// ====
// compileToEwasm: also
// ----
// run() -> 200
@@ -231,8 +231,6 @@ contract test {
return true;
}
}
// ====
// compileToEwasm: also
// ----
// uintMinA() -> true
// uintMinB() -> true