Implement locals and foldl, which is the direction we should have been folding to not reverse the params/locals anyway
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
(local $tmp1 i32)
|
||||
(local $tmp2 i32)
|
||||
(i32.const 11)
|
||||
(local.get $num)
|
||||
(local.get $tmp2)
|
||||
i32.add
|
||||
(i32.add (local.get $num))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user