Skip to content

Commit f50d5de

Browse files
committed
Include backwards compatibility link in README
1 parent e4dead6 commit f50d5de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ eWASM:
2525
* specifies an [Ethereum environment interface](./eth_interface.md) to facilitate interaction with the Ethereum environment from an *eWASM contract*
2626
* specifies [metering](./metering.md) for instructions
2727
* and aims to restrict [non-deterministic behavior](https://github.com/WebAssembly/design/blob/master/Nondeterminism.md)
28+
* specifies a backwards compatible upgrade path to EVM1
2829

2930
### Goals of the eWASM project
3031

@@ -50,6 +51,7 @@ eWASM:
5051
* [Rationale](./rationale.md)
5152
* [Ethereum environment interface](./eth_interface.md)
5253
* [eWASM Contract Interface](./contract_interface.md)
54+
* [Backwards compatibility instructions](./backwardsCompatibility.md)
5355
* [Original Proposal](https://github.com/ethereum/EIPs/issues/48) (EIP#48)
5456
* [WebAssembly design documents](https://github.com/WebAssembly/design)
5557

0 commit comments

Comments
 (0)