Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a single revision #146

Merged
merged 1 commit into from
Sep 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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