UNPKG

@ark-us/evm2wasm

Version:

This is a JS protope of a EVM to eWASM transcompiler

52 lines 1.44 kB
[ { "op": "MSTORE", "value": "0x52", "description": "mstore", "in": { "stack": [ "0x4242000000000000000000000000000000000000000000000000000000004242", "0x0000000000000000000000000000000000000000000000000000000000000000" ], "memory": {} }, "out": { "stack": [], "memory": { "0": "0x4242000000000000000000000000000000000000000000000000000000004242" }, "gasUsed": 3 }, "environment": { "callData": "0x00", "caller": "0x0000000000000000000000000000000000000000", "address": "0x0000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000" } }, { "op": "MSTORE", "value": "0x52", "description": "mstore (extend memory)", "in": { "stack": [ "0x4242000000000000000000000000000000000000000000000000000000004242", "0x0000000000000000000000000000000000000000000000000000000000008000" ], "memory": {} }, "out": { "stack": [], "memory": { "32768": "0x4242000000000000000000000000000000000000000000000000000000004242" }, "gasUsed": 5127 }, "environment": { "callData": "0x00", "caller": "0x0000000000000000000000000000000000000000", "address": "0x0000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000" } } ]