summaryrefslogtreecommitdiff
path: root/test/parse/module/table-named.txt
blob: 8cd56159c306295e830eaae8fad94de0c842d819 (plain)
1
2
3
4
5
6
;;; TOOL: wat2wasm
(module
  (func $f (param i32))
  (func $g (param i32 i64))
  (func $h (result i64) (i64.const 0))
  (table funcref (elem $f $f $g $h)))