mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-31 22:22:13 +00:00
Properly inline getters; Simplify blocks when last statement returns
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
(export "default" (func $named-export-default/get3))
|
||||
(export "memory" (memory $0))
|
||||
(func $named-export-default/get3 (; 0 ;) (type $i) (result i32)
|
||||
(return
|
||||
(i32.const 3)
|
||||
)
|
||||
(i32.const 3)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user