Improve ewasm commandline tests

This commit is contained in:
Alex Beregszaszi
2020-11-12 15:25:54 +00:00
parent 44eb63fad0
commit a63d850f50
4 changed files with 26 additions and 2 deletions
@@ -0,0 +1,22 @@
{
"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", "ewasm.wasm"] }
}
}
}