mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce Julia filter to encapsulate top level Block as a FunctionDefinition (wasm specific)
This commit is contained in:
@@ -87,3 +87,12 @@ simple rules like ``x + 0 == x`` to simplify expressions.
|
||||
## Ineffective Statement Remover
|
||||
|
||||
This step removes statements that have no side-effects.
|
||||
|
||||
## WebAssembly specific
|
||||
|
||||
### Main Function
|
||||
|
||||
Changes the topmost block to be a function with a specific name ("main") which has no
|
||||
inputs nor outputs.
|
||||
|
||||
Depends on the Function Grouper.
|
||||
|
||||
Reference in New Issue
Block a user