Ensure consistent variable modifiers

'var' is a distinct local or mutable global, 'let' a shared local
This commit is contained in:
dcodeIO
2018-03-13 02:32:10 +01:00
parent 7ee6e1cf7b
commit 23a7db4dc3
33 changed files with 736 additions and 570 deletions

View File

@ -2002,7 +2002,7 @@
(i32.shl
(tee_local $3
(select
(tee_local $2
(tee_local $3
(i32.shl
(i32.load offset=4
(get_local $0)
@ -2010,12 +2010,12 @@
(i32.const 1)
)
)
(tee_local $3
(tee_local $2
(i32.const 8)
)
(i32.gt_u
(get_local $2)
(get_local $3)
(get_local $2)
)
)
)