Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
module
/
table-named.txt
blob: 8cd56159c306295e830eaae8fad94de0c842d819 [
file
] [
edit
]
;;; 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)))