mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove EWASM backend.
This commit is contained in:
@@ -14,8 +14,5 @@ contract Derived is Base {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
-3
@@ -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
|
||||
|
||||
-1
@@ -27,6 +27,5 @@ contract Derived is Base {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
// ----
|
||||
// getA() -> 2
|
||||
|
||||
Reference in New Issue
Block a user