Skip to content

Commit 15a6398

Browse files
authored
Merge pull request #146 from ewasm/revision
Use a single revision
2 parents a73bf77 + 69b3e41 commit 15a6398

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Ethereum flavored WebAssembly (ewasm) Design (*Revision 3*)
1+
# Ethereum flavored WebAssembly (ewasm)
2+
3+
Specification **Revision 3**
24

35
This repository contains documents describing the design and high-level overview of ewasm. Expect the contents of this repository to be in flux: everything is still under discussion.
46

contract_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ewasm Contract Interface (ECI) Specification (*Revision 3*)
1+
# Ewasm Contract Interface (ECI) Specification
22

33
The Ewasm Contract Interface (ECI) specifies the structure of a contract module.
44

eth_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ethereum Environment Interface (EEI) Specification (*Revision 3*)
1+
# Ethereum Environment Interface (EEI) Specification
22

33
The Ethereum Environment Interface exposes the core Ethereum API to the ewasm environment. The Ethereum [module](https://github.com/WebAssembly/design/blob/master/Modules.md) will be implemented in the Ethereum client's native language. All parameters and returns are restricted to 32 or 64 bit integers. Floats are disallowed.
44

system_contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# System Contracts (Revision 0)
1+
# System Contracts
22

33
System contracts are interfaces defined as contracts, which are essential or
44
recommended for an ewasm VM.

0 commit comments

Comments
 (0)