Skip to content

Commit f159298

Browse files
authored
Update Binaryen (#2524)
1 parent 3afcce8 commit f159298

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"engineStrict": true,
2727
"dependencies": {
28-
"binaryen": "110.0.0-nightly.20220924",
28+
"binaryen": "110.0.0-nightly.20221006",
2929
"long": "^5.2.0"
3030
},
3131
"devDependencies": {

tests/compiler/getter-call.release.wat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,12 +1360,12 @@
13601360
i32.const 1456
13611361
i32.load $0
13621362
call_indirect $0 (type $none_=>_i32)
1363-
local.set $0
1363+
drop
13641364
global.get $~lib/memory/__stack_pointer
13651365
i32.const 4
13661366
i32.add
13671367
global.set $~lib/memory/__stack_pointer
1368-
local.get $0
1368+
i32.const 42
13691369
)
13701370
(func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32)
13711371
(local $1 i32)

0 commit comments

Comments
 (0)