Update Binaryen to latest nightly

This commit is contained in:
dcode
2019-03-08 16:19:46 +01:00
parent c835b5fb40
commit cdec865bef
20 changed files with 1988 additions and 2015 deletions

View File

@ -1557,7 +1557,6 @@
i32.const 0
)
(func $~lib/set/Set<i16>#has (; 19 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
local.get $0
local.get $1
local.get $1
@ -1565,14 +1564,14 @@
i32.shl
i32.const 16
i32.shr_s
local.tee $2
local.tee $0
i32.const 255
i32.and
i32.const -2128831035
i32.xor
i32.const 16777619
i32.mul
local.get $2
local.get $0
i32.const 8
i32.shr_u
i32.xor
@ -2122,20 +2121,19 @@
end
)
(func $~lib/set/Set<u16>#has (; 24 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
local.get $0
local.get $1
local.get $1
i32.const 65535
i32.and
local.tee $2
local.tee $0
i32.const 255
i32.and
i32.const -2128831035
i32.xor
i32.const 16777619
i32.mul
local.get $2
local.get $0
i32.const 8
i32.shr_u
i32.xor