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

@ -1,7 +1,7 @@
(module
(type $v (func))
(memory $0 0)
(table $0 1 anyfunc)
(table $0 1 funcref)
(elem (i32.const 0) $null)
(global $ternary/a (mut i32) (i32.const 0))
(export "memory" (memory $0))
@ -9,11 +9,11 @@
(start $start)
(func $start (; 0 ;) (type $v)
i32.const 1
set_global $ternary/a
global.set $ternary/a
i32.const 1
set_global $ternary/a
global.set $ternary/a
i32.const 1
set_global $ternary/a
global.set $ternary/a
)
(func $null (; 1 ;) (type $v)
nop