mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
21 lines
760 B
JSON
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}}}
|