blob: 73019628aa77c9ba6902e98d29f9d72100a883f5 [file] [log] [blame] [edit]
(module
(type $FUNCSIG$v (func))
(import "env" "table" (table $table 1 1 funcref))
(import "env" "memBase" (global $gimport$0 i32))
(import "somewhere" "waka-sneaky" (func $waka-sneaky))
(memory $0 1024 1024)
(elem (i32.const 0) $waka-sneaky)
(func $nada
(nop)
(drop
(i32.const 0)
)
(drop
(f64.const 0)
)
(call_indirect (type $FUNCSIG$v)
(i32.const 0)
)
)
)