mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
Always try to eliminate branches if tree-shaking is enabled
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
(module
|
||||
(type $iiv (func (param i32 i32)))
|
||||
(type $F (func (result f64)))
|
||||
(type $i (func (result i32)))
|
||||
(type $v (func))
|
||||
(type $iiFv (func (param i32 i32 f64)))
|
||||
(import "env" "RGB_ALIVE" (global $assembly/index/RGB_ALIVE i32))
|
||||
|
Reference in New Issue
Block a user