blob: a285ef0eba19ed04423bab31d9e26c9ba99525ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
(module
(memory 1024 1024)
(type $FUNCSIG$v (func))
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$d (func (result f64)))
(func $nada (type $FUNCSIG$v)
(nop)
(i32.const 0)
(f64.const 0)
)
)
|