mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -18,7 +18,5 @@ contract C {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// basic() -> true
|
||||
|
||||
@@ -232,8 +232,6 @@ contract test {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// intMinA() -> true
|
||||
// intMinB() -> true
|
||||
|
||||
@@ -5,7 +5,5 @@ contract test {
|
||||
y += b + x2;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// run(uint256,uint256,uint256): 0x1000, 0x10000, 0x100000 -> 0x121121
|
||||
|
||||
@@ -3,7 +3,5 @@ contract test {
|
||||
return -int32(10) * -int64(20);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// run() -> 200
|
||||
|
||||
@@ -231,8 +231,6 @@ contract test {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// uintMinA() -> true
|
||||
// uintMinB() -> true
|
||||
|
||||
Reference in New Issue
Block a user