Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
callindirect-named.txt
blob: d4ee88a1ca0e858e44ccd2b572afea879dc2488f [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(table funcref (elem 0))
(type $t (func (param i32)))
(func $g
i32.const 0
i32.const 0
call_indirect (type $t)))