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

@ -1805,7 +1805,6 @@
i32.const 0
)
(func $~lib/map/Map<i16,i32>#has (; 21 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
local.get $0
local.get $1
local.get $1
@ -1813,14 +1812,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
@ -2510,20 +2509,19 @@
end
)
(func $~lib/map/Map<u16,i32>#has (; 27 ;) (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