blob: 0788e2d22233ac7148a24fdeb686c3958372534b [file] [log] [blame]
(module
(import "env" "memory" (memory $0 1))
(table 0 anyfunc)
(data (i32.const 4) "\90\04\00\00")
(export "main" (func $main))
(func $main (result i32)
(local $0 i32)
(set_local $0
(i32.const -128)
)
(loop $label$0
(i32.store
(i32.add
(get_local $0)
(i32.const 144)
)
(i32.const 1)
)
(br_if $label$0
(tee_local $0
(i32.add
(get_local $0)
(i32.const 4)
)
)
)
)
(return
(i32.const 0)
)
)
)
;; METADATA: { "asmConsts": {},"staticBump": 1168, "initializers": [] }