@ark-us/evm2wasm
Version:
This is a JS protope of a EVM to eWASM transcompiler
31 lines • 581 B
JSON
[
{
"description": "tests sstore",
"source": [
"PUSH1",
"0x03",
"PUSH1",
"0x04",
"SSTORE",
"PUSH1",
"0x04",
"SLOAD"
],
"code": "0x6003600455600454",
"result": {
"stack": [
"0x03"
],
"memory": []
},
"gasUsed": 20059,
"environment": {
"coinbase": "0x0000000000000000000000000000000000000000",
"address": "0x0000000000000000000000000000000000000000"
},
"message": {
"data": "0x",
"from": "0x0000000000000000000000000000000000000000"
}
}
]