Rework loop compilation / flows (#644)

This commit is contained in:
Daniel Wirtz
2019-06-11 12:52:16 +02:00
committed by GitHub
parent 420812f5b2
commit 40dac8269d
125 changed files with 52818 additions and 61256 deletions

View File

@ -85,16 +85,14 @@
end
global.get $while/o
i32.const 9
i32.ne
if
i32.const 0
i32.const 24
i32.const 22
i32.const 2
call $~lib/builtins/abort
unreachable
end
br $continue|1
i32.eq
br_if $continue|1
i32.const 0
i32.const 24
i32.const 22
i32.const 2
call $~lib/builtins/abort
unreachable
end
end
global.get $while/n