Update Binaryen

This commit is contained in:
dcodeIO
2018-09-13 23:10:49 +02:00
parent 6949cf9f9e
commit d90cd085e5
51 changed files with 2786 additions and 9159 deletions

View File

@ -1,10 +1,10 @@
(module
(type $iv (func (param i32)))
(type $v (func))
(type $FUNCSIG$v (func))
(memory $0 0)
(export "memory" (memory $0))
(start $start)
(func $scoped/fn (; 0 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
(func $scoped/fn (; 0 ;) (; has Stack IR ;) (type $FUNCSIG$v)
(nop)
)
(func $start (; 1 ;) (; has Stack IR ;) (type $v)
@ -46,8 +46,6 @@
(br $repeat|1)
)
)
(call $scoped/fn
(i32.const 42)
)
(call $scoped/fn)
)
)