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
@@ -13,8 +13,6 @@ contract C {
ret[7] = bytesValue[0];
}
}
// ====
// compileToEwasm: also
// ----
// to_little_endian_64(uint64): 0 -> 0x20, 8, 0x00
// to_little_endian_64(uint64): 0x0102030405060708 -> 0x20, 8, 0x0807060504030201000000000000000000000000000000000000000000000000
@@ -3,8 +3,5 @@ contract C {
return ([1, 2, 3, 4][2]);
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 3
@@ -9,9 +9,6 @@ contract C {
tester = f();
}
}
// ====
// compileToEwasm: also
// ----
// test() ->
// tester() -> 0x20, 0x3, "abc"
@@ -10,7 +10,5 @@ contract Test {
return data;
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x07