Skip to content

Commit

Permalink
Update Binaryen (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey authored Oct 6, 2022
1 parent 3afcce8 commit f159298
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"engineStrict": true,
"dependencies": {
"binaryen": "110.0.0-nightly.20220924",
"binaryen": "110.0.0-nightly.20221006",
"long": "^5.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/compiler/getter-call.release.wat
Original file line number Diff line number Diff line change
Expand Up @@ -1360,12 +1360,12 @@
i32.const 1456
i32.load $0
call_indirect $0 (type $none_=>_i32)
local.set $0
drop
global.get $~lib/memory/__stack_pointer
i32.const 4
i32.add
global.set $~lib/memory/__stack_pointer
local.get $0
i32.const 42
)
(func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32)
(local $1 i32)
Expand Down

0 comments on commit f159298

Please sign in to comment.