solidity/test/cmdlineTests/standard_eWasm_requested/input.json
2020-05-13 18:16:59 +02:00

23 lines
306 B
JSON

{
"language": "Solidity",
"sources":
{
"A":
{
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0; contract C { }"
}
},
"settings":
{
"optimizer":
{
"enabled": true,
"details": {"yul": true}
},
"outputSelection":
{
"*": { "*": ["ewasm.wast"] }
}
}
}