solidity/test/cmdlineTests/standard_eWasm_requested/output.json
2019-07-04 08:44:35 +02:00

21 lines
760 B
JSON

{"contracts":{"A":{"C":{"ewasm":{"wast":"(module
(memory $memory (export \"memory\") 1)
(export \"main\" (func $main))
(func $main
(unreachable ) (unreachable )
)
)
(module
(memory $memory (export \"memory\") 1)
(export \"main\" (func $main))
(func $main
(unreachable ) (unreachable ) (unreachable )
)
)
"}}}},"errors":[{"component":"general","formattedMessage":"Warning: The Yul optimiser is still experimental. Do not use it in production unless correctness of generated code is verified with extensive tests.
","message":"The Yul optimiser is still experimental. Do not use it in production unless correctness of generated code is verified with extensive tests.","severity":"warning","type":"Warning"}],"sources":{"A":{"id":0}}}