UNPKG

@ark-us/evm2wasm

Version:

This is a JS protope of a EVM to eWASM transcompiler

31 lines 599 B
[ { "description": "tests mstore and mload round trip", "source": [ "PUSH1", "0x04", "PUSH1", "0x03", "MSTORE", "PUSH1", "0x03", "MLOAD" ], "code": "0x6004600352600351", "result": { "stack": [ "0x04" ], "memory": [] }, "gasUsed": 21, "environment": { "address": "0x0000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000" }, "message": { "data": "0x", "from": "0x0000000000000000000000000000000000000000" } } ]