Skip to content

Commit 79f52fe

Browse files
authored
Merge pull request #79 from ewasm/transcompiler
Clarify the transcompiler in System Contracts
2 parents 9dc5118 + c4a148a commit 79f52fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

system_contracts.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ Output:
3030

3131
Address: `0x000000000000000000000000000000000000000b`
3232

33-
This is optional. It is provided for pure eWASM VMs to support EVM1 contracts.
33+
Transcompiles EVM1 bytecode into eWASM bytecode.
34+
35+
The use of this is optional. A compatible client may implement EVM1 natively or
36+
may choose to use this transcompiler.
3437

3538
Input:
3639
- **variable length**: *EVM1 contract code*

0 commit comments

Comments
 (0)