Skip to content

Commit

Permalink
Merge pull request #146 from ewasm/revision
Browse files Browse the repository at this point in the history
Use a single revision
  • Loading branch information
axic committed Sep 19, 2018
2 parents a73bf77 + 69b3e41 commit 15a6398
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Ethereum flavored WebAssembly (ewasm) Design (*Revision 3*)
# Ethereum flavored WebAssembly (ewasm)

Specification **Revision 3**

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.

Expand Down
2 changes: 1 addition & 1 deletion contract_interface.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ewasm Contract Interface (ECI) Specification (*Revision 3*)
# Ewasm Contract Interface (ECI) Specification

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

Expand Down
2 changes: 1 addition & 1 deletion eth_interface.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ethereum Environment Interface (EEI) Specification (*Revision 3*)
# Ethereum Environment Interface (EEI) Specification

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.

Expand Down
2 changes: 1 addition & 1 deletion system_contracts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# System Contracts (Revision 0)
# System Contracts

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

0 comments on commit 15a6398

Please sign in to comment.