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
@@ -28,9 +28,6 @@ contract Homer is ERC165, Simpson {
return "yellow";
}
}
// ====
// compileToEwasm: also
// ----
// supportsInterface(bytes4): left(0x01ffc9a0) -> false
// supportsInterface(bytes4): left(0x01ffc9a7) -> true
@@ -28,9 +28,6 @@ contract Homer is ERC165, Simpson {
return "yellow";
}
}
// ====
// compileToEwasm: also
// ----
// supportsInterface(bytes4): left(0x01ffc9a0) -> false
// supportsInterface(bytes4): left(0x01ffc9a7) -> true
@@ -13,9 +13,6 @@ contract Test {
bytes4 public hello_world = type(HelloWorld).interfaceId;
bytes4 public hello_world_with_event = type(HelloWorldWithEvent).interfaceId;
}
// ====
// compileToEwasm: also
// ----
// hello_world() -> left(0xc6be8b58)
// hello_world_with_event() -> left(0xc6be8b58)
@@ -50,9 +50,6 @@ contract Test {
return type(HelloWorldDerived).interfaceId;
}
}
// ====
// compileToEwasm: also
// ----
// hello() -> left(0x19ff1d21)
// world() -> left(0xdf419679)
@@ -39,7 +39,6 @@ contract Lisa is ERC165MappingImplementation, Simpson {
return "yellow";
}
}
// ----
// supportsInterface(bytes4): left(0x01ffc9a0) -> false
// supportsInterface(bytes4): left(0x01ffc9a7) -> true
@@ -39,7 +39,6 @@ contract Lisa is ERC165MappingImplementation, Simpson {
return "yellow";
}
}
// ----
// supportsInterface(bytes4): left(0x01ffc9a0) -> false
// supportsInterface(bytes4): left(0x01ffc9a7) -> true