Update Binaryen to latest and rebuild dist files

This commit is contained in:
dcode
2019-02-05 17:12:10 +01:00
parent c95c0f5fbe
commit cd1cfe6957
194 changed files with 68272 additions and 68272 deletions

View File

@ -7,7 +7,7 @@
(import "env" "abort" (func $~lib/env/abort (param i32 i32 i32 i32)))
(memory $0 1)
(data (i32.const 8) "\11\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00t\00y\00p\00e\00s\00.\00t\00s")
(table $0 5 anyfunc)
(table $0 5 funcref)
(elem (i32.const 0) $null $function-types/makeAdder<i32>~anonymous|1 $function-types/makeAdder<i64>~anonymous|2 $function-types/makeAdder<f64>~anonymous|3 $function-types/makeAdder<i32>~anonymous|1)
(global $function-types/i32Adder (mut i32) (i32.const 0))
(global $~argc (mut i32) (i32.const 0))
@ -16,29 +16,29 @@
(export "table" (table $0))
(start $start)
(func $function-types/makeAdder<i32>~anonymous|1 (; 1 ;) (type $iii) (param $0 i32) (param $1 i32) (result i32)
get_local $0
get_local $1
local.get $0
local.get $1
i32.add
)
(func $function-types/makeAdder<i64>~anonymous|2 (; 2 ;) (type $III) (param $0 i64) (param $1 i64) (result i64)
get_local $0
get_local $1
local.get $0
local.get $1
i64.add
)
(func $function-types/makeAdder<f64>~anonymous|3 (; 3 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
get_local $0
get_local $1
local.get $0
local.get $1
f64.add
)
(func $start (; 4 ;) (type $v)
(local $0 i32)
i32.const 1
set_global $function-types/i32Adder
global.set $function-types/i32Adder
i32.const 2
set_global $~argc
global.set $~argc
i32.const 1
i32.const 2
get_global $function-types/i32Adder
global.get $function-types/i32Adder
call_indirect (type $iii)
i32.const 3
i32.ne
@ -51,12 +51,12 @@
unreachable
end
i32.const 2
set_global $function-types/i64Adder
global.set $function-types/i64Adder
i32.const 2
set_global $~argc
global.set $~argc
i64.const 10
i64.const 20
get_global $function-types/i64Adder
global.get $function-types/i64Adder
call_indirect (type $III)
i64.const 30
i64.ne
@ -69,7 +69,7 @@
unreachable
end
i32.const 2
set_global $~argc
global.set $~argc
f64.const 1.5
f64.const 2.5
i32.const 3
@ -85,10 +85,10 @@
unreachable
end
i32.const 2
set_global $~argc
global.set $~argc
i32.const 2
i32.const 3
get_global $function-types/i32Adder
global.get $function-types/i32Adder
call_indirect (type $iii)
i32.const 5
i32.ne
@ -101,7 +101,7 @@
unreachable
end
i32.const 2
set_global $~argc
global.set $~argc
i32.const 3
i32.const 4
i32.const 1
@ -117,7 +117,7 @@
unreachable
end
i32.const 2
set_global $~argc
global.set $~argc
i32.const 4
i32.const 5
i32.const 4
@ -133,11 +133,11 @@
unreachable
end
i32.const 2
set_global $~argc
global.set $~argc
block $1of1
block $0of1
block $outOfRange
get_global $~argc
global.get $~argc
i32.const 2
i32.sub
br_table $0of1 $1of1 $outOfRange
@ -145,13 +145,13 @@
unreachable
end
i32.const 1
set_local $0
local.set $0
end
i32.const 2
set_global $~argc
global.set $~argc
i32.const 1
i32.const 2
get_local $0
local.get $0
call_indirect (type $iii)
i32.const 3
i32.ne
@ -164,7 +164,7 @@
unreachable
end
i32.const 2
set_global $~argc
global.set $~argc
i32.const 1
i32.const 2
i32.const 1