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
@@ -19,7 +19,5 @@ contract Test {
new C();
}
}
// ====
// compileToEwasm: also
// ----
// f() -> FAILURE, hex"4e487b71", 0x51
@@ -19,7 +19,5 @@ contract Test {
new C();
}
}
// ====
// compileToEwasm: also
// ----
// f() -> FAILURE, hex"4e487b71", 0x51
@@ -35,7 +35,5 @@ contract InvalidTest {
x++;
}
}
// ====
// compileToEwasm: also
// ----
// run() -> FAILURE, hex"4e487b71", 0x51
@@ -14,8 +14,6 @@ contract InvalidTest {
storedFn();
}
}
// ====
// compileToEwasm: also
// ----
// f() -> FAILURE, hex"4e487b71", 0x51
// f() -> FAILURE, hex"4e487b71", 0x51
@@ -13,6 +13,5 @@ contract Test {
}
// ====
// compileViaYul: true
// compileToEwasm: also
// ----
// f() -> true