Skip to content

Update binaryen #1885

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
Jun 7, 2021
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
14 changes: 7 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 @@ -21,7 +21,7 @@
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
},
"dependencies": {
"binaryen": "101.0.0-nightly.20210527",
"binaryen": "101.0.0-nightly.20210604",
"long": "^4.0.0",
"source-map-support": "^0.5.19",
"ts-node": "^6.2.0"
Expand Down
64 changes: 40 additions & 24 deletions tests/compiler/std/dataview.optimized.wat
Original file line number Diff line number Diff line change
Expand Up @@ -3012,8 +3012,9 @@
i32.const 0
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -7946
i32.const 65535
i32.and
i32.const 57590
i32.ne
if
i32.const 0
Expand All @@ -3027,7 +3028,8 @@
i32.const 1
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 22752
i32.ne
if
Expand All @@ -3042,8 +3044,9 @@
i32.const 2
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -24744
i32.const 65535
i32.and
i32.const 40792
i32.ne
if
i32.const 0
Expand All @@ -3057,8 +3060,9 @@
i32.const 3
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -32097
i32.const 65535
i32.and
i32.const 33439
i32.ne
if
i32.const 0
Expand All @@ -3072,7 +3076,8 @@
i32.const 4
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 25986
i32.ne
if
Expand All @@ -3087,7 +3092,8 @@
i32.const 5
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 17253
i32.ne
if
Expand All @@ -3102,7 +3108,8 @@
i32.const 6
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 24387
i32.ne
if
Expand All @@ -3117,8 +3124,9 @@
i32.const 0
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -2336
i32.const 65535
i32.and
i32.const 63200
i32.ne
if
i32.const 0
Expand All @@ -3132,8 +3140,9 @@
i32.const 1
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -8104
i32.const 65535
i32.and
i32.const 57432
i32.ne
if
i32.const 0
Expand All @@ -3147,7 +3156,8 @@
i32.const 2
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 22687
i32.ne
if
Expand All @@ -3162,8 +3172,9 @@
i32.const 3
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -24702
i32.const 65535
i32.and
i32.const 40834
i32.ne
if
i32.const 0
Expand All @@ -3177,8 +3188,9 @@
i32.const 4
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -32155
i32.const 65535
i32.and
i32.const 33381
i32.ne
if
i32.const 0
Expand All @@ -3192,7 +3204,8 @@
i32.const 5
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 25923
i32.ne
if
Expand All @@ -3207,7 +3220,8 @@
i32.const 6
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 17247
i32.ne
if
Expand Down Expand Up @@ -3984,8 +3998,9 @@
i32.const 0
i32.const 1
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const -13360
i32.const 65535
i32.and
i32.const 52176
i32.ne
if
i32.const 0
Expand All @@ -4003,7 +4018,8 @@
i32.const 0
i32.const 0
call $~lib/dataview/DataView#getInt16
i32.extend16_s
i32.const 65535
i32.and
i32.const 14689
i32.ne
if
Expand Down
Loading