-
Notifications
You must be signed in to change notification settings - Fork 126
comparison tables for EVM opcodes to ewasm methods and wasm instructions #81
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
48bf567
to
2489ccf
Compare
evm_vs_ewasm_opcode_table.md
Outdated
0x3a: GASPRICE | getTxGasPrice | ||
0x3b: EXTCODESIZE | getExternalCodeSize | ||
0x3c: EXTCODECOPY | externalCodeCopy | ||
0x3d: RETURNDATASIZ | getReturnDataSize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing last letter?
bcc3ca0
to
425cd15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although I am not very confident as I could probably be more familiar with the Wasm and EWasm spec, having not read the latter and not having finished reading the former.
No description provided.