Skip to content

Update binaryen to latest #1506

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 2 commits into from
Oct 19, 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.20201008",
"binaryen": "98.0.0-nightly.20201019",
"long": "^4.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^6.2.0"
Expand Down
8 changes: 0 additions & 8 deletions tests/compiler/std/math.optimized.wat
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,11 @@
i64.const 63
i64.shr_u
i32.wrap_i64
i32.const 0
i32.ne
local.get $1
i64.reinterpret_f64
i64.const 63
i64.shr_u
i32.wrap_i64
i32.const 0
i32.ne
i32.eq
if
local.get $2
Expand Down Expand Up @@ -371,14 +367,10 @@
i32.reinterpret_f32
i32.const 31
i32.shr_u
i32.const 0
i32.ne
local.get $1
i32.reinterpret_f32
i32.const 31
i32.shr_u
i32.const 0
i32.ne
i32.eq
if
local.get $2
Expand Down
8 changes: 1 addition & 7 deletions tests/compiler/std/string-casemapping.optimized.wat
Original file line number Diff line number Diff line change
Expand Up @@ -1863,11 +1863,9 @@
end
call $~lib/rt/tlsf/maybeInitialize
local.get $8
i32.const 3
i32.const 6
i32.mul
i32.const 1
i32.shl
i32.const 1
call $~lib/rt/tlsf/allocateBlock
i32.const 16
i32.add
Expand Down Expand Up @@ -2123,8 +2121,6 @@
i32.sub
i32.const 26
i32.lt_u
i32.const 0
i32.ne
i32.const 5
i32.shl
i32.const -1
Expand Down Expand Up @@ -2786,8 +2782,6 @@
i32.sub
i32.const 26
i32.lt_u
i32.const 0
i32.ne
i32.const 5
i32.shl
i32.or
Expand Down