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
@@ -14,8 +14,5 @@ contract Derived is Base {
return 2;
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 2
@@ -19,8 +19,5 @@ contract Derived is Base {
return f();
}
}
// ====
// compileToEwasm: also
// ----
// h() -> 2
@@ -14,9 +14,6 @@ contract Derived is Base {
return 2;
}
}
// ====
// compileToEwasm: also
// ----
// g() -> 2
// f() -> 2
@@ -27,6 +27,5 @@ contract Derived is Base {
return 2;
}
}
// ----
// getA() -> 2