mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 06:01:51 +00:00
Rework loop compilation / flows (#644)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
(local $0 i32)
|
||||
i32.const -128
|
||||
local.set $0
|
||||
loop $repeat|0
|
||||
loop $loop|0
|
||||
local.get $0
|
||||
i32.const 255
|
||||
i32.le_s
|
||||
@ -21,7 +21,7 @@
|
||||
i32.const 1
|
||||
i32.add
|
||||
local.set $0
|
||||
br $repeat|0
|
||||
br $loop|0
|
||||
end
|
||||
end
|
||||
i32.const -1
|
||||
|
Reference in New Issue
Block a user