mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
37 lines
391 B
JSON
37 lines
391 B
JSON
{
|
|
"language": "Yul",
|
|
"sources":
|
|
{
|
|
"A":
|
|
{
|
|
"content": "{
|
|
{
|
|
let x := 1
|
|
sstore(0, x)
|
|
}
|
|
{
|
|
let y := 2
|
|
sstore(32, y)
|
|
}
|
|
}"
|
|
}
|
|
},
|
|
"settings":
|
|
{
|
|
"optimizer": {
|
|
"enabled": false,
|
|
"details": {
|
|
"yul": true,
|
|
"yulDetails": {
|
|
"stackAllocation": true,
|
|
"optimizerSteps": "c"
|
|
}
|
|
}
|
|
},
|
|
"outputSelection":
|
|
{
|
|
"*": {"*": ["evm.assembly"]}
|
|
}
|
|
}
|
|
}
|