blob: 381ef1c0a4a85df778636f740e4b75e6dd555a64 [file] [edit]
;;; TOOL: wat2wasm
(module
(func $f (param i32))
(func $g (param i32 i64))
(func $h (result i64) (i64.const 0))
(table anyfunc (elem $f $f $g $h)))