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
@@ -3,7 +3,5 @@ contract C {
return bytes.concat();
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 0x20, 0
@@ -18,8 +18,6 @@ contract C {
return bytes.concat(b, "abc", b, "abc", b);
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 0x20, 0
// g() -> 0x20, 6, "abcabc"