Skip to content

Commit

Permalink
Merge pull request #79 from ewasm/transcompiler
Browse files Browse the repository at this point in the history
Clarify the transcompiler in System Contracts
  • Loading branch information
axic committed Jan 23, 2018
2 parents 9dc5118 + c4a148a commit 79f52fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system_contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ Output:

Address: `0x000000000000000000000000000000000000000b`

This is optional. It is provided for pure eWASM VMs to support EVM1 contracts.
Transcompiles EVM1 bytecode into eWASM bytecode.

The use of this is optional. A compatible client may implement EVM1 natively or
may choose to use this transcompiler.

Input:
- **variable length**: *EVM1 contract code*
Expand Down

0 comments on commit 79f52fe

Please sign in to comment.