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

@ -8,14 +8,14 @@
(import "declare" "my.externalFunction" (func $declare/my.externalFunction))
(memory $0 1)
(data (i32.const 8) "\n\00\00\00d\00e\00c\00l\00a\00r\00e\00.\00t\00s")
(table $0 1 anyfunc)
(table $0 1 funcref)
(elem (i32.const 0) $null)
(export "memory" (memory $0))
(export "table" (table $0))
(start $start)
(func $start (; 3 ;) (type $v)
call $declare/externalFunction
get_global $declare/externalConstant
global.get $declare/externalConstant
i32.const 1
i32.ne
if
@ -27,7 +27,7 @@
unreachable
end
call $declare/my.externalFunction
get_global $declare/my.externalConstant
global.get $declare/my.externalConstant
i32.const 2
i32.ne
if