Skip to content

fix: Update binaryen with some fixes #1490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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 @@ -21,7 +21,7 @@
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
},
"dependencies": {
"binaryen": "97.0.0-nightly.20201006",
"binaryen": "97.0.0-nightly.20201008",
"long": "^4.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^6.2.0"
Expand Down
32 changes: 0 additions & 32 deletions tests/compiler/std/array.optimized.wat
Original file line number Diff line number Diff line change
Expand Up @@ -4353,8 +4353,6 @@
local.get $2
i32.const 1
i32.shr_s
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -4406,8 +4404,6 @@
i32.load
i32.const 1
local.get $3
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -4469,8 +4465,6 @@
i32.add
i32.load
local.get $1
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -4524,8 +4518,6 @@
i32.load
i32.const 1
local.get $1
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -4891,8 +4883,6 @@
local.get $2
i32.const 1
i32.shr_s
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -4944,8 +4934,6 @@
i32.load
i32.const 1
local.get $3
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -5007,8 +4995,6 @@
i32.add
i32.load
local.get $1
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -5062,8 +5048,6 @@
i32.load
i32.const 1
local.get $1
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -5450,8 +5434,6 @@
local.get $2
i32.const 1
i32.shr_s
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -5503,8 +5485,6 @@
i32.load
i32.const 1
local.get $3
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -5566,8 +5546,6 @@
i32.add
i32.load
local.get $1
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -5621,8 +5599,6 @@
i32.load
i32.const 1
local.get $1
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -18670,8 +18646,6 @@
local.get $2
i32.const 1
i32.shr_s
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -18719,8 +18693,6 @@
i32.load
i32.const 1
local.get $3
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -18776,8 +18748,6 @@
i32.add
i32.load
local.get $1
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -18829,8 +18799,6 @@
i32.load
i32.const 1
local.get $1
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down
8 changes: 0 additions & 8 deletions tests/compiler/std/typedarray.optimized.wat
Original file line number Diff line number Diff line change
Expand Up @@ -2638,8 +2638,6 @@
local.get $2
i32.const 1
i32.shr_s
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -2691,8 +2689,6 @@
i32.load
i32.const 1
local.get $3
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down Expand Up @@ -2754,8 +2750,6 @@
i32.add
i32.load
local.get $1
i32.const 31
i32.and
i32.shr_u
i32.const 1
i32.and
Expand Down Expand Up @@ -2809,8 +2803,6 @@
i32.load
i32.const 1
local.get $1
i32.const 31
i32.and
i32.shl
i32.xor
i32.store
Expand Down